@modern-js/create 2.0.0-beta.6 → 2.0.0-beta.7

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -36482,6 +36482,7 @@ var require_chainId = __commonJS({
36482
36482
  CSS: "css",
36483
36483
  LESS: "less",
36484
36484
  SASS: "sass",
36485
+ STYLUS: "stylus",
36485
36486
  SVG: "svg",
36486
36487
  PUG: "pug",
36487
36488
  TOML: "toml",
@@ -36516,6 +36517,7 @@ var require_chainId = __commonJS({
36516
36517
  CSS: "css",
36517
36518
  SASS: "sass",
36518
36519
  LESS: "less",
36520
+ STYLUS: "stylus",
36519
36521
  URL: "url",
36520
36522
  PUG: "pug",
36521
36523
  FILE: "file",
@@ -76620,7 +76622,7 @@ var import_path2 = __toESM(require("path"));
76620
76622
  var import_codesmith = __toESM(require_node());
76621
76623
 
76622
76624
  // package.json
76623
- var version = "2.0.0-beta.6";
76625
+ var version = "2.0.0-beta.7";
76624
76626
 
76625
76627
  // ../../cli/plugin-i18n/dist/js/modern/index.js
76626
76628
  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-beta.6",
14
+ "version": "2.0.0-beta.7",
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/generator-plugin-plugin": "3.0.0-beta.5",
44
- "@modern-js/plugin-i18n": "2.0.0-beta.6",
45
- "@modern-js/repo-generator": "3.0.0-beta.5",
46
- "@modern-js/utils": "2.0.0-beta.6",
47
- "@scripts/jest-config": "2.0.0-beta.6",
48
- "@scripts/build": "2.0.0-beta.6"
43
+ "@modern-js/generator-plugin-plugin": "3.0.0-beta.6",
44
+ "@modern-js/plugin-i18n": "2.0.0-beta.7",
45
+ "@modern-js/repo-generator": "3.0.0-beta.6",
46
+ "@modern-js/utils": "2.0.0-beta.7",
47
+ "@scripts/jest-config": "2.0.0-beta.7",
48
+ "@scripts/build": "2.0.0-beta.7"
49
49
  },
50
50
  "sideEffects": false,
51
51
  "publishConfig": {