@modern-js/create 2.0.0-beta.6 → 2.0.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 +6 -3
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -35252,7 +35252,8 @@ var require_constants = __commonJS({
|
|
|
35252
35252
|
"@modern-js/plugin-testing": "@modern-js/plugin-testing/cli",
|
|
35253
35253
|
"@modern-js/plugin-storybook": "@modern-js/plugin-storybook/cli",
|
|
35254
35254
|
"@modern-js/plugin-tailwindcss": "@modern-js/plugin-tailwindcss/cli",
|
|
35255
|
-
"@modern-js/plugin-nocode": "@modern-js/plugin-nocode/cli"
|
|
35255
|
+
"@modern-js/plugin-nocode": "@modern-js/plugin-nocode/cli",
|
|
35256
|
+
"@modern-js/plugin-router-legacy": "@modern-js/plugin-router-legacy/cli"
|
|
35256
35257
|
};
|
|
35257
35258
|
exports.INTERNAL_MONOREPO_TOOLS_PLUGINS = {
|
|
35258
35259
|
"@modern-js/monorepo-tools": "@modern-js/monorepo-tools/cli",
|
|
@@ -36482,6 +36483,7 @@ var require_chainId = __commonJS({
|
|
|
36482
36483
|
CSS: "css",
|
|
36483
36484
|
LESS: "less",
|
|
36484
36485
|
SASS: "sass",
|
|
36486
|
+
STYLUS: "stylus",
|
|
36485
36487
|
SVG: "svg",
|
|
36486
36488
|
PUG: "pug",
|
|
36487
36489
|
TOML: "toml",
|
|
@@ -36516,6 +36518,7 @@ var require_chainId = __commonJS({
|
|
|
36516
36518
|
CSS: "css",
|
|
36517
36519
|
SASS: "sass",
|
|
36518
36520
|
LESS: "less",
|
|
36521
|
+
STYLUS: "stylus",
|
|
36519
36522
|
URL: "url",
|
|
36520
36523
|
PUG: "pug",
|
|
36521
36524
|
FILE: "file",
|
|
@@ -36560,7 +36563,7 @@ var require_chainId = __commonJS({
|
|
|
36560
36563
|
ASSETS_RETRY: "ASSETS_RETRY",
|
|
36561
36564
|
AUTO_SET_ROOT_SIZE: "auto-set-root-size",
|
|
36562
36565
|
HTML_ASYNC_CHUNK: "html-async-chunk",
|
|
36563
|
-
|
|
36566
|
+
SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin"
|
|
36564
36567
|
},
|
|
36565
36568
|
MINIMIZER: {
|
|
36566
36569
|
JS: "js",
|
|
@@ -76620,7 +76623,7 @@ var import_path2 = __toESM(require("path"));
|
|
|
76620
76623
|
var import_codesmith = __toESM(require_node());
|
|
76621
76624
|
|
|
76622
76625
|
// package.json
|
|
76623
|
-
var version = "2.0.0
|
|
76626
|
+
var version = "2.0.0";
|
|
76624
76627
|
|
|
76625
76628
|
// ../../cli/plugin-i18n/dist/js/modern/index.js
|
|
76626
76629
|
var import_lodash2 = __toESM(require_lodash2());
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.0.0
|
|
14
|
+
"version": "2.0.0",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
17
|
"main": "./dist/index.js",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"jest": "^27",
|
|
41
41
|
"ts-node": "^10.1.0",
|
|
42
42
|
"typescript": "^4",
|
|
43
|
-
"@modern-js/
|
|
44
|
-
"@modern-js/
|
|
45
|
-
"@modern-js/
|
|
46
|
-
"@modern-js/
|
|
47
|
-
"@scripts/jest-config": "2.0.0
|
|
48
|
-
"@scripts/build": "2.0.0
|
|
43
|
+
"@modern-js/plugin-i18n": "2.0.0",
|
|
44
|
+
"@modern-js/repo-generator": "3.0.0",
|
|
45
|
+
"@modern-js/utils": "2.0.0",
|
|
46
|
+
"@modern-js/generator-plugin-plugin": "3.0.0",
|
|
47
|
+
"@scripts/jest-config": "2.0.0",
|
|
48
|
+
"@scripts/build": "2.0.0"
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": false,
|
|
51
51
|
"publishConfig": {
|