@module-federation/runtime
Advanced tools
Comparing version 1.0.0-canary.4 to 1.0.0-canary.5
{ | ||
"name": "@module-federation/runtime", | ||
"version": "1.0.0-canary.4", | ||
"version": "1.0.0-canary.5", | ||
"author": "zhouxiao <codingzx@gmail.com>", | ||
@@ -13,4 +13,4 @@ "main": "./index.cjs.js", | ||
".": { | ||
"import": "./index.cjs.js", | ||
"require": "./index.esm.js" | ||
"import": "./index.esm.js", | ||
"require": "./index.cjs.js" | ||
}, | ||
@@ -17,0 +17,0 @@ "./helpers": { |
@@ -187,3 +187,3 @@ 'use strict'; | ||
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor; | ||
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.0-canary.3'; | ||
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.0-canary.4'; | ||
} | ||
@@ -190,0 +190,0 @@ } |
@@ -185,3 +185,3 @@ function _extends() { | ||
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor; | ||
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.0-canary.3'; | ||
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.0-canary.4'; | ||
} | ||
@@ -188,0 +188,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display