@module-federation/runtime
Advanced tools
Comparing version 0.0.0-next-20240105131424 to 0.0.0-next-20240105144747
@@ -98,4 +98,4 @@ import type { RemoteWithEntry, RemoteWithVersion, Module, RemoteEntryType } from '@module-federation/sdk'; | ||
get: (id: string) => () => Promise<Module>; | ||
init: (shareScope: ShareScopeMap[string], initScope?: Array<Record<string, any>>, remoteEntryInitOPtions?: RemoteEntryInitOptions) => void; | ||
init: (shareScope: ShareScopeMap[string], initScope?: InitScope, remoteEntryInitOPtions?: RemoteEntryInitOptions) => void; | ||
}; | ||
export {}; |
{ | ||
"name": "@module-federation/runtime", | ||
"version": "0.0.0-next-20240105131424", | ||
"version": "0.0.0-next-20240105144747", | ||
"author": "zhouxiao <codingzx@gmail.com>", | ||
@@ -48,4 +48,4 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-next-20240105131424" | ||
"@module-federation/sdk": "0.0.0-next-20240105144747" | ||
} | ||
} |
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
249676
+ Added@module-federation/sdk@0.0.0-next-20240105144747(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240105131424(transitive)