@modern-js/entry-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 +7 -7
package/dist/index.js CHANGED
@@ -36485,6 +36485,7 @@ var require_chainId = __commonJS({
36485
36485
  CSS: "css",
36486
36486
  LESS: "less",
36487
36487
  SASS: "sass",
36488
+ STYLUS: "stylus",
36488
36489
  SVG: "svg",
36489
36490
  PUG: "pug",
36490
36491
  TOML: "toml",
@@ -36519,6 +36520,7 @@ var require_chainId = __commonJS({
36519
36520
  CSS: "css",
36520
36521
  SASS: "sass",
36521
36522
  LESS: "less",
36523
+ STYLUS: "stylus",
36522
36524
  URL: "url",
36523
36525
  PUG: "pug",
36524
36526
  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
  "main": "./dist/index.js",
17
17
  "files": [
@@ -27,12 +27,12 @@
27
27
  "@types/node": "^14",
28
28
  "jest": "^27",
29
29
  "typescript": "^4",
30
- "@modern-js/plugin-i18n": "2.0.0-beta.6",
31
- "@modern-js/utils": "2.0.0-beta.6",
32
- "@modern-js/generator-common": "3.0.0-beta.5",
33
- "@modern-js/generator-utils": "3.0.0-beta.5",
34
- "@scripts/build": "2.0.0-beta.6",
35
- "@scripts/jest-config": "2.0.0-beta.6"
30
+ "@modern-js/generator-utils": "3.0.0-beta.6",
31
+ "@modern-js/plugin-i18n": "2.0.0-beta.7",
32
+ "@modern-js/generator-common": "3.0.0-beta.6",
33
+ "@modern-js/utils": "2.0.0-beta.7",
34
+ "@scripts/build": "2.0.0-beta.7",
35
+ "@scripts/jest-config": "2.0.0-beta.7"
36
36
  },
37
37
  "sideEffects": false,
38
38
  "publishConfig": {