@module-federation/runtime 0.0.0-next-20231229074949 → 0.0.0-next-20231229091919
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/share.cjs.js +1 -3
- package/dist/share.esm.js +1 -3
- package/package.json +2 -2
package/dist/share.cjs.js
CHANGED
|
@@ -123,9 +123,7 @@ function setGlobalDefaultVal(target) {
|
|
|
123
123
|
__SHARE_SCOPE_LOADING__: {},
|
|
124
124
|
__PRELOADED_MAP__: new Map()
|
|
125
125
|
});
|
|
126
|
-
|
|
127
|
-
definePropertyGlobalVal(target, '__VMOK__', target.__FEDERATION__);
|
|
128
|
-
}
|
|
126
|
+
definePropertyGlobalVal(target, '__VMOK__', target.__FEDERATION__);
|
|
129
127
|
}
|
|
130
128
|
var ___GLOBAL_PLUGIN__;
|
|
131
129
|
(___GLOBAL_PLUGIN__ = (_target___FEDERATION__ = target.__FEDERATION__).__GLOBAL_PLUGIN__) != null ? ___GLOBAL_PLUGIN__ : _target___FEDERATION__.__GLOBAL_PLUGIN__ = [];
|
package/dist/share.esm.js
CHANGED
|
@@ -121,9 +121,7 @@ function setGlobalDefaultVal(target) {
|
|
|
121
121
|
__SHARE_SCOPE_LOADING__: {},
|
|
122
122
|
__PRELOADED_MAP__: new Map()
|
|
123
123
|
});
|
|
124
|
-
|
|
125
|
-
definePropertyGlobalVal(target, '__VMOK__', target.__FEDERATION__);
|
|
126
|
-
}
|
|
124
|
+
definePropertyGlobalVal(target, '__VMOK__', target.__FEDERATION__);
|
|
127
125
|
}
|
|
128
126
|
var ___GLOBAL_PLUGIN__;
|
|
129
127
|
(___GLOBAL_PLUGIN__ = (_target___FEDERATION__ = target.__FEDERATION__).__GLOBAL_PLUGIN__) != null ? ___GLOBAL_PLUGIN__ : _target___FEDERATION__.__GLOBAL_PLUGIN__ = [];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/runtime",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20231229091919",
|
|
4
4
|
"author": "zhouxiao <codingzx@gmail.com>",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@module-federation/sdk": "0.0.0-next-
|
|
48
|
+
"@module-federation/sdk": "0.0.0-next-20231229091919"
|
|
49
49
|
}
|
|
50
50
|
}
|