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

fix(helia-coord): Updating to v1.5.5
This commit is contained in:
Chris Troutner
2024-03-12 08:32:05 -07:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -26,7 +26,7 @@
"datastore-fs": "9.1.6", "datastore-fs": "9.1.6",
"glob": "7.1.6", "glob": "7.1.6",
"helia": "2.1.0", "helia": "2.1.0",
"helia-coord": "1.5.4", "helia-coord": "1.5.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",
@@ -11533,9 +11533,9 @@
} }
}, },
"node_modules/helia-coord": { "node_modules/helia-coord": {
"version": "1.5.4", "version": "1.5.5",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.5.4.tgz", "resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.5.5.tgz",
"integrity": "sha512-PEJz/UpPjICKnQ4bxLIcSkY6lL8/ubICxTHq03zyn1LbrWuTzd+POOpbaFDb8fM4cRcqG277oXidQvzH4ciLew==", "integrity": "sha512-IUG/xobS7rcoIarYKTst/YicvXZSIrWSzqcFRu2Xujv820BblQrDMxHbMmUUoWGFnlgt/xw8cqBvH4AzrHLueg==",
"dependencies": { "dependencies": {
"@chris.troutner/retry-queue": "1.0.8", "@chris.troutner/retry-queue": "1.0.8",
"bch-encrypt-lib": "2.1.1", "bch-encrypt-lib": "2.1.1",
@@ -33949,9 +33949,9 @@
} }
}, },
"helia-coord": { "helia-coord": {
"version": "1.5.4", "version": "1.5.5",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.5.4.tgz", "resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.5.5.tgz",
"integrity": "sha512-PEJz/UpPjICKnQ4bxLIcSkY6lL8/ubICxTHq03zyn1LbrWuTzd+POOpbaFDb8fM4cRcqG277oXidQvzH4ciLew==", "integrity": "sha512-IUG/xobS7rcoIarYKTst/YicvXZSIrWSzqcFRu2Xujv820BblQrDMxHbMmUUoWGFnlgt/xw8cqBvH4AzrHLueg==",
"requires": { "requires": {
"@chris.troutner/retry-queue": "1.0.8", "@chris.troutner/retry-queue": "1.0.8",
"bch-encrypt-lib": "2.1.1", "bch-encrypt-lib": "2.1.1",
+1 -1
View File
@@ -41,7 +41,7 @@
"datastore-fs": "9.1.6", "datastore-fs": "9.1.6",
"glob": "7.1.6", "glob": "7.1.6",
"helia": "2.1.0", "helia": "2.1.0",
"helia-coord": "1.5.4", "helia-coord": "1.5.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",