@dxos/feed-store 2.12.23 → 2.13.0
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.
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/feed-store",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0",
|
|
4
4
|
"description": "A consistent store for your hypercore feeds.",
|
|
5
5
|
"homepage": "https://github.com/dxos/feed-store#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -18,17 +18,17 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"scripts": {
|
|
21
|
+
"benchmark": "pnpm run build && pnpm run benchmark:node && pnpm run benchmark:browser",
|
|
22
|
+
"benchmark:browser": "browser-runner dist/src/benchmark.js --timeout 0",
|
|
23
|
+
"benchmark:node": "rm -rf .benchmark && node dist/src/benchmark.js",
|
|
21
24
|
"build": "toolchain build",
|
|
22
25
|
"build:test": "toolchain build:test",
|
|
23
26
|
"lint": "toolchain lint",
|
|
24
|
-
"test": "toolchain test"
|
|
25
|
-
"benchmark": "pnpm run build && pnpm run benchmark:node && pnpm run benchmark:browser",
|
|
26
|
-
"benchmark:node": "rm -rf .benchmark && node dist/src/benchmark.js",
|
|
27
|
-
"benchmark:browser": "browser-runner dist/src/benchmark.js --timeout 0"
|
|
27
|
+
"test": "toolchain test"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@dxos/async": "2.
|
|
31
|
-
"@dxos/util": "2.
|
|
30
|
+
"@dxos/async": "2.13.0",
|
|
31
|
+
"@dxos/util": "2.13.0",
|
|
32
32
|
"buffer-json-encoding": "^1.0.2",
|
|
33
33
|
"debug": "^4.1.1",
|
|
34
34
|
"end-of-stream": "^1.4.1",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@dxos/benchmark-suite": "^1.0.0-beta.1",
|
|
43
43
|
"@dxos/browser-runner": "^1.0.0-beta.13",
|
|
44
|
-
"@dxos/crypto": "2.
|
|
45
|
-
"@dxos/random-access-multi-storage": "2.
|
|
44
|
+
"@dxos/crypto": "2.13.0",
|
|
45
|
+
"@dxos/random-access-multi-storage": "2.13.0",
|
|
46
46
|
"@dxos/toolchain-node-library": "2.10.10",
|
|
47
47
|
"@types/debug": "^4.1.1",
|
|
48
48
|
"@types/end-of-stream": "^1.4.0",
|