@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.
@@ -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
@@ -1,2 +1,2 @@
1
- export declare const DEFAULT_REMOTE_TYPE = "global";
2
1
  export declare const DEFAULT_SCOPE = "default";
2
+ export declare const DEFAULT_REMOTE_TYPE = "global";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/runtime-core",
3
- "version": "0.0.0-next-20250709075526",
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-20250709075526",
56
- "@module-federation/error-codes": "0.0.0-next-20250709075526"
55
+ "@module-federation/sdk": "0.0.0-next-20250710071138",
56
+ "@module-federation/error-codes": "0.0.0-next-20250710071138"
57
57
  }
58
58
  }