@modern-js/utils 1.21.4 → 1.21.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/dist/applyOptionsChain.js +1 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.applyOptionsChain = void 0;
|
4
4
|
// eslint-disable-next-line import/no-useless-path-segments
|
5
5
|
const index_1 = require("./index");
|
6
|
+
// eslint-disable-next-line @typescript-eslint/ban-types
|
6
7
|
function applyOptionsChain(defaults, options, utils, mergeFn = Object.assign) {
|
7
8
|
if (!options) {
|
8
9
|
return defaults;
|
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "1.21.
|
14
|
+
"version": "1.21.6",
|
15
15
|
"jsnext:source": "./src/index.ts",
|
16
16
|
"types": "./dist/index.d.ts",
|
17
17
|
"main": "./dist/index.js",
|
@@ -129,14 +129,14 @@
|
|
129
129
|
"lodash": "^4.17.21"
|
130
130
|
},
|
131
131
|
"devDependencies": {
|
132
|
-
"@modern-js/types": "1.21.4",
|
133
|
-
"@scripts/build": "1.21.4",
|
134
|
-
"@scripts/jest-config": "1.21.4",
|
135
132
|
"@types/jest": "^27",
|
136
133
|
"@types/node": "^14",
|
137
134
|
"typescript": "^4",
|
138
135
|
"jest": "^27",
|
139
|
-
"webpack": "^5.74.0"
|
136
|
+
"webpack": "^5.74.0",
|
137
|
+
"@scripts/build": "1.21.6",
|
138
|
+
"@scripts/jest-config": "1.21.6",
|
139
|
+
"@modern-js/types": "1.21.6"
|
140
140
|
},
|
141
141
|
"sideEffects": false,
|
142
142
|
"wireit": {
|