@modern-js/entry-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
@@ -61868,11 +61868,6 @@ var EN_LOCALE2 = {
61868
61868
  func: "Function",
61869
61869
  framework: "Framework"
61870
61870
  }
61871
- },
61872
- buildTools: {
61873
- self: "Please select the bundler:",
61874
- webpack: "webpack",
61875
- rspack: "Rspack (experimental)"
61876
61871
  }
61877
61872
  };
61878
61873
 
@@ -61960,11 +61955,6 @@ var ZH_LOCALE2 = {
61960
61955
  func: "函数模式",
61961
61956
  framework: "框架模式"
61962
61957
  }
61963
- },
61964
- buildTools: {
61965
- self: "请选择构建工具",
61966
- webpack: "webpack",
61967
- rspack: "Rspack (实验性)"
61968
61958
  }
61969
61959
  };
61970
61960
 
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",
@@ -33,11 +33,11 @@
33
33
  "@types/node": "^14",
34
34
  "jest": "^29",
35
35
  "typescript": "^5",
36
- "@modern-js/generator-common": "3.4.17",
37
- "@modern-js/generator-utils": "3.4.17",
38
- "@modern-js/plugin-i18n": "2.58.3",
39
- "@scripts/jest-config": "2.58.3",
40
- "@scripts/build": "2.58.3"
36
+ "@modern-js/generator-common": "3.5.0",
37
+ "@modern-js/generator-utils": "3.5.0",
38
+ "@scripts/build": "2.59.0",
39
+ "@modern-js/plugin-i18n": "2.59.0",
40
+ "@scripts/jest-config": "2.59.0"
41
41
  },
42
42
  "sideEffects": false,
43
43
  "publishConfig": {