@modern-js/plugin-module-node-polyfill 0.0.0-next-1690354890697 → 0.0.0-next-1690383964237

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/CHANGELOG.md +12 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,20 @@
1
1
  # @modern-js/plugin-module-node-polyfill
2
2
 
3
- ## 0.0.0-next-1690354890697
3
+ ## 0.0.0-next-1690383964237
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
4
9
 
5
10
  ### Patch Changes
6
11
 
7
- - d3e52e4f69: chore(CI): update build config to improve vitest CI perf
12
+ - d3e52e4f6: chore(CI): update build config to improve vitest CI perf
8
13
 
9
14
  chore(CI): 更新构建配置来提升 vitest CI 性能
10
15
 
11
- - Updated dependencies [3092f1fc9c]
12
- - Updated dependencies [d3e52e4f69]
13
- - @modern-js/module-tools@0.0.0-next-1690354890697
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-1690383964237
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1690354890697",
18
+ "version": "0.0.0-next-1690383964237",
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-1690354890697",
28
- "@scripts/jest-config": "0.0.0-next-1690354890697",
29
- "@modern-js/module-tools": "0.0.0-next-1690354890697"
27
+ "@scripts/build": "0.0.0-next-1690383964237",
28
+ "@scripts/jest-config": "0.0.0-next-1690383964237",
29
+ "@modern-js/module-tools": "0.0.0-next-1690383964237"
30
30
  },
31
31
  "peerDependencies": {
32
- "@modern-js/module-tools": "0.0.0-next-1690354890697"
32
+ "@modern-js/module-tools": "0.0.0-next-1690383964237"
33
33
  },
34
34
  "peerDependenciesMeta": {
35
35
  "@modern-js/module-tools": {
@@ -37,7 +37,7 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@modern-js/libuild-plugin-node-polyfill": "0.13.2"
40
+ "@modern-js/libuild-plugin-node-polyfill": "0.14.1"
41
41
  },
42
42
  "publishConfig": {
43
43
  "registry": "https://registry.npmjs.org/",