npm package diff
Package: @forge/manifest
Versions: 8.4.0 - 8.3.1-next.2-experimental-d6acbbd
File: package/out/schema/manifest.d.ts
Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -2639,8 +2639,9 @@
};
providers?: ExternalAuthFunctionProviders;
timeoutSeconds?: TimeoutSeconds;
key: ModuleKeySchema;
+ [k: string]: unknown;
},
...{
handler: Handler;
cleanup?: Cleanup;
@@ -2660,8 +2661,9 @@
};
providers?: ExternalAuthFunctionProviders;
timeoutSeconds?: TimeoutSeconds;
key: ModuleKeySchema;
+ [k: string]: unknown;
}[]
];
migration?: [
(