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

fix(helia-coord): Updating to v1.2.5
This commit is contained in:
Chris Troutner
2023-11-04 08:47:34 -07:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -20,7 +20,7 @@
"datastore-fs": "9.1.5", "datastore-fs": "9.1.5",
"glob": "7.1.6", "glob": "7.1.6",
"helia": "2.0.3", "helia": "2.0.3",
"helia-coord": "1.2.4", "helia-coord": "1.2.5",
"jsonrpc-lite": "2.2.0", "jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0", "jwt-bch-lib": "1.3.0",
@@ -8451,9 +8451,9 @@
} }
}, },
"node_modules/helia-coord": { "node_modules/helia-coord": {
"version": "1.2.4", "version": "1.2.5",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.4.tgz", "resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.5.tgz",
"integrity": "sha512-DM0SZGyDK7RUjuWlRKzxuP3iRFNqJTD3n8z5A163LAeztcWSUlJMq489AG6jJAy4TYRPnXOULTAGPf1cj+5qzQ==", "integrity": "sha512-WWeSGVCK0+LJnuh/BpjGvmUhWuVQs4lglsYogKG2ti8vegKi5yR5rW4W6ZiIEpIeAGXNRAnB5dwC4tNWqVWwbQ==",
"dependencies": { "dependencies": {
"@chris.troutner/retry-queue": "1.0.8", "@chris.troutner/retry-queue": "1.0.8",
"@multiformats/multiaddr": "12.1.8", "@multiformats/multiaddr": "12.1.8",
@@ -25797,9 +25797,9 @@
} }
}, },
"helia-coord": { "helia-coord": {
"version": "1.2.4", "version": "1.2.5",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.4.tgz", "resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.5.tgz",
"integrity": "sha512-DM0SZGyDK7RUjuWlRKzxuP3iRFNqJTD3n8z5A163LAeztcWSUlJMq489AG6jJAy4TYRPnXOULTAGPf1cj+5qzQ==", "integrity": "sha512-WWeSGVCK0+LJnuh/BpjGvmUhWuVQs4lglsYogKG2ti8vegKi5yR5rW4W6ZiIEpIeAGXNRAnB5dwC4tNWqVWwbQ==",
"requires": { "requires": {
"@chris.troutner/retry-queue": "1.0.8", "@chris.troutner/retry-queue": "1.0.8",
"@multiformats/multiaddr": "12.1.8", "@multiformats/multiaddr": "12.1.8",
+1 -1
View File
@@ -35,7 +35,7 @@
"datastore-fs": "9.1.5", "datastore-fs": "9.1.5",
"glob": "7.1.6", "glob": "7.1.6",
"helia": "2.0.3", "helia": "2.0.3",
"helia-coord": "1.2.4", "helia-coord": "1.2.5",
"jsonrpc-lite": "2.2.0", "jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0", "jwt-bch-lib": "1.3.0",