@module-federation/rspack 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/index.cjs.js CHANGED
@@ -173,7 +173,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
173
173
  });
174
174
  if (!disableManifest) {
175
175
  new manifest.StatsPlugin(options, {
176
- pluginVersion: "0.2.6",
176
+ pluginVersion: "0.2.7",
177
177
  bundler: 'rspack'
178
178
  }).apply(compiler);
179
179
  }
package/dist/index.esm.js CHANGED
@@ -163,7 +163,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
163
163
  });
164
164
  if (!disableManifest) {
165
165
  new StatsPlugin(options, {
166
- pluginVersion: "0.2.6",
166
+ pluginVersion: "0.2.7",
167
167
  bundler: 'rspack'
168
168
  }).apply(compiler);
169
169
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/rspack",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Module Federation",
@@ -42,5 +42,17 @@
42
42
  "./dist/index.cjs.d.ts"
43
43
  ]
44
44
  }
45
+ },
46
+ "peerDependencies": {
47
+ "typescript": "^4.9.0 || ^5.0.0",
48
+ "vue-tsc": ">=1.0.24"
49
+ },
50
+ "peerDependenciesMeta": {
51
+ "typescript": {
52
+ "optional": true
53
+ },
54
+ "vue-tsc": {
55
+ "optional": true
56
+ }
45
57
  }
46
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/rspack",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Module Federation",
@@ -19,12 +19,12 @@
19
19
  "module": "./dist/index.esm.js",
20
20
  "types": "./dist/index.cjs.d.ts",
21
21
  "dependencies": {
22
- "@module-federation/sdk": "0.2.6",
23
- "@module-federation/bridge-react-webpack-plugin": "0.2.6",
24
- "@module-federation/runtime-tools": "0.2.6",
25
- "@module-federation/manifest": "0.2.6",
26
- "@module-federation/managers": "0.2.6",
27
- "@module-federation/dts-plugin": "0.2.6"
22
+ "@module-federation/sdk": "0.2.7",
23
+ "@module-federation/bridge-react-webpack-plugin": "0.2.7",
24
+ "@module-federation/runtime-tools": "0.2.7",
25
+ "@module-federation/manifest": "0.2.7",
26
+ "@module-federation/managers": "0.2.7",
27
+ "@module-federation/dts-plugin": "0.2.7"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@rspack/core": "0.5.0"
@@ -42,5 +42,17 @@
42
42
  "./dist/index.cjs.d.ts"
43
43
  ]
44
44
  }
45
+ },
46
+ "peerDependencies": {
47
+ "typescript": "^4.9.0 || ^5.0.0",
48
+ "vue-tsc": ">=1.0.24"
49
+ },
50
+ "peerDependenciesMeta": {
51
+ "typescript": {
52
+ "optional": true
53
+ },
54
+ "vue-tsc": {
55
+ "optional": true
56
+ }
45
57
  }
46
58
  }