@modern-js/create 2.19.0 → 2.19.1
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 +7 -7
package/dist/index.js
CHANGED
|
@@ -78972,7 +78972,7 @@ var CodeSmith = /* @__PURE__ */ function() {
|
|
|
78972
78972
|
}();
|
|
78973
78973
|
|
|
78974
78974
|
// package.json
|
|
78975
|
-
var version = "2.19.
|
|
78975
|
+
var version = "2.19.1";
|
|
78976
78976
|
|
|
78977
78977
|
// ../../cli/plugin-i18n/dist/esm-node/index.js
|
|
78978
78978
|
var import_lodash3 = __toESM(require_lodash4());
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.19.
|
|
18
|
+
"version": "2.19.1",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./dist/types/index.d.ts",
|
|
21
21
|
"main": "./dist/index.js",
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"jest": "^29",
|
|
45
45
|
"ts-node": "^10.1.0",
|
|
46
46
|
"typescript": "^4",
|
|
47
|
-
"@modern-js/generator-plugin-plugin": "3.1.
|
|
48
|
-
"@modern-js/plugin-i18n": "2.19.
|
|
49
|
-
"@modern-js/repo-generator": "3.1.
|
|
50
|
-
"@modern-js/utils": "2.19.
|
|
51
|
-
"@scripts/
|
|
52
|
-
"@scripts/
|
|
47
|
+
"@modern-js/generator-plugin-plugin": "3.1.16",
|
|
48
|
+
"@modern-js/plugin-i18n": "2.19.1",
|
|
49
|
+
"@modern-js/repo-generator": "3.1.16",
|
|
50
|
+
"@modern-js/utils": "2.19.1",
|
|
51
|
+
"@scripts/jest-config": "2.19.1",
|
|
52
|
+
"@scripts/build": "2.19.1"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"publishConfig": {
|