@modern-js/create 2.33.1 → 2.34.0
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
|
@@ -58698,7 +58698,7 @@ var CodeSmith = /* @__PURE__ */ function() {
|
|
|
58698
58698
|
}();
|
|
58699
58699
|
|
|
58700
58700
|
// package.json
|
|
58701
|
-
var version = "2.
|
|
58701
|
+
var version = "2.34.0";
|
|
58702
58702
|
|
|
58703
58703
|
// ../../../node_modules/.pnpm/@swc+helpers@0.5.1/node_modules/@swc/helpers/esm/_define_property.js
|
|
58704
58704
|
function _define_property7(obj, key, value) {
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.
|
|
18
|
+
"version": "2.34.0",
|
|
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/
|
|
47
|
-
"@modern-js/
|
|
48
|
-
"@modern-js/
|
|
49
|
-
"@modern-js/
|
|
50
|
-
"@scripts/
|
|
51
|
-
"@scripts/
|
|
46
|
+
"@modern-js/plugin-i18n": "2.34.0",
|
|
47
|
+
"@modern-js/repo-generator": "3.2.0",
|
|
48
|
+
"@modern-js/utils": "2.34.0",
|
|
49
|
+
"@modern-js/generator-plugin-plugin": "3.2.0",
|
|
50
|
+
"@scripts/jest-config": "2.34.0",
|
|
51
|
+
"@scripts/build": "2.34.0"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"registry": "https://registry.npmjs.org/",
|