@module-federation/webpack-bundler-runtime 0.0.0-next-20240617093923 → 0.0.0-next-20240619032406
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/constant.cjs.js +6 -0
- package/dist/constant.esm.js +2 -0
- package/dist/package.json +1 -1
- package/dist/src/constant.d.ts +1 -0
- package/package.json +4 -4
package/dist/constant.cjs.js
CHANGED
|
@@ -2,8 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
+
var sdk = require('@module-federation/sdk');
|
|
6
|
+
|
|
5
7
|
var FEDERATION_SUPPORTED_TYPES = [
|
|
6
8
|
'script'
|
|
7
9
|
];
|
|
8
10
|
|
|
11
|
+
Object.defineProperty(exports, 'ENCODE_NAME_PREFIX', {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return sdk.ENCODE_NAME_PREFIX; }
|
|
14
|
+
});
|
|
9
15
|
exports.FEDERATION_SUPPORTED_TYPES = FEDERATION_SUPPORTED_TYPES;
|
package/dist/constant.esm.js
CHANGED
package/dist/package.json
CHANGED
package/dist/src/constant.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"public": true,
|
|
3
3
|
"name": "@module-federation/webpack-bundler-runtime",
|
|
4
|
-
"version": "0.0.0-next-
|
|
4
|
+
"version": "0.0.0-next-20240619032406",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Module Federation Runtime for webpack",
|
|
7
7
|
"keywords": [
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"module": "./dist/index.esm.js",
|
|
21
21
|
"types": "./dist/index.cjs.d.ts",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@module-federation/runtime": "0.0.0-next-
|
|
24
|
-
"@module-federation/sdk": "0.0.0-next-
|
|
23
|
+
"@module-federation/runtime": "0.0.0-next-20240619032406",
|
|
24
|
+
"@module-federation/sdk": "0.0.0-next-20240619032406"
|
|
25
25
|
},
|
|
26
26
|
"exports": {
|
|
27
27
|
".": {
|
|
@@ -49,6 +49,6 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@module-federation/runtime": "0.0.0-next-
|
|
52
|
+
"@module-federation/runtime": "0.0.0-next-20240619032406"
|
|
53
53
|
}
|
|
54
54
|
}
|