@modern-js/base-generator 3.0.0-beta.5 → 3.0.0-beta.6

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 +2 -0
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -135458,6 +135458,7 @@ var require_chainId2 = __commonJS({
135458
135458
  CSS: "css",
135459
135459
  LESS: "less",
135460
135460
  SASS: "sass",
135461
+ STYLUS: "stylus",
135461
135462
  SVG: "svg",
135462
135463
  PUG: "pug",
135463
135464
  TOML: "toml",
@@ -135492,6 +135493,7 @@ var require_chainId2 = __commonJS({
135492
135493
  CSS: "css",
135493
135494
  SASS: "sass",
135494
135495
  LESS: "less",
135496
+ STYLUS: "stylus",
135495
135497
  URL: "url",
135496
135498
  PUG: "pug",
135497
135499
  FILE: "file",
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "3.0.0-beta.5",
14
+ "version": "3.0.0-beta.6",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./src/index.ts",
17
17
  "main": "./dist/index.js",
@@ -27,10 +27,10 @@
27
27
  "@types/node": "^14",
28
28
  "jest": "^27",
29
29
  "typescript": "^4",
30
- "@modern-js/generator-utils": "3.0.0-beta.5",
31
- "@modern-js/generator-common": "3.0.0-beta.5",
32
- "@scripts/jest-config": "2.0.0-beta.6",
33
- "@scripts/build": "2.0.0-beta.6"
30
+ "@scripts/jest-config": "2.0.0-beta.7",
31
+ "@scripts/build": "2.0.0-beta.7",
32
+ "@modern-js/generator-utils": "3.0.0-beta.6",
33
+ "@modern-js/generator-common": "3.0.0-beta.6"
34
34
  },
35
35
  "sideEffects": false,
36
36
  "publishConfig": {