tree-changes
Advanced tools
Comparing version 0.9.0 to 0.9.1
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "tree-changes", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Get changes between two versions of data with similar shape", | ||
@@ -29,8 +29,8 @@ "author": "Gil Barbara <gilbarbara@gmail.com>", | ||
"dependencies": { | ||
"@gilbarbara/deep-equal": "^0.1.0", | ||
"is-lite": "^0.8.1" | ||
"@gilbarbara/deep-equal": "^0.1.1", | ||
"is-lite": "^0.8.2" | ||
}, | ||
"devDependencies": { | ||
"del-cli": "^4.0.1", | ||
"typescript": "^4.4.3" | ||
"typescript": "^4.7.2" | ||
}, | ||
@@ -70,3 +70,3 @@ "scripts": { | ||
], | ||
"gitHead": "0d1c0dc2149ada45dd26163156414470bce211fb" | ||
"gitHead": "88a51e4995d8ebc7938a6bdd290f882c875e73c3" | ||
} |
@@ -7,2 +7,4 @@ # tree-changes | ||
> The React hook introduced in v0.6 now has its own package: [tree-changes-hook](https://github.com/gilbarbara/tree-changes/tree/master/packages/tree-changes-hook). | ||
## Setup | ||
@@ -14,5 +16,2 @@ | ||
> **Breaking changes** | ||
> The React hook introduced in v0.6 now has it's own package: [tree-changes-hook](https://github.com/gilbarbara/tree-changes/tree/master/packages/tree-changes-hook). | ||
## Usage | ||
@@ -19,0 +18,0 @@ |
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
67261
982
234
Updatedis-lite@^0.8.2