@peerbit/shared-log 13.2.29 → 13.2.30

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 +14 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerbit/shared-log",
3
- "version": "13.2.29",
3
+ "version": "13.2.30",
4
4
  "description": "Shared log",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -63,35 +63,35 @@
63
63
  "pino": "^9.4.0",
64
64
  "uint8arrays": "^5.1.0",
65
65
  "@peerbit/any-store": "2.2.14",
66
+ "@peerbit/cache": "3.1.1",
66
67
  "@peerbit/blocks": "4.2.10",
67
68
  "@peerbit/blocks-interface": "2.1.5",
68
- "@peerbit/cache": "3.1.1",
69
69
  "@peerbit/crypto": "3.1.5",
70
70
  "@peerbit/diagnostics": "0.0.1",
71
71
  "@peerbit/indexer-sqlite3": "3.0.14",
72
+ "@peerbit/indexer-interface": "3.0.9",
72
73
  "@peerbit/log": "6.2.16",
73
74
  "@peerbit/logger": "2.0.1",
74
- "@peerbit/program": "6.0.48",
75
- "@peerbit/indexer-interface": "3.0.9",
76
75
  "@peerbit/pubsub": "5.4.0",
77
- "@peerbit/riblt": "1.2.0",
78
76
  "@peerbit/pubsub-interface": "5.2.0",
77
+ "@peerbit/riblt": "1.2.0",
79
78
  "@peerbit/rpc": "6.1.16",
80
- "@peerbit/time": "3.0.1",
81
- "@peerbit/stream-interface": "6.0.15"
79
+ "@peerbit/stream-interface": "6.0.15",
80
+ "@peerbit/program": "6.0.48",
81
+ "@peerbit/time": "3.0.1"
82
82
  },
83
83
  "optionalDependencies": {
84
- "@peerbit/shared-log-rust": "0.1.4",
85
- "@peerbit/native-backbone": "0.2.5"
84
+ "@peerbit/native-backbone": "0.2.5",
85
+ "@peerbit/shared-log-rust": "0.1.4"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@types/libsodium-wrappers": "^0.7.14",
89
89
  "@types/pidusage": "^2.0.5",
90
90
  "uuid": "^11.1.1",
91
91
  "@peerbit/any-store-rust": "0.1.4",
92
- "@peerbit/test-utils": "3.1.22",
92
+ "@peerbit/indexer-rust": "1.0.7",
93
93
  "peerbit": "5.3.22",
94
- "@peerbit/indexer-rust": "1.0.7"
94
+ "@peerbit/test-utils": "3.1.22"
95
95
  },
96
96
  "repository": {
97
97
  "type": "git",
@@ -112,6 +112,9 @@
112
112
  "benchmark:network-preset-e2e": "node --loader ts-node/esm ./benchmark/network-preset-e2e.ts",
113
113
  "benchmark:receive-prune": "node --loader ts-node/esm ./benchmark/receive-prune.ts",
114
114
  "benchmark:sync-catchup": "node --loader ts-node/esm ./benchmark/sync-catchup.ts",
115
+ "benchmark:sync-peer-state": "node --loader ts-node/esm ./benchmark/sync-peer-state.ts",
116
+ "benchmark:sync-peer-state:compare": "node ./benchmark/sync-peer-state-compare.mjs",
117
+ "benchmark:sync-peer-state:compare:test": "node --test ./benchmark/sync-peer-state-compare.test.mjs",
115
118
  "benchmark:sync-phase-profile": "node --loader ts-node/esm ./benchmark/sync-phase-profile.ts",
116
119
  "test": "aegir test --target node",
117
120
  "test:shared-log-rust-core": "npm run build && PEERBIT_SHARED_LOG_RUST_CORE=1 aegir test -t node --grep '^(?!u32-simple replication degree commit options control per commmit put before join converges under deterministic pubsub chaos$)(?!.*(does not fetch missing entries from remotes|will prune once reaching max replicas|repairs when joiner request responses are dropped|time out when pending IHave are never resolved|does not confirm checked prune from a shallow-only entry|replication degree update ))(append delivery options |join |replicate |(u32-simple|u64-iblt) (replication references |replication replication (one way|two way) |redundancy only sends entries once|canReplicate |replication degree |start/stop replicate on connect|sync ))' -- --forbid-pending",