@modern-js/plugin-polyfill 2.20.0 → 2.21.1

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 CHANGED
@@ -1,5 +1,27 @@
1
1
  # @modern-js/plugin-polyfill
2
2
 
3
+ ## 2.21.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/utils@2.21.1
8
+
9
+ ## 2.21.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 26dcf3a: chore: bump typescript to v5 in devDependencies
14
+
15
+ chore: 升级 devDependencies 中的 typescript 版本到 v5
16
+
17
+ - Updated dependencies [e81eeaf]
18
+ - Updated dependencies [26dcf3a]
19
+ - Updated dependencies [056627f]
20
+ - Updated dependencies [0fc15ca]
21
+ - Updated dependencies [43b4e83]
22
+ - Updated dependencies [ad78387]
23
+ - @modern-js/utils@2.21.0
24
+
3
25
  ## 2.20.0
4
26
 
5
27
  ### Patch Changes
@@ -1,6 +1,4 @@
1
1
  import type { CliPlugin } from '@modern-js/core';
2
2
  import type { AppTools } from '@modern-js/app-tools';
3
-
4
3
  declare const _default: () => CliPlugin<AppTools>;
5
-
6
4
  export default _default;
@@ -1,5 +1,3 @@
1
1
  import type { ServerPlugin } from '@modern-js/server-core';
2
-
3
2
  declare const _default: () => ServerPlugin;
4
-
5
3
  export default _default;
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.20.0",
18
+ "version": "2.21.1",
19
19
  "jsnext:source": "./src/cli.ts",
20
20
  "types": "./dist/types/cli.d.ts",
21
21
  "main": "./dist/cjs/cli.js",
@@ -51,21 +51,21 @@
51
51
  "lru-cache": "^6.0.0",
52
52
  "ua-parser-js": "^0.7.28",
53
53
  "@swc/helpers": "0.5.1",
54
- "@modern-js/utils": "2.20.0"
54
+ "@modern-js/utils": "2.21.1"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/jest": "^29",
58
58
  "@types/lru-cache": "^5.1.1",
59
59
  "@types/node": "^14",
60
60
  "@types/ua-parser-js": "^0.7.36",
61
- "typescript": "^4",
61
+ "typescript": "^5",
62
62
  "jest": "^29",
63
- "@modern-js/server-core": "2.20.0",
64
- "@modern-js/app-tools": "2.20.0",
65
- "@modern-js/types": "2.20.0",
66
- "@modern-js/core": "2.20.0",
67
- "@scripts/build": "2.20.0",
68
- "@scripts/jest-config": "2.20.0"
63
+ "@modern-js/server-core": "2.21.1",
64
+ "@modern-js/app-tools": "2.21.1",
65
+ "@modern-js/types": "2.21.1",
66
+ "@modern-js/core": "2.21.1",
67
+ "@scripts/build": "2.21.1",
68
+ "@scripts/jest-config": "2.21.1"
69
69
  },
70
70
  "sideEffects": false,
71
71
  "publishConfig": {