@bb-labs/deep-equal-test 0.0.9 → 0.0.11

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 +2 -2
package/README.md CHANGED
@@ -14,7 +14,7 @@ A tiny utility for **deep structural equality** that is:sa
14
14
  ```bash
15
15
  npm install @bigbang-sdk/local-db
16
16
  # orcs
17
- yarn add @bigbang-sdk/local-db
17
+ yarn add @bigbang-sdk/local-dbcas
18
18
  # or
19
19
  bun add @bigbang-sdk/local-db
20
20
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bb-labs/deep-equal-test",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "npm": true,
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@bb-labs/bldr": "^0.0.16",
27
- "@bb-labs/deep-sort-test": "0.0.7",
27
+ "@bb-labs/deep-sort-test": "0.0.8",
28
28
  "@bb-labs/tsconfigs": "^0.0.4",
29
29
  "fast-deep-equal": "^3.1.3",
30
30
  "superjson": "^2.2.6"