@modern-js/create 2.17.0 → 2.17.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
|
@@ -80041,7 +80041,7 @@ var CodeSmith = /* @__PURE__ */ function() {
|
|
|
80041
80041
|
}();
|
|
80042
80042
|
|
|
80043
80043
|
// package.json
|
|
80044
|
-
var version = "2.17.
|
|
80044
|
+
var version = "2.17.1";
|
|
80045
80045
|
|
|
80046
80046
|
// ../../cli/plugin-i18n/dist/esm-node/index.js
|
|
80047
80047
|
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.17.
|
|
18
|
+
"version": "2.17.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/
|
|
48
|
-
"@modern-js/plugin-i18n": "2.17.
|
|
49
|
-
"@modern-js/repo-generator": "3.1.
|
|
50
|
-
"@modern-js/
|
|
51
|
-
"@scripts/
|
|
52
|
-
"@scripts/
|
|
47
|
+
"@modern-js/generator-plugin-plugin": "3.1.12",
|
|
48
|
+
"@modern-js/plugin-i18n": "2.17.1",
|
|
49
|
+
"@modern-js/repo-generator": "3.1.12",
|
|
50
|
+
"@modern-js/utils": "2.17.1",
|
|
51
|
+
"@scripts/build": "2.17.1",
|
|
52
|
+
"@scripts/jest-config": "2.17.1"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"publishConfig": {
|