@module-federation/inject-external-runtime-core-plugin 0.0.0-next-20250707074728 → 0.0.0-next-20250708104625

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.
@@ -1,5 +1,5 @@
1
1
  import * as runtimeCore from '@module-federation/runtime-tools/runtime-core';
2
- import type { ModuleFederationRuntimePlugin } from '@module-federation/runtime-tools/runtime-core';
2
+ import type { FederationRuntimePlugin } from '@module-federation/runtime-tools/runtime-core';
3
3
  declare global {
4
4
  var __VERSION__: string;
5
5
  var _FEDERATION_RUNTIME_CORE: typeof runtimeCore;
@@ -8,5 +8,5 @@ declare global {
8
8
  name: string;
9
9
  };
10
10
  }
11
- declare function injectExternalRuntimeCorePlugin(): ModuleFederationRuntimePlugin;
11
+ declare function injectExternalRuntimeCorePlugin(): FederationRuntimePlugin;
12
12
  export default injectExternalRuntimeCorePlugin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/inject-external-runtime-core-plugin",
3
- "version": "0.0.0-next-20250707074728",
3
+ "version": "0.0.0-next-20250708104625",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "A sdk for support module federation",
@@ -35,9 +35,9 @@
35
35
  }
36
36
  },
37
37
  "peerDependencies": {
38
- "@module-federation/runtime-tools": "0.0.0-next-20250707074728"
38
+ "@module-federation/runtime-tools": "0.0.0-next-20250708104625"
39
39
  },
40
40
  "devDependencies": {
41
- "@module-federation/runtime-tools": "0.0.0-next-20250707074728"
41
+ "@module-federation/runtime-tools": "0.0.0-next-20250708104625"
42
42
  }
43
43
  }