peerbit 5.3.2 → 5.3.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 (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "peerbit",
3
- "version": "5.3.2",
3
+ "version": "5.3.4",
4
4
  "description": "Peerbit client",
5
5
  "author": "dao.xyz",
6
6
  "license": "MIT",
@@ -89,27 +89,27 @@
89
89
  "path-browserify": "^1.0.1",
90
90
  "uint8arrays": "^5.1.0",
91
91
  "@peerbit/any-store": "2.2.10",
92
- "@peerbit/blocks": "4.2.0",
93
92
  "@peerbit/any-store-opfs": "1.1.8",
94
- "@peerbit/crypto": "3.1.2",
95
93
  "@peerbit/build-assets": "1.1.0",
94
+ "@peerbit/crypto": "3.1.2",
95
+ "@peerbit/blocks": "4.2.1",
96
96
  "@peerbit/indexer-interface": "3.0.5",
97
- "@peerbit/keychain": "1.2.10",
98
97
  "@peerbit/indexer-sqlite3": "3.0.8",
99
98
  "@peerbit/indexer-simple": "1.2.8",
100
99
  "@peerbit/logger": "2.0.1",
101
- "@peerbit/program": "6.0.32",
100
+ "@peerbit/program": "6.0.33",
101
+ "@peerbit/keychain": "1.2.10",
102
102
  "@peerbit/pubsub": "5.3.0",
103
- "@peerbit/stream-interface": "6.0.11",
103
+ "@peerbit/stream": "5.1.0",
104
104
  "@peerbit/time": "3.0.0",
105
- "@peerbit/stream": "5.1.0"
105
+ "@peerbit/stream-interface": "6.0.11"
106
106
  },
107
107
  "optionalDependencies": {
108
108
  "@peerbit/any-store-rust": "0.1.1",
109
- "@peerbit/indexer-rust": "1.0.2",
110
109
  "@peerbit/log-rust": "1.1.2",
111
110
  "@peerbit/network-rust": "0.1.1",
112
- "@peerbit/native-backbone": "0.1.2"
111
+ "@peerbit/native-backbone": "0.1.3",
112
+ "@peerbit/indexer-rust": "1.0.2"
113
113
  },
114
114
  "devDependencies": {
115
115
  "@types/libsodium-wrappers": "^0.7.14",