@peerbit/string 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 +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  Distributed string
4
4
 
5
- This store is built on top of the base store. This store behaves very similiar to a git repository, or a collaborative text document. Peers can add and remove content from the string and read the full string conveniently
5
+ This store is built on top of the base store. This store behaves similarly to a git repository, or a collaborative text document. Peers can add and remove content from the string, and read the full string conveniently.
6
6
 
7
- As of know, go through the test for documentation
7
+ As of now, go through the tests for documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerbit/string",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "String store",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -33,12 +33,12 @@
33
33
  "@dao-xyz/borsh": "^5.1.5",
34
34
  "@peerbit/logger": "1.0.1",
35
35
  "@peerbit/program": "2.2.2",
36
- "@peerbit/rpc": "2.1.2",
37
- "@peerbit/shared-log": "^3.0.2",
36
+ "@peerbit/rpc": "2.1.3",
37
+ "@peerbit/shared-log": "^3.0.3",
38
38
  "@peerbit/time": "1.0.2"
39
39
  },
40
40
  "devDependencies": {
41
- "@peerbit/test-utils": "^1.0.18"
41
+ "@peerbit/test-utils": "^1.0.19"
42
42
  },
43
- "gitHead": "2efb4d5dc542ac84cfd79bb576506ba0ca392a72"
43
+ "gitHead": "017864072da27e6adf8955eab5287f93d2e8f610"
44
44
  }