Merge pull request #138 from Permissionless-Software-Foundation/ct-unstable

fix(helia-coord): Updating to v1.5.3
This commit is contained in:
Chris Troutner
2024-01-30 19:45:57 -08:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -24,7 +24,7 @@
"datastore-fs": "9.1.6",
"glob": "7.1.6",
"helia": "2.1.0",
"helia-coord": "1.5.1",
"helia-coord": "1.5.3",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0",
@@ -7306,9 +7306,9 @@
}
},
"node_modules/helia-coord": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.5.1.tgz",
"integrity": "sha512-BSJcDnrtmrLjk8Weog+SzfUpJmIuNAqXC0M22VtiYifxpGxrimZ1c8fIPZHQDACsEaw9ndta6sB7pSUbmYTugQ==",
"version": "1.5.3",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.5.3.tgz",
"integrity": "sha512-LJZSGYpfWBK1cQLClWmZnFJAssd58tZu3xrtlNzFcno3N02SEpYgHPAKnjb2LeORsrquGRqN6g8/LxneA8v2JQ==",
"dependencies": {
"@chris.troutner/retry-queue": "1.0.8",
"bch-encrypt-lib": "2.1.1",
@@ -24295,9 +24295,9 @@
}
},
"helia-coord": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.5.1.tgz",
"integrity": "sha512-BSJcDnrtmrLjk8Weog+SzfUpJmIuNAqXC0M22VtiYifxpGxrimZ1c8fIPZHQDACsEaw9ndta6sB7pSUbmYTugQ==",
"version": "1.5.3",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.5.3.tgz",
"integrity": "sha512-LJZSGYpfWBK1cQLClWmZnFJAssd58tZu3xrtlNzFcno3N02SEpYgHPAKnjb2LeORsrquGRqN6g8/LxneA8v2JQ==",
"requires": {
"@chris.troutner/retry-queue": "1.0.8",
"bch-encrypt-lib": "2.1.1",
+1 -1
View File
@@ -39,7 +39,7 @@
"datastore-fs": "9.1.6",
"glob": "7.1.6",
"helia": "2.1.0",
"helia-coord": "1.5.1",
"helia-coord": "1.5.3",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0",