@phun-ky/defaults-deep 1.1.2 → 1.1.3

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.
@@ -2,7 +2,7 @@
2
2
  * @phun-ky/defaults-deep
3
3
  * Like lodash's _.defaultsDeep, but with array preservation
4
4
  * @author Alexander Vassbotn Røyne-Helgesen <alexander@phun-ky.net>
5
- * @version 1.1.2
5
+ * @version 1.1.3
6
6
  * @license
7
7
  * Copyright (c) 2026 Alexander Vassbotn Røyne-Helgesen
8
8
  *
@@ -2,7 +2,7 @@
2
2
  * @phun-ky/defaults-deep
3
3
  * Like lodash's _.defaultsDeep, but with array preservation
4
4
  * @author Alexander Vassbotn Røyne-Helgesen <alexander@phun-ky.net>
5
- * @version 1.1.2
5
+ * @version 1.1.3
6
6
  * @license
7
7
  * Copyright (c) 2026 Alexander Vassbotn Røyne-Helgesen
8
8
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phun-ky/defaults-deep",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Like lodash's _.defaultsDeep, but with array preservation",
5
5
  "type": "module",
6
6
  "main": "./dist/defaults-deep.cjs",
@@ -120,16 +120,16 @@
120
120
  "@rollup/plugin-terser": "^0.4.4",
121
121
  "@testing-library/dom": "^10.4.0",
122
122
  "@testing-library/jest-dom": "^6.4.2",
123
- "@types/node": "^24.3.0",
123
+ "@types/node": "^25.2.1",
124
124
  "cobertura": "^1.0.1",
125
125
  "eslint": "^9.20.0",
126
126
  "eslint-config-phun-ky": "^1.0.0",
127
127
  "git-cz": "^4.9.0",
128
128
  "glob-bin": "^1.0.0",
129
- "global-jsdom": "^27.0.0",
130
- "jsdom": "^27.0.0",
129
+ "global-jsdom": "^28.0.0",
130
+ "jsdom": "^28.0.0",
131
131
  "prettier": "^3.5.1",
132
- "putout": "^40.0.16",
132
+ "putout": "^41.18.0",
133
133
  "quibble": "^0.9.1",
134
134
  "release-it": "^19.2.4",
135
135
  "remark-github": "^12.0.0",