@module-federation/enhanced 0.2.6 → 0.2.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/enhanced",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "main": "./src/index.js",
5
5
  "types": "./dist/src/index.d.ts",
6
6
  "repository": "https://github.com/module-federation/core/tree/main/packages/enhanced",
@@ -15,7 +15,7 @@
15
15
  "peerDependencies": {
16
16
  "webpack": "^5.0.0",
17
17
  "typescript": "^4.9.0 || ^5.0.0",
18
- "vue-tsc": "^1.0.24"
18
+ "vue-tsc": ">=1.0.24"
19
19
  },
20
20
  "peerDependenciesMeta": {
21
21
  "webpack": {
@@ -5,8 +5,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.TEMP_DIR = exports.FEDERATION_SUPPORTED_TYPES = void 0;
7
7
  const path_1 = __importDefault(require("path"));
8
+ const sdk_1 = require("@module-federation/sdk");
8
9
  const FEDERATION_SUPPORTED_TYPES = ['script'];
9
10
  exports.FEDERATION_SUPPORTED_TYPES = FEDERATION_SUPPORTED_TYPES;
10
- const TEMP_DIR = path_1.default.join(`${process.cwd()}/node_modules`, `.federation`);
11
+ const TEMP_DIR = path_1.default.join(`${process.cwd()}/node_modules`, sdk_1.TEMP_DIR);
11
12
  exports.TEMP_DIR = TEMP_DIR;
12
13
  //# sourceMappingURL=constant.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constant.js","sourceRoot":"","sources":["../../../../src/lib/container/constant.ts"],"names":[],"mappings":";;;;;;AAAA,gDAAwB;AAExB,MAAM,0BAA0B,GAAG,CAAC,QAAQ,CAAC,CAAC;AAGrC,gEAA0B;AAFnC,MAAM,QAAQ,GAAG,cAAI,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,GAAG,EAAE,eAAe,EAAE,aAAa,CAAC,CAAC;AAEtC,4BAAQ"}
1
+ {"version":3,"file":"constant.js","sourceRoot":"","sources":["../../../../src/lib/container/constant.ts"],"names":[],"mappings":";;;;;;AAAA,gDAAwB;AACxB,gDAAkE;AAElE,MAAM,0BAA0B,GAAG,CAAC,QAAQ,CAAC,CAAC;AAGrC,gEAA0B;AAFnC,MAAM,QAAQ,GAAG,cAAI,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,GAAG,EAAE,eAAe,EAAE,cAAY,CAAC,CAAC;AAErC,4BAAQ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/enhanced",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "main": "./dist/src/index.js",
5
5
  "types": "./dist/src/index.d.ts",
6
6
  "repository": "https://github.com/module-federation/core/tree/main/packages/enhanced",
@@ -15,7 +15,7 @@
15
15
  "peerDependencies": {
16
16
  "webpack": "^5.0.0",
17
17
  "typescript": "^4.9.0 || ^5.0.0",
18
- "vue-tsc": "^1.0.24"
18
+ "vue-tsc": ">=1.0.24"
19
19
  },
20
20
  "peerDependenciesMeta": {
21
21
  "webpack": {
@@ -68,17 +68,17 @@
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/btoa": "^1.2.5",
71
- "@module-federation/webpack-bundler-runtime": "0.2.6"
71
+ "@module-federation/webpack-bundler-runtime": "0.2.7"
72
72
  },
73
73
  "dependencies": {
74
74
  "upath": "2.0.1",
75
75
  "btoa": "^1.2.1",
76
- "@module-federation/sdk": "0.2.6",
77
- "@module-federation/runtime-tools": "0.2.6",
78
- "@module-federation/manifest": "0.2.6",
79
- "@module-federation/managers": "0.2.6",
80
- "@module-federation/dts-plugin": "0.2.6",
81
- "@module-federation/rspack": "0.2.6",
82
- "@module-federation/bridge-react-webpack-plugin": "0.2.6"
76
+ "@module-federation/sdk": "0.2.7",
77
+ "@module-federation/runtime-tools": "0.2.7",
78
+ "@module-federation/manifest": "0.2.7",
79
+ "@module-federation/managers": "0.2.7",
80
+ "@module-federation/dts-plugin": "0.2.7",
81
+ "@module-federation/rspack": "0.2.7",
82
+ "@module-federation/bridge-react-webpack-plugin": "0.2.7"
83
83
  }
84
84
  }