@module-federation/webpack-bundler-runtime
Advanced tools
Comparing version 0.0.0-next-20240115033857 to 0.0.0-next-20240115040830
@@ -297,3 +297,2 @@ 'use strict'; | ||
federationInstance.initShareScopeMap(name, shareScope); | ||
webpackRequire.S[name] = shareScope; | ||
if (webpackRequire.federation.attachShareScopeMap) { | ||
@@ -300,0 +299,0 @@ webpackRequire.federation.attachShareScopeMap(webpackRequire); |
@@ -275,3 +275,2 @@ import * as runtime from '@module-federation/runtime'; | ||
federationInstance.initShareScopeMap(name, shareScope); | ||
webpackRequire.S[name] = shareScope; | ||
if (webpackRequire.federation.attachShareScopeMap) { | ||
@@ -278,0 +277,0 @@ webpackRequire.federation.attachShareScopeMap(webpackRequire); |
{ | ||
"public": true, | ||
"name": "@module-federation/webpack-bundler-runtime", | ||
"version": "0.0.0-next-20240115033857", | ||
"version": "0.0.0-next-20240115040830", | ||
"license": "MIT", | ||
@@ -23,4 +23,4 @@ "description": "Module Federation Runtime for webpack", | ||
"dependencies": { | ||
"@module-federation/runtime": "0.0.0-next-20240115033857", | ||
"@module-federation/sdk": "0.0.0-next-20240115033857" | ||
"@module-federation/runtime": "0.0.0-next-20240115040830", | ||
"@module-federation/sdk": "0.0.0-next-20240115040830" | ||
}, | ||
@@ -27,0 +27,0 @@ "exports": { |
37694
744
+ Added@module-federation/runtime@0.0.0-next-20240115040830(transitive)
+ Added@module-federation/sdk@0.0.0-next-20240115040830(transitive)
- Removed@module-federation/runtime@0.0.0-next-20240115033857(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240115033857(transitive)