@modern-js/utils 1.18.1-alpha.0 → 1.19.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +3 -1
- package/compiled/lodash/common/array.d.ts +0 -0
- package/compiled/lodash/common/collection.d.ts +0 -0
- package/compiled/lodash/common/common.d.ts +0 -0
- package/compiled/lodash/common/date.d.ts +0 -0
- package/compiled/lodash/common/function.d.ts +0 -0
- package/compiled/lodash/common/lang.d.ts +0 -0
- package/compiled/lodash/common/math.d.ts +0 -0
- package/compiled/lodash/common/number.d.ts +0 -0
- package/compiled/lodash/common/object.d.ts +0 -0
- package/compiled/lodash/common/seq.d.ts +0 -0
- package/compiled/lodash/common/string.d.ts +0 -0
- package/compiled/lodash/common/util.d.ts +0 -0
- package/compiled/upath/license +0 -0
- package/dist/chainId.d.ts +2 -0
- package/dist/chainId.js +2 -0
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
package/compiled/upath/license
CHANGED
File without changes
|
package/dist/chainId.d.ts
CHANGED
@@ -138,6 +138,8 @@ export declare const CHAIN_ID: {
|
|
138
138
|
readonly SUBRESOURCE_INTEGRITY: "subresource-integrity";
|
139
139
|
/** WebpackAssetsRetryPlugin */
|
140
140
|
readonly ASSETS_RETRY: "ASSETS_RETRY";
|
141
|
+
/** AutoSetRootFontSizePlugin */
|
142
|
+
readonly AUTO_SET_ROOT_SIZE: "auto-set-root-size";
|
141
143
|
};
|
142
144
|
/** Predefined minimizers */
|
143
145
|
readonly MINIMIZER: {
|
package/dist/chainId.js
CHANGED
@@ -141,6 +141,8 @@ exports.CHAIN_ID = {
|
|
141
141
|
SUBRESOURCE_INTEGRITY: 'subresource-integrity',
|
142
142
|
/** WebpackAssetsRetryPlugin */
|
143
143
|
ASSETS_RETRY: 'ASSETS_RETRY',
|
144
|
+
/** AutoSetRootFontSizePlugin */
|
145
|
+
AUTO_SET_ROOT_SIZE: 'auto-set-root-size',
|
144
146
|
},
|
145
147
|
/** Predefined minimizers */
|
146
148
|
MINIMIZER: {
|
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/index.d.ts",
|
17
17
|
"main": "./dist/index.js",
|
@@ -125,9 +125,9 @@
|
|
125
125
|
"lodash": "^4.17.21"
|
126
126
|
},
|
127
127
|
"devDependencies": {
|
128
|
-
"@modern-js/types": "1.
|
129
|
-
"@scripts/build": "1.
|
130
|
-
"@scripts/jest-config": "1.
|
128
|
+
"@modern-js/types": "1.19.0",
|
129
|
+
"@scripts/build": "1.19.0",
|
130
|
+
"@scripts/jest-config": "1.19.0",
|
131
131
|
"@types/jest": "^27",
|
132
132
|
"@types/node": "^14",
|
133
133
|
"typescript": "^4",
|
@@ -163,6 +163,5 @@
|
|
163
163
|
"dev": "tsc --watch",
|
164
164
|
"build": "wireit",
|
165
165
|
"test": "wireit"
|
166
|
-
}
|
167
|
-
"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"
|
166
|
+
}
|
168
167
|
}
|