@module-federation/inject-external-runtime-core-plugin 0.21.1 → 0.21.3

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.
@@ -18,10 +18,10 @@ var runtimeCore__namespace = /*#__PURE__*/_interopNamespaceDefault(runtimeCore);
18
18
  function injectExternalRuntimeCorePlugin() {
19
19
  return {
20
20
  name: 'inject-external-runtime-core-plugin',
21
- version: "0.21.1",
21
+ version: "0.21.3",
22
22
  beforeInit(args) {
23
23
  const name = args.options.name;
24
- const version = "0.21.1";
24
+ const version = "0.21.3";
25
25
  if (runtimeCore__namespace.Global._FEDERATION_RUNTIME_CORE &&
26
26
  runtimeCore__namespace.Global._FEDERATION_RUNTIME_CORE_FROM &&
27
27
  (runtimeCore__namespace.Global._FEDERATION_RUNTIME_CORE_FROM.name !== name ||
package/dist/index.esm.js CHANGED
@@ -3,10 +3,10 @@ import * as runtimeCore from '@module-federation/runtime-tools/runtime-core';
3
3
  function injectExternalRuntimeCorePlugin() {
4
4
  return {
5
5
  name: 'inject-external-runtime-core-plugin',
6
- version: "0.21.1",
6
+ version: "0.21.3",
7
7
  beforeInit(args) {
8
8
  const name = args.options.name;
9
- const version = "0.21.1";
9
+ const version = "0.21.3";
10
10
  if (runtimeCore.Global._FEDERATION_RUNTIME_CORE &&
11
11
  runtimeCore.Global._FEDERATION_RUNTIME_CORE_FROM &&
12
12
  (runtimeCore.Global._FEDERATION_RUNTIME_CORE_FROM.name !== name ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/inject-external-runtime-core-plugin",
3
- "version": "0.21.1",
3
+ "version": "0.21.3",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "A sdk for support module federation",
@@ -40,9 +40,9 @@
40
40
  }
41
41
  },
42
42
  "peerDependencies": {
43
- "@module-federation/runtime-tools": "0.21.1"
43
+ "@module-federation/runtime-tools": "0.21.3"
44
44
  },
45
45
  "devDependencies": {
46
- "@module-federation/runtime-tools": "0.21.1"
46
+ "@module-federation/runtime-tools": "0.21.3"
47
47
  }
48
48
  }