@module-federation/runtime-core 0.0.0-next-20250709075526 → 0.0.0-next-20250710071138
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.cjs +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/src/constant.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.cjs.cjs
CHANGED
|
@@ -296,8 +296,8 @@ const getGlobalHostPlugins = ()=>nativeGlobal.__FEDERATION__.__GLOBAL_PLUGIN__;
|
|
|
296
296
|
const getPreloaded = (id)=>CurrentGlobal.__FEDERATION__.__PRELOADED_MAP__.get(id);
|
|
297
297
|
const setPreloaded = (id)=>CurrentGlobal.__FEDERATION__.__PRELOADED_MAP__.set(id, true);
|
|
298
298
|
|
|
299
|
-
const DEFAULT_REMOTE_TYPE = 'global';
|
|
300
299
|
const DEFAULT_SCOPE = 'default';
|
|
300
|
+
const DEFAULT_REMOTE_TYPE = 'global';
|
|
301
301
|
|
|
302
302
|
// fork from https://github.com/originjs/vite-plugin-federation/blob/v1.1.12/packages/lib/src/utils/semver/index.ts
|
|
303
303
|
// those constants are based on https://www.rubydoc.info/gems/semantic_range/3.0.0/SemanticRange#BUILDIDENTIFIER-constant
|
package/dist/index.esm.js
CHANGED
|
@@ -295,8 +295,8 @@ const getGlobalHostPlugins = ()=>nativeGlobal.__FEDERATION__.__GLOBAL_PLUGIN__;
|
|
|
295
295
|
const getPreloaded = (id)=>CurrentGlobal.__FEDERATION__.__PRELOADED_MAP__.get(id);
|
|
296
296
|
const setPreloaded = (id)=>CurrentGlobal.__FEDERATION__.__PRELOADED_MAP__.set(id, true);
|
|
297
297
|
|
|
298
|
-
const DEFAULT_REMOTE_TYPE = 'global';
|
|
299
298
|
const DEFAULT_SCOPE = 'default';
|
|
299
|
+
const DEFAULT_REMOTE_TYPE = 'global';
|
|
300
300
|
|
|
301
301
|
// fork from https://github.com/originjs/vite-plugin-federation/blob/v1.1.12/packages/lib/src/utils/semver/index.ts
|
|
302
302
|
// those constants are based on https://www.rubydoc.info/gems/semantic_range/3.0.0/SemanticRange#BUILDIDENTIFIER-constant
|
package/dist/src/constant.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/runtime-core",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20250710071138",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "zhouxiao <codingzx@gmail.com>",
|
|
6
6
|
"main": "./dist/index.cjs.cjs",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@module-federation/sdk": "0.0.0-next-
|
|
56
|
-
"@module-federation/error-codes": "0.0.0-next-
|
|
55
|
+
"@module-federation/sdk": "0.0.0-next-20250710071138",
|
|
56
|
+
"@module-federation/error-codes": "0.0.0-next-20250710071138"
|
|
57
57
|
}
|
|
58
58
|
}
|