@modern-js/create 2.22.1 → 2.23.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 -3
- package/package.json +9 -8
package/dist/index.js
CHANGED
|
@@ -39936,7 +39936,7 @@ var CodeSmith = /* @__PURE__ */ function() {
|
|
|
39936
39936
|
}();
|
|
39937
39937
|
|
|
39938
39938
|
// package.json
|
|
39939
|
-
var version = "2.
|
|
39939
|
+
var version = "2.23.1";
|
|
39940
39940
|
|
|
39941
39941
|
// ../../../node_modules/.pnpm/@swc+helpers@0.5.1/node_modules/@swc/helpers/esm/_define_property.js
|
|
39942
39942
|
function _define_property7(obj, key, value) {
|
|
@@ -40252,8 +40252,6 @@ function src_default() {
|
|
|
40252
40252
|
).option("--dist-tag <distTag>", i18n.t(localeKeys.command.distTag), "").option("--packages <packages>", i18n.t(localeKeys.command.packages), "{}").option("--registry <registry>", i18n.t(localeKeys.command.registry), "").option("--no-need-install", i18n.t(localeKeys.command.noNeedInstall)).action(createAction);
|
|
40253
40253
|
program.parse(process.argv);
|
|
40254
40254
|
}
|
|
40255
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
40256
|
-
0 && (module.exports = {});
|
|
40257
40255
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
40258
40256
|
/*! Bundled license information:
|
|
40259
40257
|
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.
|
|
18
|
+
"version": "2.23.1",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./dist/types/index.d.ts",
|
|
21
21
|
"main": "./dist/index.js",
|
|
@@ -43,16 +43,17 @@
|
|
|
43
43
|
"jest": "^29",
|
|
44
44
|
"ts-node": "^10.9.1",
|
|
45
45
|
"typescript": "^5",
|
|
46
|
-
"@modern-js/plugin-i18n": "2.
|
|
47
|
-
"@modern-js/generator
|
|
48
|
-
"@modern-js/
|
|
49
|
-
"@modern-js/utils": "2.
|
|
50
|
-
"@scripts/
|
|
51
|
-
"@scripts/
|
|
46
|
+
"@modern-js/plugin-i18n": "2.23.1",
|
|
47
|
+
"@modern-js/repo-generator": "3.1.23",
|
|
48
|
+
"@modern-js/generator-plugin-plugin": "3.1.23",
|
|
49
|
+
"@modern-js/utils": "2.23.1",
|
|
50
|
+
"@scripts/jest-config": "2.23.1",
|
|
51
|
+
"@scripts/build": "2.23.1"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"registry": "https://registry.npmjs.org/",
|
|
55
|
-
"access": "public"
|
|
55
|
+
"access": "public",
|
|
56
|
+
"provenance": true
|
|
56
57
|
},
|
|
57
58
|
"scripts": {
|
|
58
59
|
"new": "modern-lib new",
|