@module-federation/webpack-bundler-runtime 0.0.8 → 0.0.10
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/index.cjs.js +0 -1
- package/dist/index.esm.js +0 -1
- package/dist/package.json +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -294,7 +294,6 @@ function initContainerEntry(options) {
|
|
|
294
294
|
remotes: []
|
|
295
295
|
}, remoteEntryInitOptions));
|
|
296
296
|
federationInstance.initShareScopeMap(name, shareScope);
|
|
297
|
-
webpackRequire.S[name] = shareScope;
|
|
298
297
|
if (webpackRequire.federation.attachShareScopeMap) {
|
|
299
298
|
webpackRequire.federation.attachShareScopeMap(webpackRequire);
|
|
300
299
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -272,7 +272,6 @@ function initContainerEntry(options) {
|
|
|
272
272
|
remotes: []
|
|
273
273
|
}, remoteEntryInitOptions));
|
|
274
274
|
federationInstance.initShareScopeMap(name, shareScope);
|
|
275
|
-
webpackRequire.S[name] = shareScope;
|
|
276
275
|
if (webpackRequire.federation.attachShareScopeMap) {
|
|
277
276
|
webpackRequire.federation.attachShareScopeMap(webpackRequire);
|
|
278
277
|
}
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"public": true,
|
|
3
3
|
"name": "@module-federation/webpack-bundler-runtime",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.10",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Module Federation Runtime for webpack",
|
|
7
7
|
"keywords": [
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"module": "./dist/index.esm.js",
|
|
21
21
|
"types": "./dist/index.cjs.d.ts",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@module-federation/runtime": "0.0.
|
|
24
|
-
"@module-federation/sdk": "0.0.
|
|
23
|
+
"@module-federation/runtime": "0.0.10",
|
|
24
|
+
"@module-federation/sdk": "0.0.10"
|
|
25
25
|
},
|
|
26
26
|
"exports": {
|
|
27
27
|
".": {
|