@peerbit/shared-log 13.2.5 → 13.2.6

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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerbit/shared-log",
3
- "version": "13.2.5",
3
+ "version": "13.2.6",
4
4
  "description": "Shared log",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -63,20 +63,20 @@
63
63
  "uint8arrays": "^5.1.0",
64
64
  "@peerbit/any-store": "2.2.10",
65
65
  "@peerbit/blocks-interface": "2.1.0",
66
+ "@peerbit/blocks": "4.2.2",
66
67
  "@peerbit/cache": "3.1.0",
67
- "@peerbit/blocks": "4.2.1",
68
68
  "@peerbit/crypto": "3.1.2",
69
69
  "@peerbit/diagnostics": "0.0.1",
70
- "@peerbit/indexer-interface": "3.0.5",
71
- "@peerbit/indexer-sqlite3": "3.0.8",
72
- "@peerbit/log": "6.2.4",
70
+ "@peerbit/indexer-interface": "3.0.6",
71
+ "@peerbit/indexer-sqlite3": "3.0.9",
72
+ "@peerbit/log": "6.2.5",
73
73
  "@peerbit/logger": "2.0.1",
74
- "@peerbit/program": "6.0.34",
74
+ "@peerbit/program": "6.0.35",
75
75
  "@peerbit/pubsub-interface": "5.1.5",
76
- "@peerbit/riblt": "1.2.0",
77
- "@peerbit/rpc": "6.1.2",
78
76
  "@peerbit/pubsub": "5.3.0",
77
+ "@peerbit/rpc": "6.1.3",
79
78
  "@peerbit/stream-interface": "6.0.11",
79
+ "@peerbit/riblt": "1.2.0",
80
80
  "@peerbit/time": "3.0.0"
81
81
  },
82
82
  "optionalDependencies": {
@@ -88,9 +88,9 @@
88
88
  "@types/pidusage": "^2.0.5",
89
89
  "uuid": "^10.0.0",
90
90
  "@peerbit/any-store-rust": "0.1.1",
91
- "@peerbit/indexer-rust": "1.0.3",
92
- "@peerbit/test-utils": "3.1.5",
93
- "peerbit": "5.3.5"
91
+ "@peerbit/test-utils": "3.1.6",
92
+ "peerbit": "5.3.6",
93
+ "@peerbit/indexer-rust": "1.0.4"
94
94
  },
95
95
  "repository": {
96
96
  "type": "git",
@@ -113,7 +113,7 @@
113
113
  "benchmark:sync-catchup": "node --loader ts-node/esm ./benchmark/sync-catchup.ts",
114
114
  "benchmark:sync-phase-profile": "node --loader ts-node/esm ./benchmark/sync-phase-profile.ts",
115
115
  "test": "aegir test --target node",
116
- "test:shared-log-rust-core": "npm run build && PEERBIT_SHARED_LOG_RUST_CORE=1 aegir test -t node --grep '^(?!.*(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 ))'",
116
+ "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",
117
117
  "lint": "aegir lint",
118
118
  "test:cov": "aegir test -t node --cov"
119
119
  }