@module-federation/dts-plugin 0.0.0-fix-array-share-scope-20260226103428 → 0.0.0-fix-array-share-scope-20260226111150
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 +5 -5
- package/dist/package.json +1 -1
- package/package.json +6 -6
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-
|
|
3
|
+
## 0.0.0-fix-array-share-scope-20260226111150
|
|
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-
|
|
10
|
-
- @module-federation/managers@0.0.0-fix-array-share-scope-
|
|
11
|
-
- @module-federation/third-party-dts-extractor@0.0.0-fix-array-share-scope-
|
|
12
|
-
- @module-federation/error-codes@0.0.0-fix-array-share-scope-
|
|
9
|
+
- @module-federation/sdk@0.0.0-fix-array-share-scope-20260226111150
|
|
10
|
+
- @module-federation/managers@0.0.0-fix-array-share-scope-20260226111150
|
|
11
|
+
- @module-federation/third-party-dts-extractor@0.0.0-fix-array-share-scope-20260226111150
|
|
12
|
+
- @module-federation/error-codes@0.0.0-fix-array-share-scope-20260226111150
|
|
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-
|
|
3
|
+
"version": "0.0.0-fix-array-share-scope-20260226111150",
|
|
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-
|
|
3
|
+
"version": "0.0.0-fix-array-share-scope-20260226111150",
|
|
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-
|
|
63
|
-
"@module-federation/managers": "0.0.0-fix-array-share-scope-
|
|
64
|
-
"@module-federation/sdk": "0.0.0-fix-array-share-scope-
|
|
65
|
-
"@module-federation/third-party-dts-extractor": "0.0.0-fix-array-share-scope-
|
|
62
|
+
"@module-federation/error-codes": "0.0.0-fix-array-share-scope-20260226111150",
|
|
63
|
+
"@module-federation/managers": "0.0.0-fix-array-share-scope-20260226111150",
|
|
64
|
+
"@module-federation/sdk": "0.0.0-fix-array-share-scope-20260226111150",
|
|
65
|
+
"@module-federation/third-party-dts-extractor": "0.0.0-fix-array-share-scope-20260226111150"
|
|
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-
|
|
75
|
+
"@module-federation/runtime": "0.0.0-fix-array-share-scope-20260226111150"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"typescript": "^4.9.0 || ^5.0.0",
|