peerbit 5.3.21 → 5.3.22

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "peerbit",
3
- "version": "5.3.21",
3
+ "version": "5.3.22",
4
4
  "description": "Peerbit client",
5
5
  "author": "Peerbit contributors",
6
6
  "license": "MIT",
@@ -90,27 +90,27 @@
90
90
  "p-queue": "^8.0.1",
91
91
  "path-browserify": "^1.0.1",
92
92
  "uint8arrays": "^5.1.0",
93
- "@peerbit/any-store": "2.2.14",
94
93
  "@peerbit/any-store-opfs": "1.1.12",
95
94
  "@peerbit/blocks": "4.2.10",
96
- "@peerbit/build-assets": "1.1.0",
95
+ "@peerbit/any-store": "2.2.14",
97
96
  "@peerbit/crypto": "3.1.5",
97
+ "@peerbit/build-assets": "1.1.0",
98
98
  "@peerbit/indexer-interface": "3.0.9",
99
99
  "@peerbit/indexer-simple": "1.2.13",
100
- "@peerbit/indexer-sqlite3": "3.0.13",
100
+ "@peerbit/indexer-sqlite3": "3.0.14",
101
101
  "@peerbit/keychain": "1.2.14",
102
102
  "@peerbit/logger": "2.0.1",
103
103
  "@peerbit/program": "6.0.48",
104
104
  "@peerbit/pubsub": "5.4.0",
105
- "@peerbit/stream": "5.2.0",
106
105
  "@peerbit/stream-interface": "6.0.15",
107
- "@peerbit/time": "3.0.1"
106
+ "@peerbit/time": "3.0.1",
107
+ "@peerbit/stream": "5.2.0"
108
108
  },
109
109
  "optionalDependencies": {
110
- "@peerbit/native-backbone": "0.2.5",
111
110
  "@peerbit/any-store-rust": "0.1.4",
112
- "@peerbit/log-rust": "1.1.3",
113
111
  "@peerbit/indexer-rust": "1.0.7",
112
+ "@peerbit/log-rust": "1.1.3",
113
+ "@peerbit/native-backbone": "0.2.5",
114
114
  "@peerbit/network-rust": "0.1.5"
115
115
  },
116
116
  "devDependencies": {