@module-federation/node 2.7.28 → 2.7.29

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.
Files changed (2) hide show
  1. package/dist/package.json +2 -10
  2. package/package.json +5 -13
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "@module-federation/node",
4
- "version": "2.7.28",
4
+ "version": "2.7.29",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/src/index.js",
7
7
  "exports": {
@@ -72,18 +72,10 @@
72
72
  "@module-federation/runtime": "workspace:*"
73
73
  },
74
74
  "peerDependencies": {
75
- "react": "^16||^17||^18||^19",
76
- "react-dom": "^16||^17||^18||^19",
77
75
  "webpack": "^5.40.0"
78
76
  },
79
77
  "peerDependenciesMeta": {
80
- "react": {
81
- "optional": true
82
- },
83
- "react-dom": {
84
- "optional": true
85
- },
86
- "next": {
78
+ "webpack": {
87
79
  "optional": true
88
80
  }
89
81
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "@module-federation/node",
4
- "version": "2.7.28",
4
+ "version": "2.7.29",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/src/index.js",
7
7
  "exports": {
@@ -67,23 +67,15 @@
67
67
  "btoa": "1.2.1",
68
68
  "encoding": "^0.1.13",
69
69
  "node-fetch": "2.7.0",
70
- "@module-federation/enhanced": "0.23.0",
71
- "@module-federation/sdk": "0.23.0",
72
- "@module-federation/runtime": "0.23.0"
70
+ "@module-federation/enhanced": "0.24.0",
71
+ "@module-federation/runtime": "0.24.0",
72
+ "@module-federation/sdk": "0.24.0"
73
73
  },
74
74
  "peerDependencies": {
75
- "react": "^16||^17||^18||^19",
76
- "react-dom": "^16||^17||^18||^19",
77
75
  "webpack": "^5.40.0"
78
76
  },
79
77
  "peerDependenciesMeta": {
80
- "react": {
81
- "optional": true
82
- },
83
- "react-dom": {
84
- "optional": true
85
- },
86
- "next": {
78
+ "webpack": {
87
79
  "optional": true
88
80
  }
89
81
  }