@modern-js/create 2.70.4 → 2.70.5
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 +3 -3
package/dist/index.js
CHANGED
|
@@ -44886,7 +44886,7 @@ var CodeSmith = class {
|
|
|
44886
44886
|
};
|
|
44887
44887
|
|
|
44888
44888
|
// package.json
|
|
44889
|
-
var version = "2.70.
|
|
44889
|
+
var version = "2.70.5";
|
|
44890
44890
|
|
|
44891
44891
|
// src/utils/index.ts
|
|
44892
44892
|
var import_path11 = __toESM(require("path"));
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.70.
|
|
18
|
+
"version": "2.70.5",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./dist/types/index.d.ts",
|
|
21
21
|
"main": "./dist/index.js",
|
|
@@ -45,8 +45,8 @@
|
|
|
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.70.
|
|
48
|
+
"@modern-js/mwa-generator": "3.7.71",
|
|
49
|
+
"@modern-js/plugin-i18n": "2.70.5",
|
|
50
50
|
"@scripts/build": "2.66.0",
|
|
51
51
|
"@scripts/jest-config": "2.66.0"
|
|
52
52
|
},
|