@modern-js/server-generator 1.2.0 → 1.2.1
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/js/node/main.js +1 -0
- package/package.json +5 -4
package/dist/js/node/main.js
CHANGED
|
@@ -271969,6 +271969,7 @@ const INTERNAL_PLUGINS = {
|
|
|
271969
271969
|
cli: '@modern-js/plugin-static-hosting/cli'
|
|
271970
271970
|
},
|
|
271971
271971
|
'@modern-js/plugin-polyfill': {
|
|
271972
|
+
cli: '@modern-js/plugin-polyfill/cli',
|
|
271972
271973
|
server: '@modern-js/plugin-polyfill'
|
|
271973
271974
|
},
|
|
271974
271975
|
'@modern-js/plugin-multiprocess': {
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.2.
|
|
14
|
+
"version": "1.2.1",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./src/index.ts",
|
|
17
17
|
"main": "./dist/js/node/main.js",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@modern-js/codesmith": "^1.0.8",
|
|
25
25
|
"@modern-js/codesmith-api-app": "^1.0.7",
|
|
26
26
|
"@modern-js/codesmith-api-json": "^1.0.7",
|
|
27
|
-
"@modern-js/codesmith-tools": "^1.0.
|
|
28
|
-
"@modern-js/generator-common": "^1.3.
|
|
29
|
-
"@modern-js/generator-utils": "^1.2.
|
|
27
|
+
"@modern-js/codesmith-tools": "^1.0.9",
|
|
28
|
+
"@modern-js/generator-common": "^1.3.1",
|
|
29
|
+
"@modern-js/generator-utils": "^1.2.1",
|
|
30
30
|
"@types/jest": "^26",
|
|
31
31
|
"@types/lodash": "^4.14.168",
|
|
32
32
|
"@types/node": "^14",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
|
+
"main": "./dist/js/node/main.js",
|
|
46
47
|
"registry": "https://registry.npmjs.org/",
|
|
47
48
|
"access": "public"
|
|
48
49
|
},
|