@module-federation/runtime
Advanced tools
Comparing version 0.0.0-next-20240103032717 to 0.0.0-next-20240103035759
@@ -10,2 +10,3 @@ 'use strict'; | ||
const GlobalUtils = { | ||
Global: share.Global, | ||
nativeGlobal: share.nativeGlobal, | ||
@@ -12,0 +13,0 @@ resetFederationGlobalInfo: share.resetFederationGlobalInfo, |
@@ -1,2 +0,2 @@ | ||
import { l as getGlobalShare, x as getGlobalShareScope, F as nativeGlobal, H as resetFederationGlobalInfo, A as getGlobalFederationInstance, C as setGlobalFederationInstance, B as getGlobalFederationConstructor, z as setGlobalFederationConstructor, m as getInfoWithoutType, r as getGlobalSnapshot, I as getTargetSnapshotInfoByModuleInfo, p as getGlobalSnapshotInfoByModuleInfo, q as setGlobalSnapshotInfoByModuleInfo, J as addGlobalSnapshot, c as getRemoteEntryExports, E as registerGlobalPlugins, g as getGlobalHostPlugins, n as getPreloaded, o as setPreloaded } from './share.esm.js'; | ||
import { l as getGlobalShare, x as getGlobalShareScope, G as Global, F as nativeGlobal, H as resetFederationGlobalInfo, A as getGlobalFederationInstance, C as setGlobalFederationInstance, B as getGlobalFederationConstructor, z as setGlobalFederationConstructor, m as getInfoWithoutType, r as getGlobalSnapshot, I as getTargetSnapshotInfoByModuleInfo, p as getGlobalSnapshotInfoByModuleInfo, q as setGlobalSnapshotInfoByModuleInfo, J as addGlobalSnapshot, c as getRemoteEntryExports, E as registerGlobalPlugins, g as getGlobalHostPlugins, n as getPreloaded, o as setPreloaded } from './share.esm.js'; | ||
@@ -8,2 +8,3 @@ const ShareUtils = { | ||
const GlobalUtils = { | ||
Global, | ||
nativeGlobal, | ||
@@ -10,0 +11,0 @@ resetFederationGlobalInfo, |
/// <reference types="node" /> | ||
import { resetFederationGlobalInfo, getGlobalFederationInstance, setGlobalFederationInstance, getGlobalFederationConstructor, setGlobalFederationConstructor, getInfoWithoutType, getGlobalSnapshot, getTargetSnapshotInfoByModuleInfo, getGlobalSnapshotInfoByModuleInfo, setGlobalSnapshotInfoByModuleInfo, addGlobalSnapshot, getRemoteEntryExports, registerGlobalPlugins, getGlobalHostPlugins, getPreloaded, setPreloaded } from './global'; | ||
import { resetFederationGlobalInfo, getGlobalFederationInstance, setGlobalFederationInstance, getGlobalFederationConstructor, setGlobalFederationConstructor, getInfoWithoutType, getGlobalSnapshot, getTargetSnapshotInfoByModuleInfo, getGlobalSnapshotInfoByModuleInfo, setGlobalSnapshotInfoByModuleInfo, addGlobalSnapshot, getRemoteEntryExports, registerGlobalPlugins, getGlobalHostPlugins, getPreloaded, setPreloaded, Global } from './global'; | ||
import { getGlobalShare, getGlobalShareScope } from './utils/share'; | ||
@@ -9,2 +9,3 @@ interface IShareUtils { | ||
interface IGlobalUtils { | ||
Global: typeof Global; | ||
nativeGlobal: typeof global; | ||
@@ -11,0 +12,0 @@ resetFederationGlobalInfo: typeof resetFederationGlobalInfo; |
{ | ||
"name": "@module-federation/runtime", | ||
"version": "0.0.0-next-20240103032717", | ||
"version": "0.0.0-next-20240103035759", | ||
"author": "zhouxiao <codingzx@gmail.com>", | ||
@@ -48,4 +48,4 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-next-20240103032717" | ||
"@module-federation/sdk": "0.0.0-next-20240103035759" | ||
} | ||
} |
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
237115
5365
+ Added@module-federation/sdk@0.0.0-next-20240103035759(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240103032717(transitive)