@modern-js/server-generator 3.4.17 → 3.5.0

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -10
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -63560,11 +63560,6 @@ var EN_LOCALE2 = {
63560
63560
  func: "Function",
63561
63561
  framework: "Framework"
63562
63562
  }
63563
- },
63564
- buildTools: {
63565
- self: "Please select the bundler:",
63566
- webpack: "webpack",
63567
- rspack: "Rspack (experimental)"
63568
63563
  }
63569
63564
  };
63570
63565
 
@@ -63652,11 +63647,6 @@ var ZH_LOCALE2 = {
63652
63647
  func: "函数模式",
63653
63648
  framework: "框架模式"
63654
63649
  }
63655
- },
63656
- buildTools: {
63657
- self: "请选择构建工具",
63658
- webpack: "webpack",
63659
- rspack: "Rspack (实验性)"
63660
63650
  }
63661
63651
  };
63662
63652
 
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
  "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": "2.58.3"
27
+ "@modern-js/utils": "2.59.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@modern-js/codesmith": "2.4.1",
@@ -34,11 +34,11 @@
34
34
  "@types/node": "^14",
35
35
  "jest": "^29",
36
36
  "typescript": "^5",
37
- "@modern-js/dependence-generator": "3.4.17",
38
- "@modern-js/generator-common": "3.4.17",
39
- "@scripts/build": "2.58.3",
40
- "@modern-js/generator-utils": "3.4.17",
41
- "@scripts/jest-config": "2.58.3"
37
+ "@modern-js/generator-common": "3.5.0",
38
+ "@modern-js/generator-utils": "3.5.0",
39
+ "@modern-js/dependence-generator": "3.5.0",
40
+ "@scripts/build": "2.59.0",
41
+ "@scripts/jest-config": "2.59.0"
42
42
  },
43
43
  "sideEffects": false,
44
44
  "publishConfig": {