@koine/utils 2.0.0-beta.8 → 2.0.0-beta.9

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,6 +17,7 @@ Libraries to encapsulate and re-export from here, the selection is based on:
17
17
  - [mesqueeb/flatten-anything](https://github.com/mesqueeb/flatten-anything)
18
18
 
19
19
  To considerç
20
+
20
21
  - [dlv](https://www.npmjs.com/package/dlv)
21
22
  - [dset](https://github.com/lukeed/dset)
22
23
 
package/package.json CHANGED
@@ -8,5 +8,5 @@
8
8
  "peerDependencies": {
9
9
  "type-fest": "^3.12.0"
10
10
  },
11
- "version": "2.0.0-beta.8"
11
+ "version": "2.0.0-beta.9"
12
12
  }