@modern-js/create 2.14.0 → 2.15.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
@@ -80048,7 +80048,7 @@ var CodeSmith = /* @__PURE__ */ function() {
80048
80048
  }();
80049
80049
 
80050
80050
  // package.json
80051
- var version = "2.14.0";
80051
+ var version = "2.15.0";
80052
80052
 
80053
80053
  // ../../cli/plugin-i18n/dist/esm-node/index.js
80054
80054
  var import_lodash3 = __toESM(require_lodash4());
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.14.0",
14
+ "version": "2.15.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/index.js",
@@ -40,12 +40,12 @@
40
40
  "jest": "^29",
41
41
  "ts-node": "^10.1.0",
42
42
  "typescript": "^4",
43
- "@modern-js/generator-plugin-plugin": "3.1.8",
44
- "@modern-js/plugin-i18n": "2.14.0",
45
- "@modern-js/repo-generator": "3.1.8",
46
- "@modern-js/utils": "2.14.0",
47
- "@scripts/build": "2.14.0",
48
- "@scripts/jest-config": "2.14.0"
43
+ "@modern-js/generator-plugin-plugin": "3.1.9",
44
+ "@modern-js/plugin-i18n": "2.15.0",
45
+ "@modern-js/repo-generator": "3.1.9",
46
+ "@modern-js/utils": "2.15.0",
47
+ "@scripts/build": "2.15.0",
48
+ "@scripts/jest-config": "2.15.0"
49
49
  },
50
50
  "sideEffects": false,
51
51
  "publishConfig": {