@modern-js/create 1.18.1-alpha.0 → 1.19.0
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 -1
- package/package.json +8 -9
package/dist/index.js
CHANGED
|
@@ -36191,7 +36191,8 @@ var require_chainId = __commonJSMin((exports) => {
|
|
|
36191
36191
|
REACT_FAST_REFRESH: "react-fast-refresh",
|
|
36192
36192
|
NODE_POLYFILL_PROVIDE: "node-polyfill-provide",
|
|
36193
36193
|
SUBRESOURCE_INTEGRITY: "subresource-integrity",
|
|
36194
|
-
ASSETS_RETRY: "ASSETS_RETRY"
|
|
36194
|
+
ASSETS_RETRY: "ASSETS_RETRY",
|
|
36195
|
+
AUTO_SET_ROOT_SIZE: "auto-set-root-size"
|
|
36195
36196
|
},
|
|
36196
36197
|
MINIMIZER: {
|
|
36197
36198
|
JS: "js",
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.
|
|
14
|
+
"version": "1.19.0",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
17
|
"main": "./dist/index.js",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@babel/runtime": "^7.18.0",
|
|
37
37
|
"@modern-js/codesmith": "^1.5.0",
|
|
38
|
-
"@modern-js/generator-plugin-plugin": "2.
|
|
39
|
-
"@modern-js/plugin-i18n": "1.
|
|
40
|
-
"@modern-js/repo-generator": "2.
|
|
41
|
-
"@modern-js/utils": "1.
|
|
42
|
-
"@scripts/build": "1.
|
|
43
|
-
"@scripts/jest-config": "1.
|
|
38
|
+
"@modern-js/generator-plugin-plugin": "2.4.0",
|
|
39
|
+
"@modern-js/plugin-i18n": "1.19.0",
|
|
40
|
+
"@modern-js/repo-generator": "2.4.0",
|
|
41
|
+
"@modern-js/utils": "1.19.0",
|
|
42
|
+
"@scripts/build": "1.19.0",
|
|
43
|
+
"@scripts/jest-config": "1.19.0",
|
|
44
44
|
"@types/jest": "^27",
|
|
45
45
|
"@types/node": "^14",
|
|
46
46
|
"jest": "^27",
|
|
@@ -81,6 +81,5 @@
|
|
|
81
81
|
"new": "modern new",
|
|
82
82
|
"build": "wireit",
|
|
83
83
|
"test": "wireit"
|
|
84
|
-
}
|
|
85
|
-
"readme": "\n<p align=\"center\">\n <a href=\"https://modernjs.dev\" target=\"blank\"><img src=\"https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png\" width=\"300\" alt=\"Modern.js Logo\" /></a>\n</p>\n<p align=\"center\">\n现代 Web 工程体系\n <br/>\n <a href=\"https://modernjs.dev\" target=\"blank\">\n modernjs.dev\n </a>\n</p>\n<p align=\"center\">\n The meta-framework suite designed from scratch for frontend-focused modern web development\n</p>\n\n# Introduction\n\n> The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon.\n\n- [Modern.js: Hello, World!](https://zhuanlan.zhihu.com/p/426707646)\n\n## Getting Started\n\n- [Quick Start](https://modernjs.dev/docs/start)\n- [Guides](https://modernjs.dev/docs/guides)\n- [API References](https://modernjs.dev/docs/apis)\n\n## Contributing\n\n- [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md)\n"
|
|
84
|
+
}
|
|
86
85
|
}
|