@modern-js/base-generator 0.0.0-nightly-20240129170639 → 0.0.0-nightly-20240131170643
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 -2
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -61857,7 +61857,6 @@ var ZH_LOCALE2 = {
|
|
|
61857
61857
|
polyfill: "启用「基于 UA 的 Polyfill」功能",
|
|
61858
61858
|
proxy: "启用「全局代理」",
|
|
61859
61859
|
swc: "启用「SWC 编译」",
|
|
61860
|
-
rspack: "启用「Rspack 构建」(实验性)",
|
|
61861
61860
|
module_doc: "启动「模块文档」功能"
|
|
61862
61861
|
},
|
|
61863
61862
|
element: {
|
|
@@ -61956,7 +61955,6 @@ var EN_LOCALE2 = {
|
|
|
61956
61955
|
polyfill: "Enable UA-based Polyfill Feature",
|
|
61957
61956
|
proxy: "Enable Global Proxy",
|
|
61958
61957
|
swc: "Enable SWC Compile",
|
|
61959
|
-
rspack: "Enable Rspack Build (experimental)",
|
|
61960
61958
|
module_doc: "Enable Module Doc"
|
|
61961
61959
|
},
|
|
61962
61960
|
element: {
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-nightly-
|
|
18
|
+
"version": "0.0.0-nightly-20240131170643",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./src/index.ts",
|
|
21
21
|
"main": "./dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"/dist/index.js"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@modern-js/utils": "0.0.0-nightly-
|
|
27
|
+
"@modern-js/utils": "0.0.0-nightly-20240131170643"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@modern-js/codesmith": "2.3.3",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"@types/node": "^14",
|
|
34
34
|
"jest": "^29",
|
|
35
35
|
"typescript": "^5",
|
|
36
|
-
"@modern-js/generator-utils": "0.0.0-nightly-
|
|
37
|
-
"@modern-js/generator-common": "0.0.0-nightly-
|
|
38
|
-
"@scripts/build": "0.0.0-nightly-
|
|
39
|
-
"@scripts/jest-config": "0.0.0-nightly-
|
|
36
|
+
"@modern-js/generator-utils": "0.0.0-nightly-20240131170643",
|
|
37
|
+
"@modern-js/generator-common": "0.0.0-nightly-20240131170643",
|
|
38
|
+
"@scripts/build": "0.0.0-nightly-20240131170643",
|
|
39
|
+
"@scripts/jest-config": "0.0.0-nightly-20240131170643"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": false,
|
|
42
42
|
"publishConfig": {
|