Removed node-fetch from internal-integrations (only called from webapp)
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
"@trigger.dev/tsconfig": "workspace:*",
|
||||
"@types/debug": "^4.1.7",
|
||||
"@types/node": "16",
|
||||
"@types/node-fetch": "2.6",
|
||||
"internal-providers": "workspace:*",
|
||||
"typescript": "^4.9.4"
|
||||
},
|
||||
@@ -21,7 +20,6 @@
|
||||
"@urql/core": "^3.1.1",
|
||||
"debug": "^4.3.4",
|
||||
"graphql": "^16.6.0",
|
||||
"node-fetch": "2.6",
|
||||
"urql": "^3.0.3",
|
||||
"zod": "^3.20.2"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { z } from "zod";
|
||||
import { normalizeHeaders } from "../headers";
|
||||
import fetch from "node-fetch";
|
||||
import debug from "debug";
|
||||
|
||||
const log = debug("trigger:integrations:services");
|
||||
|
||||
Reference in New Issue
Block a user