@modern-js/server-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.
- package/dist/index.js +2 -0
- package/package.json +6 -6
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.
|
|
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",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"@types/node": "^14",
|
|
29
29
|
"jest": "^27",
|
|
30
30
|
"typescript": "^4",
|
|
31
|
-
"@
|
|
32
|
-
"@
|
|
33
|
-
"@modern-js/generator-utils": "3.0.0-beta.
|
|
34
|
-
"@
|
|
35
|
-
"@
|
|
31
|
+
"@modern-js/generator-common": "3.0.0-beta.6",
|
|
32
|
+
"@modern-js/dependence-generator": "3.0.0-beta.6",
|
|
33
|
+
"@modern-js/generator-utils": "3.0.0-beta.6",
|
|
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": {
|