@modern-js/module-tools 1.21.5 → 1.22.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 +36 -0
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @modern-js/module-tools
|
|
2
2
|
|
|
3
|
+
## 1.22.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @modern-js/babel-preset-module@1.22.1
|
|
8
|
+
- @modern-js/core@1.22.1
|
|
9
|
+
- @modern-js/css-config@1.22.1
|
|
10
|
+
- @modern-js/plugin-changeset@1.22.1
|
|
11
|
+
- @modern-js/plugin-i18n@1.22.1
|
|
12
|
+
- @modern-js/plugin-jarvis@1.22.1
|
|
13
|
+
- @modern-js/new-action@1.22.1
|
|
14
|
+
- @modern-js/babel-compiler@1.22.1
|
|
15
|
+
- @modern-js/style-compiler@1.22.1
|
|
16
|
+
- @modern-js/plugin@1.22.1
|
|
17
|
+
- @modern-js/upgrade@1.22.1
|
|
18
|
+
- @modern-js/utils@1.22.1
|
|
19
|
+
|
|
20
|
+
## 1.21.6
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- dc4db21: update speedy version
|
|
25
|
+
更新依赖里 speedy 的版本
|
|
26
|
+
- @modern-js/new-action@1.21.6
|
|
27
|
+
- @modern-js/upgrade@1.21.6
|
|
28
|
+
- @modern-js/babel-preset-module@1.21.6
|
|
29
|
+
- @modern-js/core@1.21.6
|
|
30
|
+
- @modern-js/css-config@1.21.6
|
|
31
|
+
- @modern-js/plugin-changeset@1.21.6
|
|
32
|
+
- @modern-js/plugin-i18n@1.21.6
|
|
33
|
+
- @modern-js/plugin-jarvis@1.21.6
|
|
34
|
+
- @modern-js/babel-compiler@1.21.6
|
|
35
|
+
- @modern-js/style-compiler@1.21.6
|
|
36
|
+
- @modern-js/plugin@1.21.6
|
|
37
|
+
- @modern-js/utils@1.21.6
|
|
38
|
+
|
|
3
39
|
## 1.21.5
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.
|
|
14
|
+
"version": "1.22.1",
|
|
15
15
|
"bin": {
|
|
16
16
|
"modern": "./bin/modern.js"
|
|
17
17
|
},
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"@babel/traverse": "^7.18.0",
|
|
56
56
|
"@babel/types": "^7.18.0",
|
|
57
57
|
"@rollup/plugin-json": "~4.1.0",
|
|
58
|
-
"@speedy-js/speedy-types": "0.13.2-modern.
|
|
59
|
-
"@speedy-js/speedy-core": "0.13.2-modern.
|
|
60
|
-
"@speedy-js/speedy-plugin-es5": "0.13.2-modern.
|
|
58
|
+
"@speedy-js/speedy-types": "0.13.2-modern.4",
|
|
59
|
+
"@speedy-js/speedy-core": "0.13.2-modern.4",
|
|
60
|
+
"@speedy-js/speedy-plugin-es5": "0.13.2-modern.4",
|
|
61
61
|
"normalize-path": "^3.0.0",
|
|
62
62
|
"p-map": "^4",
|
|
63
63
|
"process.argv": "^0.6.0",
|
|
@@ -65,18 +65,18 @@
|
|
|
65
65
|
"rollup-plugin-dts": "^4.2.1",
|
|
66
66
|
"rollup-plugin-hashbang": "^3.0.0",
|
|
67
67
|
"signal-exit": "^3.0.7",
|
|
68
|
-
"@modern-js/babel-compiler": "1.
|
|
69
|
-
"@modern-js/babel-preset-module": "1.
|
|
70
|
-
"@modern-js/core": "1.
|
|
71
|
-
"@modern-js/css-config": "1.
|
|
72
|
-
"@modern-js/new-action": "1.
|
|
73
|
-
"@modern-js/upgrade": "1.
|
|
74
|
-
"@modern-js/plugin": "1.
|
|
75
|
-
"@modern-js/plugin-changeset": "1.
|
|
76
|
-
"@modern-js/plugin-i18n": "1.
|
|
77
|
-
"@modern-js/plugin-jarvis": "1.
|
|
78
|
-
"@modern-js/style-compiler": "1.
|
|
79
|
-
"@modern-js/utils": "1.
|
|
68
|
+
"@modern-js/babel-compiler": "1.22.1",
|
|
69
|
+
"@modern-js/babel-preset-module": "1.22.1",
|
|
70
|
+
"@modern-js/core": "1.22.1",
|
|
71
|
+
"@modern-js/css-config": "1.22.1",
|
|
72
|
+
"@modern-js/new-action": "1.22.1",
|
|
73
|
+
"@modern-js/upgrade": "1.22.1",
|
|
74
|
+
"@modern-js/plugin": "1.22.1",
|
|
75
|
+
"@modern-js/plugin-changeset": "1.22.1",
|
|
76
|
+
"@modern-js/plugin-i18n": "1.22.1",
|
|
77
|
+
"@modern-js/plugin-jarvis": "1.22.1",
|
|
78
|
+
"@modern-js/style-compiler": "1.22.1",
|
|
79
|
+
"@modern-js/utils": "1.22.1"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@types/babel__core": "^7.1.15",
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
"typescript": "^4",
|
|
92
92
|
"ajv": "^8",
|
|
93
93
|
"ajv-keywords": "^5",
|
|
94
|
-
"@scripts/build": "1.
|
|
95
|
-
"@scripts/jest-config": "1.
|
|
94
|
+
"@scripts/build": "1.22.1",
|
|
95
|
+
"@scripts/jest-config": "1.22.1"
|
|
96
96
|
},
|
|
97
97
|
"sideEffects": false,
|
|
98
98
|
"modernConfig": {
|