@modern-js/create 2.39.0 → 2.39.2
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
|
@@ -55232,7 +55232,7 @@ var CodeSmith = class {
|
|
|
55232
55232
|
};
|
|
55233
55233
|
|
|
55234
55234
|
// package.json
|
|
55235
|
-
var version = "2.39.
|
|
55235
|
+
var version = "2.39.2";
|
|
55236
55236
|
|
|
55237
55237
|
// ../../cli/plugin-i18n/dist/esm-node/index.js
|
|
55238
55238
|
var import_lodash2 = __toESM(require_lodash3());
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.39.
|
|
18
|
+
"version": "2.39.2",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./dist/types/index.d.ts",
|
|
21
21
|
"main": "./dist/index.js",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"jest": "^29",
|
|
44
44
|
"ts-node": "^10.9.1",
|
|
45
45
|
"typescript": "^5",
|
|
46
|
-
"@modern-js/generator-plugin-plugin": "3.2.
|
|
47
|
-
"@modern-js/plugin-i18n": "2.39.
|
|
48
|
-
"@modern-js/repo-generator": "3.2.
|
|
49
|
-
"@modern-js/utils": "2.39.
|
|
50
|
-
"@scripts/build": "2.39.
|
|
51
|
-
"@scripts/jest-config": "2.39.
|
|
46
|
+
"@modern-js/generator-plugin-plugin": "3.2.10",
|
|
47
|
+
"@modern-js/plugin-i18n": "2.39.2",
|
|
48
|
+
"@modern-js/repo-generator": "3.2.10",
|
|
49
|
+
"@modern-js/utils": "2.39.2",
|
|
50
|
+
"@scripts/build": "2.39.2",
|
|
51
|
+
"@scripts/jest-config": "2.39.2"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"registry": "https://registry.npmjs.org/",
|