@module-federation/dts-plugin 0.0.0-fix-array-share-scope-20260225123251 → 0.0.0-fix-array-share-scope-20260226103428

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/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @module-federation/dts-plugin
2
2
 
3
- ## 0.0.0-fix-array-share-scope-20260225123251
3
+ ## 0.0.0-fix-array-share-scope-20260226103428
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6235711: Replace the Koa-based dev types server with a native Node HTTP server to reduce dependencies and keep type generation behavior unchanged.
8
8
  - 5954fe7: Fix fork-dev-worker crashes in dts-plugin when consumeTypes is disabled
9
- - @module-federation/sdk@0.0.0-fix-array-share-scope-20260225123251
10
- - @module-federation/managers@0.0.0-fix-array-share-scope-20260225123251
11
- - @module-federation/third-party-dts-extractor@0.0.0-fix-array-share-scope-20260225123251
12
- - @module-federation/error-codes@0.0.0-fix-array-share-scope-20260225123251
9
+ - @module-federation/sdk@0.0.0-fix-array-share-scope-20260226103428
10
+ - @module-federation/managers@0.0.0-fix-array-share-scope-20260226103428
11
+ - @module-federation/third-party-dts-extractor@0.0.0-fix-array-share-scope-20260226103428
12
+ - @module-federation/error-codes@0.0.0-fix-array-share-scope-20260226103428
13
13
 
14
14
  ## 2.0.1
15
15
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/dts-plugin",
3
- "version": "0.0.0-fix-array-share-scope-20260225123251",
3
+ "version": "0.0.0-fix-array-share-scope-20260226103428",
4
4
  "author": "hanric <hanric.zhang@gmail.com>",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/dts-plugin",
3
- "version": "0.0.0-fix-array-share-scope-20260225123251",
3
+ "version": "0.0.0-fix-array-share-scope-20260226103428",
4
4
  "author": "hanric <hanric.zhang@gmail.com>",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -59,10 +59,10 @@
59
59
  "node-schedule": "2.1.1",
60
60
  "rambda": "^9.1.0",
61
61
  "ws": "8.18.0",
62
- "@module-federation/error-codes": "0.0.0-fix-array-share-scope-20260225123251",
63
- "@module-federation/managers": "0.0.0-fix-array-share-scope-20260225123251",
64
- "@module-federation/sdk": "0.0.0-fix-array-share-scope-20260225123251",
65
- "@module-federation/third-party-dts-extractor": "0.0.0-fix-array-share-scope-20260225123251"
62
+ "@module-federation/error-codes": "0.0.0-fix-array-share-scope-20260226103428",
63
+ "@module-federation/managers": "0.0.0-fix-array-share-scope-20260226103428",
64
+ "@module-federation/sdk": "0.0.0-fix-array-share-scope-20260226103428",
65
+ "@module-federation/third-party-dts-extractor": "0.0.0-fix-array-share-scope-20260226103428"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/node-schedule": "2.1.7",
@@ -72,7 +72,7 @@
72
72
  "vue": "^3.5.13",
73
73
  "vue-tsc": "^2.2.10",
74
74
  "webpack": "^5.104.1",
75
- "@module-federation/runtime": "0.0.0-fix-array-share-scope-20260225123251"
75
+ "@module-federation/runtime": "0.0.0-fix-array-share-scope-20260226103428"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "typescript": "^4.9.0 || ^5.0.0",