@modern-js/plugin-module-node-polyfill 0.0.0-next-1690388077544 → 0.0.0-next-1690395254313
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/CHANGELOG.md +2 -15
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,7 @@
|
|
|
1
1
|
# @modern-js/plugin-module-node-polyfill
|
|
2
2
|
|
|
3
|
-
## 0.0.0-next-
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- 118c1c073: chore: upgrade libuild and libuild plugin version to 0.14.1
|
|
8
|
-
chore: 升级 libuild 和 libuild 插件的版本到 0.14.1
|
|
3
|
+
## 0.0.0-next-1690395254313
|
|
9
4
|
|
|
10
5
|
### Patch Changes
|
|
11
6
|
|
|
12
|
-
-
|
|
13
|
-
|
|
14
|
-
chore(CI): 更新构建配置来提升 vitest CI 性能
|
|
15
|
-
|
|
16
|
-
- Updated dependencies [3092f1fc9]
|
|
17
|
-
- Updated dependencies [118c1c073]
|
|
18
|
-
- Updated dependencies [b7a8c4346]
|
|
19
|
-
- Updated dependencies [d3e52e4f6]
|
|
20
|
-
- @modern-js/module-tools@0.0.0-next-1690388077544
|
|
7
|
+
- @modern-js/module-tools@0.0.0-next-1690395254313
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-next-
|
|
18
|
+
"version": "0.0.0-next-1690395254313",
|
|
19
19
|
"types": "./dist/index.d.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"devDependencies": {
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"typescript": "^5",
|
|
25
25
|
"jest": "^29",
|
|
26
26
|
"@swc/helpers": "0.5.1",
|
|
27
|
-
"@scripts/build": "0.0.0-next-
|
|
28
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
29
|
-
"@modern-js/module-tools": "0.0.0-next-
|
|
27
|
+
"@scripts/build": "0.0.0-next-1690395254313",
|
|
28
|
+
"@scripts/jest-config": "0.0.0-next-1690395254313",
|
|
29
|
+
"@modern-js/module-tools": "0.0.0-next-1690395254313"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@modern-js/module-tools": "0.0.0-next-
|
|
32
|
+
"@modern-js/module-tools": "0.0.0-next-1690395254313"
|
|
33
33
|
},
|
|
34
34
|
"peerDependenciesMeta": {
|
|
35
35
|
"@modern-js/module-tools": {
|