@modern-js/entry-generator 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 +6 -5
package/dist/js/node/main.js
CHANGED
|
@@ -272136,6 +272136,7 @@ const INTERNAL_PLUGINS = {
|
|
|
272136
272136
|
cli: '@modern-js/plugin-static-hosting/cli'
|
|
272137
272137
|
},
|
|
272138
272138
|
'@modern-js/plugin-polyfill': {
|
|
272139
|
+
cli: '@modern-js/plugin-polyfill/cli',
|
|
272139
272140
|
server: '@modern-js/plugin-polyfill'
|
|
272140
272141
|
},
|
|
272141
272142
|
'@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
|
"main": "./dist/js/node/main.js",
|
|
17
17
|
"files": [
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"@modern-js/codesmith-api-app": "^1.0.7",
|
|
25
25
|
"@modern-js/codesmith-api-json": "^1.0.7",
|
|
26
26
|
"@modern-js/codesmith-api-handlebars": "^1.0.0",
|
|
27
|
-
"@modern-js/codesmith-tools": "^1.0.
|
|
28
|
-
"@modern-js/generator-common": "^1.3.
|
|
29
|
-
"@modern-js/generator-utils": "^1.2.
|
|
30
|
-
"@modern-js/plugin-i18n": "^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
|
+
"@modern-js/plugin-i18n": "^1.2.1",
|
|
31
31
|
"@types/jest": "^26",
|
|
32
32
|
"@types/lodash": "^4.14.172",
|
|
33
33
|
"@types/node": "^14",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|
|
48
|
+
"main": "./dist/js/node/main.js",
|
|
48
49
|
"registry": "https://registry.npmjs.org/",
|
|
49
50
|
"access": "public"
|
|
50
51
|
},
|