json-diff-ts 1.2.3 → 1.2.4
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.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -263,7 +263,7 @@ expect(oldObj).to.eql({
|
|
|
263
263
|
## Get started
|
|
264
264
|
|
|
265
265
|
```
|
|
266
|
-
npm install diff-
|
|
266
|
+
npm install json-diff-ts
|
|
267
267
|
```
|
|
268
268
|
|
|
269
269
|
## Run the test
|
|
@@ -280,6 +280,7 @@ Twitter: [@cglessner](https://twitter.com/cglessner)
|
|
|
280
280
|
|
|
281
281
|
## Changelog
|
|
282
282
|
|
|
283
|
+
- v1.2.4 Fix readme (npm install); update TypeScript and Lodash
|
|
283
284
|
- v1.2.3 Update outdated dependencies; update TypeScript version to 4.5.2
|
|
284
285
|
- v1.2.2 Add support for functions to resove object keys (PR by [Abraxxa](https://github.com/abraxxa))
|
|
285
286
|
|
package/package.json
CHANGED