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