@modern-js/upgrade 1.18.1 → 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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +7 -8
package/dist/index.js CHANGED
@@ -36188,7 +36188,8 @@ var require_chainId = __commonJSMin((exports) => {
36188
36188
  REACT_FAST_REFRESH: "react-fast-refresh",
36189
36189
  NODE_POLYFILL_PROVIDE: "node-polyfill-provide",
36190
36190
  SUBRESOURCE_INTEGRITY: "subresource-integrity",
36191
- ASSETS_RETRY: "ASSETS_RETRY"
36191
+ ASSETS_RETRY: "ASSETS_RETRY",
36192
+ AUTO_SET_ROOT_SIZE: "auto-set-root-size"
36192
36193
  },
36193
36194
  MINIMIZER: {
36194
36195
  JS: "js",
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.18.1",
14
+ "version": "1.19.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/index.d.ts",
17
17
  "main": "./dist/index.js",
@@ -34,12 +34,12 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@babel/runtime": "^7.18.0",
37
- "@modern-js/utils": "1.18.1",
37
+ "@modern-js/utils": "1.19.0",
38
38
  "@modern-js/codesmith": "^1.5.0",
39
- "@modern-js/plugin-i18n": "1.18.1",
40
- "@modern-js/upgrade-generator": "2.3.4",
41
- "@scripts/build": "1.18.1",
42
- "@scripts/jest-config": "1.18.1",
39
+ "@modern-js/plugin-i18n": "1.19.0",
40
+ "@modern-js/upgrade-generator": "2.4.0",
41
+ "@scripts/build": "1.19.0",
42
+ "@scripts/jest-config": "1.19.0",
43
43
  "@types/jest": "^27",
44
44
  "@types/node": "^14",
45
45
  "jest": "^27",
@@ -80,6 +80,5 @@
80
80
  "new": "modern new",
81
81
  "build": "wireit",
82
82
  "test": "wireit"
83
- },
84
- "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"
83
+ }
85
84
  }