@modern-js/ssg-generator 3.4.17 → 3.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +0 -10
  2. 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": "3.4.17",
18
+ "version": "3.5.0",
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": "2.58.3"
26
+ "@modern-js/utils": "2.59.0"
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/dependence-generator": "3.4.17",
36
- "@modern-js/generator-utils": "3.4.17",
37
- "@modern-js/generator-common": "3.4.17",
38
- "@modern-js/plugin-i18n": "2.58.3",
39
- "@scripts/jest-config": "2.58.3",
40
- "@scripts/build": "2.58.3"
35
+ "@modern-js/dependence-generator": "3.5.0",
36
+ "@modern-js/generator-utils": "3.5.0",
37
+ "@modern-js/plugin-i18n": "2.59.0",
38
+ "@modern-js/generator-common": "3.5.0",
39
+ "@scripts/build": "2.59.0",
40
+ "@scripts/jest-config": "2.59.0"
41
41
  },
42
42
  "sideEffects": false,
43
43
  "publishConfig": {