npmdiff Compare package versions
Changed Files (24)
- view full package - js out/shared/error-handling.js js out/http-client/feedback-post-client.js js out/http-client/file-uploader.js js out/graphql/graphql-types.js js out/service/statsig-service.js js out/apps/template-module.js js out/apps/template.js js package.json • out/shared/error-handling.d.ts.map • out/http-client/feedback-post-client.d.ts.map • out/http-client/file-uploader.d.ts.map • out/http-client/global-edge-http-client.d.ts.map • out/graphql/graphql-types.d.ts.map • out/graphql/minimal-graphql-runner.d.ts.map • out/service/statsig-service.d.ts.map • out/apps/template-module.d.ts.map • out/apps/template.d.ts.map • out/http-client/trace.d.ts.map md CHANGELOG.md ts out/http-client/feedback-post-client.d.ts ts out/http-client/global-edge-http-client.d.ts ts out/graphql/graphql-types.d.ts ts out/graphql/minimal-graphql-runner.d.ts ts out/http-client/trace.d.ts
Changed Files (24)
- view full package - js out/shared/error-handling.js js out/http-client/feedback-post-client.js js out/http-client/file-uploader.js js out/graphql/graphql-types.js js out/service/statsig-service.js js out/apps/template-module.js js out/apps/template.js js package.json • out/shared/error-handling.d.ts.map • out/http-client/feedback-post-client.d.ts.map • out/http-client/file-uploader.d.ts.map • out/http-client/global-edge-http-client.d.ts.map • out/graphql/graphql-types.d.ts.map • out/graphql/minimal-graphql-runner.d.ts.map • out/service/statsig-service.d.ts.map • out/apps/template-module.d.ts.map • out/apps/template.d.ts.map • out/http-client/trace.d.ts.map md CHANGELOG.md ts out/http-client/feedback-post-client.d.ts ts out/http-client/global-edge-http-client.d.ts ts out/graphql/graphql-types.d.ts ts out/graphql/minimal-graphql-runner.d.ts ts out/http-client/trace.d.ts

@forge/cli-shared

9.3.1-next.1-experimental-0b00ed89.3.1-next.2
out/http-client/global-edge-http-client.d.ts
~out/http-client/global-edge-http-client.d.tsModified
+1
Index: package/out/http-client/global-edge-http-client.d.ts
===================================================================
--- package/out/http-client/global-edge-http-client.d.ts
+++ package/out/http-client/global-edge-http-client.d.ts
@@ -1,4 +1,5 @@
+import { Response } from 'node-fetch';
 import { URL } from 'url';
 export declare class InvalidSiteError extends Error {
     constructor(url: URL);
 }