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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. 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-json-ts
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-diff-ts",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "A diff tool for JavaScript based on https://www.npmjs.com/package/diff-json written in TypeScript.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",