@modern-js/create 1.3.0 → 1.3.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 +8 -7
package/dist/js/node/main.js
CHANGED
|
@@ -220372,6 +220372,7 @@ const INTERNAL_PLUGINS = {
|
|
|
220372
220372
|
cli: '@modern-js/plugin-static-hosting/cli'
|
|
220373
220373
|
},
|
|
220374
220374
|
'@modern-js/plugin-polyfill': {
|
|
220375
|
+
cli: '@modern-js/plugin-polyfill/cli',
|
|
220375
220376
|
server: '@modern-js/plugin-polyfill'
|
|
220376
220377
|
},
|
|
220377
220378
|
'@modern-js/plugin-multiprocess': {
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.3.
|
|
14
|
+
"version": "1.3.1",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
17
|
"main": "./dist/js/node/main.js",
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@babel/runtime": "^7",
|
|
39
39
|
"@modern-js/codesmith": "^1.0.8",
|
|
40
|
-
"@modern-js/codesmith-tools": "^1.0.
|
|
40
|
+
"@modern-js/codesmith-tools": "^1.0.9",
|
|
41
41
|
"@scripts/build": "0.0.0",
|
|
42
|
-
"@modern-js/i18n-cli-language-detector": "^1.2.
|
|
43
|
-
"@modern-js/generator-plugin-plugin": "^1.1.
|
|
44
|
-
"@modern-js/plugin-i18n": "^1.2.
|
|
45
|
-
"@modern-js/repo-generator": "^1.3.
|
|
46
|
-
"@modern-js/utils": "^1.2.
|
|
42
|
+
"@modern-js/i18n-cli-language-detector": "^1.2.1",
|
|
43
|
+
"@modern-js/generator-plugin-plugin": "^1.1.1",
|
|
44
|
+
"@modern-js/plugin-i18n": "^1.2.1",
|
|
45
|
+
"@modern-js/repo-generator": "^1.3.1",
|
|
46
|
+
"@modern-js/utils": "^1.2.2",
|
|
47
47
|
"@types/jest": "^26",
|
|
48
48
|
"@types/node": "^14",
|
|
49
49
|
"@types/react": "^17",
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|
|
64
64
|
"publishConfig": {
|
|
65
|
+
"main": "./dist/js/node/main.js",
|
|
65
66
|
"registry": "https://registry.npmjs.org/",
|
|
66
67
|
"access": "public",
|
|
67
68
|
"types": "./dist/types/index.d.ts"
|