@bb-labs/deep-equal 0.0.23 → 0.0.24

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,7 +47,7 @@ Deep equality check with:
47
47
 
48
48
  - SuperJSON-aware serialization
49
49
  - Order-insensitive arrays
50
- - Stable object key ordering
50
+ - Stable object key orderingg
51
51
 
52
52
  ```ts
53
53
  import { isDeepEqual } from "@bigbang-sdk/local-db";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bb-labs/deep-equal",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "npm": true,
5
5
  "repository": {
6
6
  "type": "git",