@module-federation/runtime
Advanced tools
Comparing version 0.0.0-next-20241029093536 to 0.0.0-next-20241030074135
{ | ||
"name": "@module-federation/runtime", | ||
"version": "0.6.13", | ||
"version": "0.6.14", | ||
"author": "zhouxiao <codingzx@gmail.com>", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs.js", |
@@ -180,3 +180,3 @@ 'use strict'; | ||
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor; | ||
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.6.13"; | ||
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.6.14"; | ||
} | ||
@@ -183,0 +183,0 @@ } |
@@ -178,3 +178,3 @@ import { _ as _object_without_properties_loose, a as _extends } from './polyfills.esm.js'; | ||
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor; | ||
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.6.13"; | ||
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.6.14"; | ||
} | ||
@@ -181,0 +181,0 @@ } |
@@ -63,2 +63,7 @@ import type { CreateScriptHookReturn, ModuleInfo } from '@module-federation/sdk'; | ||
fetch: AsyncHook<[string, RequestInit], false | void | Promise<Response>>; | ||
getModuleFactory: AsyncHook<[{ | ||
remoteEntryExports: RemoteEntryExports; | ||
expose: string; | ||
moduleInfo: RemoteInfo; | ||
}], Promise<(() => Promise<Module>) | undefined>>; | ||
}>; | ||
@@ -65,0 +70,0 @@ constructor(userOptions: UserOptions); |
@@ -75,2 +75,7 @@ import type * as IndexModule from './index'; | ||
fetch: import("./utils/hooks").AsyncHook<[string, RequestInit], false | void | Promise<Response>>; | ||
getModuleFactory: import("./utils/hooks").AsyncHook<[{ | ||
remoteEntryExports: import("./type").RemoteEntryExports; | ||
expose: string; | ||
moduleInfo: import("./type").RemoteInfo; | ||
}], Promise<(() => Promise<IndexModule.Module>) | undefined>>; | ||
}>; | ||
@@ -77,0 +82,0 @@ initOptions(...args: Parameters<IndexModule.FederationHost['initOptions']>): import("./type").Options; |
{ | ||
"name": "@module-federation/runtime", | ||
"version": "0.0.0-next-20241029093536", | ||
"version": "0.0.0-next-20241030074135", | ||
"author": "zhouxiao <codingzx@gmail.com>", | ||
@@ -53,4 +53,4 @@ "main": "./dist/index.cjs.js", | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-next-20241029093536" | ||
"@module-federation/sdk": "0.0.0-next-20241030074135" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
325223
7540
+ Added@module-federation/sdk@0.0.0-next-20241030074135(transitive)
- Removed@module-federation/sdk@0.0.0-next-20241029093536(transitive)