Compare commits

..

No commits in common. "v0.1.0-develop.64" and "v0.1.0-develop.63" have entirely different histories.

4 changed files with 4 additions and 11 deletions

View File

@ -1,10 +1,3 @@
# [0.1.0-develop.64](https://git.lumeweb.com/LumeWeb/libs5/compare/v0.1.0-develop.63...v0.1.0-develop.64) (2023-11-18)
### Bug Fixes
* hashQueryRoutingTable is on the p2p service ([88f748c](https://git.lumeweb.com/LumeWeb/libs5/commit/88f748c817e3cefa8eb8f0500601636fda364001))
# [0.1.0-develop.63](https://git.lumeweb.com/LumeWeb/libs5/compare/v0.1.0-develop.62...v0.1.0-develop.63) (2023-11-18)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@lumeweb/libs5",
"version": "0.1.0-develop.64",
"version": "0.1.0-develop.63",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/libs5",
"version": "0.1.0-develop.64",
"version": "0.1.0-develop.63",
"dependencies": {
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",

View File

@ -1,6 +1,6 @@
{
"name": "@lumeweb/libs5",
"version": "0.1.0-develop.64",
"version": "0.1.0-develop.63",
"type": "module",
"main": "lib/index.js",
"repository": {

View File

@ -74,5 +74,5 @@ export default async function (
}
}
}
p2p.hashQueryRoutingTable.delete(hash);
this.hashQueryRoutingTable.delete(hash);
}