@module-federation/manifest 0.0.0-next-20250923081154 → 0.0.0-next-20250924064953

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
@@ -799,7 +799,7 @@ function getExposeItem(param) {
799
799
  id: sdk.composeKeyWithSeparator(name, exposeModuleName),
800
800
  name: exposeModuleName,
801
801
  // @ts-ignore to deduplicate
802
- requires: new Set(),
802
+ requires: [],
803
803
  file: path.relative(process.cwd(), file.import[0]),
804
804
  assets: {
805
805
  js: {
package/dist/index.esm.js CHANGED
@@ -797,7 +797,7 @@ function getExposeItem(param) {
797
797
  id: composeKeyWithSeparator(name, exposeModuleName),
798
798
  name: exposeModuleName,
799
799
  // @ts-ignore to deduplicate
800
- requires: new Set(),
800
+ requires: [],
801
801
  file: path.relative(process.cwd(), file.import[0]),
802
802
  assets: {
803
803
  js: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/manifest",
3
- "version": "0.0.0-next-20250923081154",
3
+ "version": "0.0.0-next-20250924064953",
4
4
  "license": "MIT",
5
5
  "description": "Provide manifest/stats for webpack/rspack MF project .",
6
6
  "keywords": [
@@ -29,9 +29,9 @@
29
29
  "dependencies": {
30
30
  "find-pkg": "2.0.0",
31
31
  "chalk": "3.0.0",
32
- "@module-federation/dts-plugin": "0.0.0-next-20250923081154",
33
- "@module-federation/sdk": "0.0.0-next-20250923081154",
34
- "@module-federation/managers": "0.0.0-next-20250923081154"
32
+ "@module-federation/sdk": "0.0.0-next-20250924064953",
33
+ "@module-federation/dts-plugin": "0.0.0-next-20250924064953",
34
+ "@module-federation/managers": "0.0.0-next-20250924064953"
35
35
  },
36
36
  "exports": {
37
37
  ".": {