deepmerge-ts
Advanced tools
Comparing version 6.0.2 to 6.0.3
# Changelog | ||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
## [6.0.3](https://github.com/RebeccaStevens/deepmerge-ts/compare/v6.0.2...v6.0.3) (2024-05-20) | ||
### Bug Fixes | ||
* deepmergeInto unsafe key value assignment ([6b04863](https://github.com/RebeccaStevens/deepmerge-ts/commit/6b048630ca13052927a85a802a9fe9977519db4c)) | ||
## [6.0.2](https://github.com/RebeccaStevens/deepmerge-ts/compare/v6.0.1...v6.0.2) (2024-05-20) | ||
@@ -5,0 +12,0 @@ |
{ | ||
"name": "deepmerge-ts", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "Deeply merge 2 or more objects respecting type information.", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
"scripts": { | ||
"benchmark": "pnpm run build && pnpm run link & cd benchmark && pnpm run benchmark; cd ..", | ||
"benchmark": "pnpm run build && cd benchmark && pnpm run benchmark; cd ..", | ||
"build": "rimraf build && pnpm run build:node && pnpm run build:deno && rimraf build && if-env-defined CI || pnpm run build:assume-unchanged", | ||
@@ -104,3 +104,3 @@ "build:assume-unchanged": "cd dist; git update-index --assume-unchanged $(git ls-files | tr '\n' ' '); cd ..", | ||
"deassert": "1.0.2", | ||
"denoify": "1.6.9", | ||
"denoify": "1.6.12", | ||
"eslint": "9.3.0", | ||
@@ -107,0 +107,0 @@ "eslint-config-prettier": "9.1.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126480