@modern-js/plugin-swc 2.0.2 → 2.1.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 +13 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @modern-js/core
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6562578: chore: optimize the capitalization of plugin names
|
|
8
|
+
|
|
9
|
+
chore: 规范引用插件时的命名格式,统一使用 camelCase 代替 PascalCase
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [837620c]
|
|
12
|
+
- Updated dependencies [8a9482c]
|
|
13
|
+
- @modern-js/builder-plugin-swc@2.1.0
|
|
14
|
+
- @modern-js/utils@2.1.0
|
|
15
|
+
|
|
3
16
|
## 2.0.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"modern",
|
|
11
11
|
"modern.js"
|
|
12
12
|
],
|
|
13
|
-
"version": "2.0
|
|
13
|
+
"version": "2.1.0",
|
|
14
14
|
"jsnext:source": "./src/index.ts",
|
|
15
15
|
"types": "./dist/index.d.ts",
|
|
16
16
|
"main": "./dist/index.js",
|
|
@@ -27,20 +27,20 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@modern-js/builder-plugin-swc": "2.0
|
|
31
|
-
"@modern-js/utils": "2.0
|
|
30
|
+
"@modern-js/builder-plugin-swc": "2.1.0",
|
|
31
|
+
"@modern-js/utils": "2.1.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@jest/types": "^27.0.6",
|
|
35
35
|
"@types/jest": "^27",
|
|
36
36
|
"@types/node": "^14",
|
|
37
37
|
"typescript": "^4",
|
|
38
|
-
"@modern-js/app-tools": "2.0
|
|
39
|
-
"@modern-js/builder-shared": "2.0
|
|
40
|
-
"@modern-js/babel-preset-app": "2.0
|
|
41
|
-
"@modern-js/types": "2.0
|
|
42
|
-
"@scripts/jest-config": "2.0
|
|
43
|
-
"@scripts/build": "2.0
|
|
38
|
+
"@modern-js/app-tools": "2.1.0",
|
|
39
|
+
"@modern-js/builder-shared": "2.1.0",
|
|
40
|
+
"@modern-js/babel-preset-app": "2.1.0",
|
|
41
|
+
"@modern-js/types": "2.1.0",
|
|
42
|
+
"@scripts/jest-config": "2.1.0",
|
|
43
|
+
"@scripts/build": "2.1.0"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"registry": "https://registry.npmjs.org/",
|