fix(helia-coord): Updating to v1.7.1

This commit is contained in:
Chris Troutner
2025-02-20 22:41:25 -07:00
parent 9fa5eafe95
commit aa100c97ed
2 changed files with 5 additions and 7 deletions
+4 -6
View File
@@ -30,7 +30,7 @@
"datastore-fs": "10.0.2", "datastore-fs": "10.0.2",
"glob": "7.1.6", "glob": "7.1.6",
"helia": "5.2.0", "helia": "5.2.0",
"helia-coord": "1.7.0", "helia-coord": "1.7.1",
"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",
@@ -11681,9 +11681,9 @@
} }
}, },
"node_modules/helia-coord": { "node_modules/helia-coord": {
"version": "1.7.0", "version": "1.7.1",
"resolved": "http://94.130.170.209:4873/helia-coord/-/helia-coord-1.7.0.tgz", "resolved": "http://94.130.170.209:4873/helia-coord/-/helia-coord-1.7.1.tgz",
"integrity": "sha512-cA2eMJwSuvjB+gOIX6ejmthsialbbWTI6Rs4xJmCSfQm8IgkKnjTPXn4Z869QskpcJYh+8VKtJzWIOeOk9KUCw==", "integrity": "sha512-sEeVA8j9LfAdCvHR9QxTs/cqTunNGTc+cgutUtusF72j9bflLkw/buTqjkEWBaEjJxC/RS+IKXFE3apZAhYNGw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@chris.troutner/retry-queue": "1.0.10", "@chris.troutner/retry-queue": "1.0.10",
@@ -15587,7 +15587,6 @@
"resolved": "http://94.130.170.209:4873/mkdirp/-/mkdirp-1.0.4.tgz", "resolved": "http://94.130.170.209:4873/mkdirp/-/mkdirp-1.0.4.tgz",
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
"license": "MIT", "license": "MIT",
"peer": true,
"bin": { "bin": {
"mkdirp": "bin/cmd.js" "mkdirp": "bin/cmd.js"
}, },
@@ -24476,7 +24475,6 @@
"resolved": "http://94.130.170.209:4873/write-file-atomic/-/write-file-atomic-4.0.2.tgz", "resolved": "http://94.130.170.209:4873/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
"integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
"license": "ISC", "license": "ISC",
"peer": true,
"dependencies": { "dependencies": {
"imurmurhash": "^0.1.4", "imurmurhash": "^0.1.4",
"signal-exit": "^3.0.7" "signal-exit": "^3.0.7"
+1 -1
View File
@@ -45,7 +45,7 @@
"datastore-fs": "10.0.2", "datastore-fs": "10.0.2",
"glob": "7.1.6", "glob": "7.1.6",
"helia": "5.2.0", "helia": "5.2.0",
"helia-coord": "1.7.0", "helia-coord": "1.7.1",
"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",