@modern-js/monorepo-generator 0.0.0-nightly-20231120170640 → 0.0.0-nightly-20231121170725
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 +4 -2
- package/package.json +10 -10
package/dist/index.js
CHANGED
@@ -63570,7 +63570,8 @@ var ZH_LOCALE2 = {
|
|
63570
63570
|
polyfill: "启用「基于 UA 的 Polyfill」功能",
|
63571
63571
|
proxy: "启用「全局代理」",
|
63572
63572
|
swc: "启用「SWC 编译」",
|
63573
|
-
rspack: "启用「Rspack 构建」(实验性)"
|
63573
|
+
rspack: "启用「Rspack 构建」(实验性)",
|
63574
|
+
module_doc: "启动「模块文档」功能"
|
63574
63575
|
},
|
63575
63576
|
element: {
|
63576
63577
|
self: "创建工程元素",
|
@@ -63668,7 +63669,8 @@ var EN_LOCALE2 = {
|
|
63668
63669
|
polyfill: "Enable UA-based Polyfill Feature",
|
63669
63670
|
proxy: "Enable Global Proxy",
|
63670
63671
|
swc: "Enable SWC Compile",
|
63671
|
-
rspack: "Enable Rspack Build (experimental)"
|
63672
|
+
rspack: "Enable Rspack Build (experimental)",
|
63673
|
+
module_doc: "Enable Module Doc"
|
63672
63674
|
},
|
63673
63675
|
element: {
|
63674
63676
|
self: "Create 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-20231121170725",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"main": "./dist/index.js",
|
21
21
|
"files": [
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"/dist/index.js"
|
24
24
|
],
|
25
25
|
"dependencies": {
|
26
|
-
"@modern-js/utils": "0.0.0-nightly-
|
26
|
+
"@modern-js/utils": "0.0.0-nightly-20231121170725"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
29
|
"@modern-js/codesmith": "2.3.0",
|
@@ -33,14 +33,14 @@
|
|
33
33
|
"@types/node": "^14",
|
34
34
|
"jest": "^29",
|
35
35
|
"typescript": "^5",
|
36
|
-
"@modern-js/base-generator": "0.0.0-nightly-
|
37
|
-
"@modern-js/
|
38
|
-
"@modern-js/generator-
|
39
|
-
"@modern-js/
|
40
|
-
"@modern-js/
|
41
|
-
"@
|
42
|
-
"@scripts/
|
43
|
-
"@
|
36
|
+
"@modern-js/base-generator": "0.0.0-nightly-20231121170725",
|
37
|
+
"@modern-js/generator-utils": "0.0.0-nightly-20231121170725",
|
38
|
+
"@modern-js/generator-common": "0.0.0-nightly-20231121170725",
|
39
|
+
"@modern-js/plugin-i18n": "0.0.0-nightly-20231121170725",
|
40
|
+
"@modern-js/changeset-generator": "0.0.0-nightly-20231121170725",
|
41
|
+
"@modern-js/packages-generator": "0.0.0-nightly-20231121170725",
|
42
|
+
"@scripts/build": "0.0.0-nightly-20231121170725",
|
43
|
+
"@scripts/jest-config": "0.0.0-nightly-20231121170725"
|
44
44
|
},
|
45
45
|
"sideEffects": false,
|
46
46
|
"publishConfig": {
|