@modern-js/ssg-generator 0.0.0-nightly-20240902170725 → 0.0.0-nightly-20240904170727
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 +8 -8
package/dist/index.js
CHANGED
|
@@ -61866,11 +61866,6 @@ var EN_LOCALE2 = {
|
|
|
61866
61866
|
func: "Function",
|
|
61867
61867
|
framework: "Framework"
|
|
61868
61868
|
}
|
|
61869
|
-
},
|
|
61870
|
-
buildTools: {
|
|
61871
|
-
self: "Please select the bundler:",
|
|
61872
|
-
webpack: "webpack",
|
|
61873
|
-
rspack: "Rspack (experimental)"
|
|
61874
61869
|
}
|
|
61875
61870
|
};
|
|
61876
61871
|
|
|
@@ -61958,11 +61953,6 @@ var ZH_LOCALE2 = {
|
|
|
61958
61953
|
func: "函数模式",
|
|
61959
61954
|
framework: "框架模式"
|
|
61960
61955
|
}
|
|
61961
|
-
},
|
|
61962
|
-
buildTools: {
|
|
61963
|
-
self: "请选择构建工具",
|
|
61964
|
-
webpack: "webpack",
|
|
61965
|
-
rspack: "Rspack (实验性)"
|
|
61966
61956
|
}
|
|
61967
61957
|
};
|
|
61968
61958
|
|
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-20240904170727",
|
|
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-20240904170727"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@modern-js/codesmith": "2.4.1",
|
|
@@ -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/
|
|
38
|
-
"@scripts/build": "0.0.0-nightly-
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
35
|
+
"@modern-js/dependence-generator": "0.0.0-nightly-20240904170727",
|
|
36
|
+
"@modern-js/generator-utils": "0.0.0-nightly-20240904170727",
|
|
37
|
+
"@modern-js/generator-common": "0.0.0-nightly-20240904170727",
|
|
38
|
+
"@scripts/build": "0.0.0-nightly-20240904170727",
|
|
39
|
+
"@scripts/jest-config": "0.0.0-nightly-20240904170727",
|
|
40
|
+
"@modern-js/plugin-i18n": "0.0.0-nightly-20240904170727"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|
|
43
43
|
"publishConfig": {
|