@modern-js/upgrade-generator 3.4.17 → 3.5.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/dist/index.js +0 -10
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -63561,11 +63561,6 @@ var EN_LOCALE2 = {
|
|
|
63561
63561
|
func: "Function",
|
|
63562
63562
|
framework: "Framework"
|
|
63563
63563
|
}
|
|
63564
|
-
},
|
|
63565
|
-
buildTools: {
|
|
63566
|
-
self: "Please select the bundler:",
|
|
63567
|
-
webpack: "webpack",
|
|
63568
|
-
rspack: "Rspack (experimental)"
|
|
63569
63564
|
}
|
|
63570
63565
|
};
|
|
63571
63566
|
|
|
@@ -63653,11 +63648,6 @@ var ZH_LOCALE2 = {
|
|
|
63653
63648
|
func: "函数模式",
|
|
63654
63649
|
framework: "框架模式"
|
|
63655
63650
|
}
|
|
63656
|
-
},
|
|
63657
|
-
buildTools: {
|
|
63658
|
-
self: "请选择构建工具",
|
|
63659
|
-
webpack: "webpack",
|
|
63660
|
-
rspack: "Rspack (实验性)"
|
|
63661
63651
|
}
|
|
63662
63652
|
};
|
|
63663
63653
|
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "3.
|
|
18
|
+
"version": "3.5.0",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -26,18 +26,18 @@
|
|
|
26
26
|
"@modern-js/codesmith": "2.4.1",
|
|
27
27
|
"@modern-js/codesmith-api-app": "2.4.1",
|
|
28
28
|
"@modern-js/codesmith-api-json": "2.4.1",
|
|
29
|
-
"@modern-js/generator-common": "3.
|
|
30
|
-
"@modern-js/generator-utils": "3.
|
|
31
|
-
"@modern-js/plugin-i18n": "2.
|
|
32
|
-
"@modern-js/utils": "2.
|
|
29
|
+
"@modern-js/generator-common": "3.5.0",
|
|
30
|
+
"@modern-js/generator-utils": "3.5.0",
|
|
31
|
+
"@modern-js/plugin-i18n": "2.59.0",
|
|
32
|
+
"@modern-js/utils": "2.59.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/jest": "^29",
|
|
36
36
|
"@types/node": "^14",
|
|
37
37
|
"jest": "^29",
|
|
38
38
|
"typescript": "^5",
|
|
39
|
-
"@scripts/build": "2.
|
|
40
|
-
"@scripts/jest-config": "2.
|
|
39
|
+
"@scripts/build": "2.59.0",
|
|
40
|
+
"@scripts/jest-config": "2.59.0"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|
|
43
43
|
"publishConfig": {
|