@modern-js/ssg-generator 0.0.0-nightly-20231120170640 → 0.0.0-nightly-20231122170633
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 +8 -8
package/dist/index.js
CHANGED
@@ -61851,7 +61851,8 @@ var ZH_LOCALE2 = {
|
|
61851
61851
|
polyfill: "启用「基于 UA 的 Polyfill」功能",
|
61852
61852
|
proxy: "启用「全局代理」",
|
61853
61853
|
swc: "启用「SWC 编译」",
|
61854
|
-
rspack: "启用「Rspack 构建」(实验性)"
|
61854
|
+
rspack: "启用「Rspack 构建」(实验性)",
|
61855
|
+
module_doc: "启动「模块文档」功能"
|
61855
61856
|
},
|
61856
61857
|
element: {
|
61857
61858
|
self: "创建工程元素",
|
@@ -61949,7 +61950,8 @@ var EN_LOCALE2 = {
|
|
61949
61950
|
polyfill: "Enable UA-based Polyfill Feature",
|
61950
61951
|
proxy: "Enable Global Proxy",
|
61951
61952
|
swc: "Enable SWC Compile",
|
61952
|
-
rspack: "Enable Rspack Build (experimental)"
|
61953
|
+
rspack: "Enable Rspack Build (experimental)",
|
61954
|
+
module_doc: "Enable Module Doc"
|
61953
61955
|
},
|
61954
61956
|
element: {
|
61955
61957
|
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-20231122170633",
|
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-20231122170633"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
29
|
"@modern-js/codesmith": "2.3.0",
|
@@ -32,12 +32,12 @@
|
|
32
32
|
"@types/node": "^14",
|
33
33
|
"jest": "^29",
|
34
34
|
"typescript": "^5",
|
35
|
-
"@modern-js/generator
|
36
|
-
"@modern-js/
|
37
|
-
"@modern-js/generator-utils": "0.0.0-nightly-
|
38
|
-
"@scripts/build": "0.0.0-nightly-
|
39
|
-
"@modern-js/plugin-i18n": "0.0.0-nightly-
|
40
|
-
"@scripts/jest-config": "0.0.0-nightly-
|
35
|
+
"@modern-js/dependence-generator": "0.0.0-nightly-20231122170633",
|
36
|
+
"@modern-js/generator-common": "0.0.0-nightly-20231122170633",
|
37
|
+
"@modern-js/generator-utils": "0.0.0-nightly-20231122170633",
|
38
|
+
"@scripts/build": "0.0.0-nightly-20231122170633",
|
39
|
+
"@modern-js/plugin-i18n": "0.0.0-nightly-20231122170633",
|
40
|
+
"@scripts/jest-config": "0.0.0-nightly-20231122170633"
|
41
41
|
},
|
42
42
|
"sideEffects": false,
|
43
43
|
"publishConfig": {
|