@peerbit/document 3.0.3 → 3.0.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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Distributed document store.
4
4
 
5
- This store is built on top of the base store. This store allows for type safe document store and retrieval accross peers.
5
+ This store is built on top of the base store. This store allows for type-safe document storage and retrieval accross peers.
6
6
 
7
7
  As of now, go through the [tests](./src//__tests__/index.integration.test.ts) for documentation on how to use the module.
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerbit/document",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "Document Store for orbit-db with binary ser/der",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -34,12 +34,12 @@
34
34
  "dependencies": {
35
35
  "@dao-xyz/borsh": "^5.1.5",
36
36
  "@peerbit/program": "2.2.2",
37
- "@peerbit/rpc": "2.1.2",
38
- "@peerbit/shared-log": "3.0.2"
37
+ "@peerbit/rpc": "2.1.3",
38
+ "@peerbit/shared-log": "3.0.3"
39
39
  },
40
40
  "devDependencies": {
41
- "@peerbit/test-utils": "1.0.18",
41
+ "@peerbit/test-utils": "1.0.19",
42
42
  "@peerbit/time": "1.0.2"
43
43
  },
44
- "gitHead": "2efb4d5dc542ac84cfd79bb576506ba0ca392a72"
44
+ "gitHead": "017864072da27e6adf8955eab5287f93d2e8f610"
45
45
  }