@modern-js/module-tools 2.0.1 → 2.0.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 +15 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @modern-js/module-tools
|
|
2
2
|
|
|
3
|
+
## 2.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e27bbe4: update libuild version to support svgr in bundleless, and svgr only support default export
|
|
8
|
+
更新 libuild 版本以支持 svgr 能在 bundleless 下工作,同时 svgr 只支持 default export
|
|
9
|
+
- @modern-js/new-action@2.0.2
|
|
10
|
+
- @modern-js/core@2.0.2
|
|
11
|
+
- @modern-js/utils@2.0.2
|
|
12
|
+
- @modern-js/plugin-changeset@2.0.2
|
|
13
|
+
- @modern-js/plugin-i18n@2.0.2
|
|
14
|
+
- @modern-js/plugin-lint@2.0.2
|
|
15
|
+
- @modern-js/plugin@2.0.2
|
|
16
|
+
- @modern-js/upgrade@2.0.2
|
|
17
|
+
|
|
3
18
|
## 2.0.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"module-tools",
|
|
12
12
|
"lib-tools"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.0.
|
|
14
|
+
"version": "2.0.2",
|
|
15
15
|
"bin": {
|
|
16
16
|
"modern": "./bin/modern.js",
|
|
17
17
|
"modern-module": "./bin/modern.js"
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@modern-js/libuild": "~0.
|
|
40
|
-
"@modern-js/libuild-plugin-svgr": "0.
|
|
41
|
-
"@modern-js/libuild-plugin-swc": "0.
|
|
42
|
-
"@modern-js/core": "2.0.
|
|
43
|
-
"@modern-js/new-action": "2.0.
|
|
44
|
-
"@modern-js/plugin": "2.0.
|
|
45
|
-
"@modern-js/plugin-i18n": "2.0.
|
|
46
|
-
"@modern-js/upgrade": "2.0.
|
|
47
|
-
"@modern-js/utils": "2.0.
|
|
48
|
-
"@modern-js/plugin-changeset": "2.0.
|
|
49
|
-
"@modern-js/plugin-lint": "2.0.
|
|
39
|
+
"@modern-js/libuild": "~0.8.0",
|
|
40
|
+
"@modern-js/libuild-plugin-svgr": "~0.8.0",
|
|
41
|
+
"@modern-js/libuild-plugin-swc": "~0.8.0",
|
|
42
|
+
"@modern-js/core": "2.0.2",
|
|
43
|
+
"@modern-js/new-action": "2.0.2",
|
|
44
|
+
"@modern-js/plugin": "2.0.2",
|
|
45
|
+
"@modern-js/plugin-i18n": "2.0.2",
|
|
46
|
+
"@modern-js/upgrade": "2.0.2",
|
|
47
|
+
"@modern-js/utils": "2.0.2",
|
|
48
|
+
"@modern-js/plugin-changeset": "2.0.2",
|
|
49
|
+
"@modern-js/plugin-lint": "2.0.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@modern-js/self": "npm:@modern-js/module-tools@*",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"postcss-alias": "2.0.0",
|
|
61
61
|
"react": "17",
|
|
62
62
|
"typescript": "^4",
|
|
63
|
-
"@modern-js/builder-webpack-provider": "2.0.
|
|
64
|
-
"@scripts/jest-config": "2.0.
|
|
65
|
-
"@scripts/build": "2.0.
|
|
63
|
+
"@modern-js/builder-webpack-provider": "2.0.2",
|
|
64
|
+
"@scripts/jest-config": "2.0.2",
|
|
65
|
+
"@scripts/build": "2.0.2"
|
|
66
66
|
},
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"registry": "https://registry.npmjs.org/",
|