@modern-js/module-tools 2.31.0 → 2.31.2
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 +35 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @modern-js/module-tools
|
|
2
2
|
|
|
3
|
+
## 2.31.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [15d30abdc66]
|
|
8
|
+
- @modern-js/utils@2.31.2
|
|
9
|
+
- @modern-js/core@2.31.2
|
|
10
|
+
- @modern-js/plugin-changeset@2.31.2
|
|
11
|
+
- @modern-js/plugin-i18n@2.31.2
|
|
12
|
+
- @modern-js/plugin-lint@2.31.2
|
|
13
|
+
- @modern-js/new-action@2.31.2
|
|
14
|
+
- @modern-js/plugin@2.31.2
|
|
15
|
+
- @modern-js/upgrade@2.31.2
|
|
16
|
+
- @modern-js/libuild-plugin-svgr@2.31.2
|
|
17
|
+
- @modern-js/libuild@2.31.2
|
|
18
|
+
- @modern-js/libuild-plugin-swc@2.31.2
|
|
19
|
+
- @modern-js/types@2.31.2
|
|
20
|
+
|
|
21
|
+
## 2.31.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- @modern-js/core@2.31.1
|
|
26
|
+
- @modern-js/plugin-changeset@2.31.1
|
|
27
|
+
- @modern-js/plugin-i18n@2.31.1
|
|
28
|
+
- @modern-js/plugin-lint@2.31.1
|
|
29
|
+
- @modern-js/new-action@2.31.1
|
|
30
|
+
- @modern-js/libuild@2.31.1
|
|
31
|
+
- @modern-js/libuild-plugin-svgr@2.31.1
|
|
32
|
+
- @modern-js/libuild-plugin-swc@2.31.1
|
|
33
|
+
- @modern-js/plugin@2.31.1
|
|
34
|
+
- @modern-js/types@2.31.1
|
|
35
|
+
- @modern-js/upgrade@2.31.1
|
|
36
|
+
- @modern-js/utils@2.31.1
|
|
37
|
+
|
|
3
38
|
## 2.31.0
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"module-tools",
|
|
16
16
|
"lib-tools"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.31.
|
|
18
|
+
"version": "2.31.2",
|
|
19
19
|
"bin": {
|
|
20
20
|
"modern": "./bin/modern.js",
|
|
21
21
|
"modern-module": "./bin/modern.js"
|
|
@@ -52,18 +52,18 @@
|
|
|
52
52
|
"@babel/traverse": "^7.21.5",
|
|
53
53
|
"postcss": "8.4.27",
|
|
54
54
|
"@swc/helpers": "0.5.1",
|
|
55
|
-
"@modern-js/core": "2.31.
|
|
56
|
-
"@modern-js/libuild": "2.31.
|
|
57
|
-
"@modern-js/libuild-plugin-svgr": "2.31.
|
|
58
|
-
"@modern-js/libuild-plugin-swc": "2.31.
|
|
59
|
-
"@modern-js/new-action": "2.31.
|
|
60
|
-
"@modern-js/plugin": "2.31.
|
|
61
|
-
"@modern-js/plugin-changeset": "2.31.
|
|
62
|
-
"@modern-js/plugin-i18n": "2.31.
|
|
63
|
-
"@modern-js/plugin-lint": "2.31.
|
|
64
|
-
"@modern-js/types": "2.31.
|
|
65
|
-
"@modern-js/upgrade": "2.31.
|
|
66
|
-
"@modern-js/utils": "2.31.
|
|
55
|
+
"@modern-js/core": "2.31.2",
|
|
56
|
+
"@modern-js/libuild": "2.31.2",
|
|
57
|
+
"@modern-js/libuild-plugin-svgr": "2.31.2",
|
|
58
|
+
"@modern-js/libuild-plugin-swc": "2.31.2",
|
|
59
|
+
"@modern-js/new-action": "2.31.2",
|
|
60
|
+
"@modern-js/plugin": "2.31.2",
|
|
61
|
+
"@modern-js/plugin-changeset": "2.31.2",
|
|
62
|
+
"@modern-js/plugin-i18n": "2.31.2",
|
|
63
|
+
"@modern-js/plugin-lint": "2.31.2",
|
|
64
|
+
"@modern-js/types": "2.31.2",
|
|
65
|
+
"@modern-js/upgrade": "2.31.2",
|
|
66
|
+
"@modern-js/utils": "2.31.2"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@types/babel__generator": "7.6.4",
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
"postcss-alias": "2.0.0",
|
|
79
79
|
"react": "17",
|
|
80
80
|
"typescript": "^5",
|
|
81
|
-
"@modern-js/builder-webpack-provider": "2.31.
|
|
82
|
-
"@modern-js/self": "npm:@modern-js/module-tools@2.31.
|
|
83
|
-
"@scripts/build": "2.31.
|
|
84
|
-
"@scripts/jest-config": "2.31.
|
|
81
|
+
"@modern-js/builder-webpack-provider": "2.31.2",
|
|
82
|
+
"@modern-js/self": "npm:@modern-js/module-tools@2.31.2",
|
|
83
|
+
"@scripts/build": "2.31.1",
|
|
84
|
+
"@scripts/jest-config": "2.31.1"
|
|
85
85
|
},
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"registry": "https://registry.npmjs.org/",
|