@modern-js/create 2.63.4 → 2.63.6
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.
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -45882,7 +45882,7 @@ var CodeSmith = class {
|
|
|
45882
45882
|
};
|
|
45883
45883
|
|
|
45884
45884
|
// package.json
|
|
45885
|
-
var version = "2.63.
|
|
45885
|
+
var version = "2.63.6";
|
|
45886
45886
|
|
|
45887
45887
|
// src/utils/index.ts
|
|
45888
45888
|
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.63.
|
|
18
|
+
"version": "2.63.6",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./dist/types/index.d.ts",
|
|
21
21
|
"main": "./dist/index.js",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"jest": "^29",
|
|
46
46
|
"ts-node": "^10.9.1",
|
|
47
47
|
"typescript": "^5",
|
|
48
|
-
"@modern-js/mwa-generator": "3.7.
|
|
49
|
-
"@modern-js/plugin-i18n": "2.63.
|
|
50
|
-
"@scripts/build": "2.63.
|
|
51
|
-
"@scripts/jest-config": "2.63.
|
|
48
|
+
"@modern-js/mwa-generator": "3.7.12",
|
|
49
|
+
"@modern-js/plugin-i18n": "2.63.6",
|
|
50
|
+
"@scripts/build": "2.63.6",
|
|
51
|
+
"@scripts/jest-config": "2.63.6"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"registry": "https://registry.npmjs.org/",
|