This commit is contained in:
Raven Scott
2026-05-20 21:19:52 -04:00
parent 14d0980b4f
commit 31e9728ef8
759 changed files with 54218 additions and 392 deletions
@@ -16,7 +16,7 @@
"bare-path": "^3.0.0",
"bare-process": "^4.4.0",
"bare-timers": "^2.0.0",
"hyper-p2p-vector-clock": "file:../hyper-p2p-vector-clock",
"hyper-p2p-vector-clock": "file:../../core-infrastructure/hyper-p2p-vector-clock",
"hypercore-crypto": "^3.0.0",
"protomux": "^3.0.0"
},
@@ -28,12 +28,12 @@
},
"peerDependencies": {
"bare": ">=1.0.0",
"hyper-p2p-capabilities": "file:../hyper-p2p-capabilities",
"hyper-p2p-capabilities": "file:../../core-infrastructure/hyper-p2p-capabilities",
"hyperbee": "^2.0.0",
"hyperswarm": "^4.0.0"
}
},
"../hyper-p2p-capabilities": {
"../../core-infrastructure/hyper-p2p-capabilities": {
"version": "0.3.1",
"license": "Apache-2.0",
"peer": true,
@@ -50,8 +50,50 @@
"brittle": "^3.0.0"
}
},
"../../core-infrastructure/hyper-p2p-vector-clock": {
"version": "0.3.1",
"license": "Apache-2.0",
"dependencies": {
"b4a": "^1.6.7",
"bare-crypto": "^1.9.0",
"bare-events": "^2.8.0",
"bare-process": "^4.4.0",
"compact-encoding": "^2.0.0",
"hypercore-crypto": "^3.0.0",
"protomux": "^3.0.0"
},
"devDependencies": {
"brittle": "^3.0.0"
},
"engines": {
"bare": ">=1.0.0"
},
"peerDependencies": {
"bare": ">=1.0.0",
"hyperbee": "^2.0.0",
"hyperswarm": "^4.0.0"
}
},
"../hyper-p2p-capabilities": {
"version": "0.3.1",
"extraneous": true,
"license": "Apache-2.0",
"dependencies": {
"b4a": "^1.6.7",
"bare-crypto": "^1.9.0",
"bare-events": "^2.8.0",
"bare-timers": "^2.0.0",
"hyperbee": "^2.0.0",
"hypercore-crypto": "^3.0.0",
"hyperswarm": "^4.0.0"
},
"devDependencies": {
"brittle": "^3.0.0"
}
},
"../hyper-p2p-vector-clock": {
"version": "0.3.1",
"extraneous": true,
"license": "Apache-2.0",
"dependencies": {
"b4a": "^1.6.7",
@@ -1310,11 +1352,11 @@
}
},
"node_modules/hyper-p2p-capabilities": {
"resolved": "../hyper-p2p-capabilities",
"resolved": "../../core-infrastructure/hyper-p2p-capabilities",
"link": true
},
"node_modules/hyper-p2p-vector-clock": {
"resolved": "../hyper-p2p-vector-clock",
"resolved": "../../core-infrastructure/hyper-p2p-vector-clock",
"link": true
},
"node_modules/hyperbee": {