@modern-js/server-utils 2.23.0 → 2.24.0
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 +30 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @modern-js/server-utils
|
|
2
2
|
|
|
3
|
+
## 2.24.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c882fbd: feat: support config main entry name
|
|
8
|
+
|
|
9
|
+
feat: 支持配置主入口名称
|
|
10
|
+
|
|
11
|
+
- 36f5bdf: fix(plugin-vue): remove react-related babel plugins
|
|
12
|
+
|
|
13
|
+
fix(plugin-vue): 移除 react 相关的 babel 插件
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [c882fbd]
|
|
16
|
+
- Updated dependencies [36f5bdf]
|
|
17
|
+
- Updated dependencies [4a82c3b]
|
|
18
|
+
- @modern-js/utils@2.24.0
|
|
19
|
+
- @modern-js/babel-preset-base@2.24.0
|
|
20
|
+
- @modern-js/babel-compiler@2.24.0
|
|
21
|
+
|
|
22
|
+
## 2.23.1
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [f08bbfc]
|
|
27
|
+
- Updated dependencies [a6b313a]
|
|
28
|
+
- Updated dependencies [8f2cab0]
|
|
29
|
+
- @modern-js/utils@2.23.1
|
|
30
|
+
- @modern-js/babel-preset-base@2.23.1
|
|
31
|
+
- @modern-js/babel-compiler@2.23.1
|
|
32
|
+
|
|
3
33
|
## 2.23.0
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.
|
|
18
|
+
"version": "2.24.0",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./dist/types/index.d.ts",
|
|
21
21
|
"main": "./dist/cjs/index.js",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
40
40
|
"babel-plugin-transform-typescript-metadata": "^0.3.2",
|
|
41
41
|
"@swc/helpers": "0.5.1",
|
|
42
|
-
"@modern-js/babel-
|
|
43
|
-
"@modern-js/
|
|
44
|
-
"@modern-js/
|
|
42
|
+
"@modern-js/babel-compiler": "2.24.0",
|
|
43
|
+
"@modern-js/babel-preset-base": "2.24.0",
|
|
44
|
+
"@modern-js/utils": "2.24.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/babel__core": "^7.20.0",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"jest": "^29",
|
|
51
51
|
"ts-jest": "^29.1.0",
|
|
52
52
|
"typescript": "^5",
|
|
53
|
-
"@modern-js/server-core": "2.
|
|
54
|
-
"@scripts/
|
|
55
|
-
"@scripts/
|
|
53
|
+
"@modern-js/server-core": "2.24.0",
|
|
54
|
+
"@scripts/build": "2.24.0",
|
|
55
|
+
"@scripts/jest-config": "2.24.0"
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": false,
|
|
58
58
|
"publishConfig": {
|