@modern-js/create 2.58.3 → 2.59.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 +1 -1
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -66814,7 +66814,7 @@ var CodeSmith = class {
66814
66814
  };
66815
66815
 
66816
66816
  // package.json
66817
- var version = "2.58.3";
66817
+ var version = "2.59.0";
66818
66818
 
66819
66819
  // src/utils/index.ts
66820
66820
  var import_path9 = __toESM(require("path"));
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.58.3",
18
+ "version": "2.59.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/index.js",
@@ -43,12 +43,12 @@
43
43
  "jest": "^29",
44
44
  "ts-node": "^10.9.1",
45
45
  "typescript": "^5",
46
- "@modern-js/generator-plugin-plugin": "3.4.17",
47
- "@modern-js/plugin-i18n": "2.58.3",
48
- "@modern-js/repo-generator": "3.4.17",
49
- "@modern-js/utils": "2.58.3",
50
- "@scripts/jest-config": "2.58.3",
51
- "@scripts/build": "2.58.3"
46
+ "@modern-js/generator-plugin-plugin": "3.5.0",
47
+ "@modern-js/utils": "2.59.0",
48
+ "@modern-js/plugin-i18n": "2.59.0",
49
+ "@modern-js/repo-generator": "3.5.0",
50
+ "@scripts/jest-config": "2.59.0",
51
+ "@scripts/build": "2.59.0"
52
52
  },
53
53
  "publishConfig": {
54
54
  "registry": "https://registry.npmjs.org/",