@modern-js/create 2.62.1 → 2.63.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 +6 -6
package/dist/index.js CHANGED
@@ -45928,7 +45928,7 @@ var CodeSmith = class {
45928
45928
  };
45929
45929
 
45930
45930
  // package.json
45931
- var version = "2.62.1";
45931
+ var version = "2.63.0";
45932
45932
 
45933
45933
  // src/utils/index.ts
45934
45934
  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.62.1",
18
+ "version": "2.63.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/index.js",
@@ -37,18 +37,18 @@
37
37
  }
38
38
  },
39
39
  "devDependencies": {
40
- "commander": "10.0.1",
41
40
  "@modern-js/codesmith": "2.6.5",
42
41
  "@modern-js/codesmith-utils": "2.6.5",
43
42
  "@types/jest": "^29",
44
43
  "@types/node": "^14",
44
+ "commander": "10.0.1",
45
45
  "jest": "^29",
46
46
  "ts-node": "^10.9.1",
47
47
  "typescript": "^5",
48
- "@modern-js/plugin-i18n": "2.62.1",
49
- "@modern-js/mwa-generator": "3.7.5",
50
- "@scripts/build": "2.62.1",
51
- "@scripts/jest-config": "2.62.1"
48
+ "@modern-js/mwa-generator": "3.7.6",
49
+ "@modern-js/plugin-i18n": "2.63.0",
50
+ "@scripts/build": "2.63.0",
51
+ "@scripts/jest-config": "2.63.0"
52
52
  },
53
53
  "publishConfig": {
54
54
  "registry": "https://registry.npmjs.org/",