@module-federation/runtime-tools 0.18.3 → 0.19.0

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.
@@ -30,3 +30,4 @@ Object.prototype.hasOwnProperty.call(runtime, '__proto__') &&
30
30
  Object.keys(runtime).forEach(function (k) {
31
31
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = runtime[k];
32
32
  });
33
+ //# sourceMappingURL=index.cjs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/index.esm.js CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from '@module-federation/runtime';
2
2
  import * as runtime from '@module-federation/runtime';
3
3
  export { runtime as default };
4
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
@@ -14,3 +14,4 @@ Object.prototype.hasOwnProperty.call(core, '__proto__') &&
14
14
  Object.keys(core).forEach(function (k) {
15
15
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = core[k];
16
16
  });
17
+ //# sourceMappingURL=runtime-core.cjs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime-core.cjs.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
@@ -1 +1,2 @@
1
1
  export * from '@module-federation/runtime/core';
2
+ //# sourceMappingURL=runtime-core.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime-core.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -14,3 +14,4 @@ Object.prototype.hasOwnProperty.call(runtime, '__proto__') &&
14
14
  Object.keys(runtime).forEach(function (k) {
15
15
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = runtime[k];
16
16
  });
17
+ //# sourceMappingURL=runtime.cjs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime.cjs.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
@@ -1 +1,2 @@
1
1
  export * from '@module-federation/runtime';
2
+ //# sourceMappingURL=runtime.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -5,3 +5,4 @@ var webpackBundlerRuntime = require('@module-federation/webpack-bundler-runtime'
5
5
 
6
6
 
7
7
  module.exports = webpackBundlerRuntime;
8
+ //# sourceMappingURL=webpack-bundler-runtime.cjs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webpack-bundler-runtime.cjs.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
@@ -1 +1,2 @@
1
1
  export { default } from '@module-federation/webpack-bundler-runtime';
2
+ //# sourceMappingURL=webpack-bundler-runtime.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webpack-bundler-runtime.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/runtime-tools",
3
- "version": "0.18.3",
3
+ "version": "0.19.0",
4
4
  "type": "module",
5
5
  "author": "zhanghang <hanric.zhang@gmail.com>",
6
6
  "main": "./dist/index.cjs.cjs",
@@ -9,7 +9,7 @@
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/module-federation/core/",
12
+ "url": "git+https://github.com/module-federation/core.git",
13
13
  "directory": "packages/runtime-tools"
14
14
  },
15
15
  "files": [
@@ -79,7 +79,7 @@
79
79
  }
80
80
  },
81
81
  "dependencies": {
82
- "@module-federation/runtime": "0.18.3",
83
- "@module-federation/webpack-bundler-runtime": "0.18.3"
82
+ "@module-federation/runtime": "0.19.0",
83
+ "@module-federation/webpack-bundler-runtime": "0.19.0"
84
84
  }
85
85
  }