mirror of
https://github.com/Permissionless-Software-Foundation/x402-base-facilitator.git
synced 2026-09-21 16:52:01 -07:00
Merge pull request #127 from Permissionless-Software-Foundation/ct-unstable
fix(deps): Updating helia-coord and helia
This commit is contained in:
Generated
+65
-62
@@ -19,7 +19,7 @@
|
||||
"blockstore-fs": "1.1.6",
|
||||
"datastore-fs": "9.1.5",
|
||||
"glob": "7.1.6",
|
||||
"helia": "2.0.3",
|
||||
"helia": "2.1.0",
|
||||
"helia-coord": "1.2.18",
|
||||
"jsonrpc-lite": "2.2.0",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
@@ -921,6 +921,27 @@
|
||||
"node": ">=14"
|
||||
}
|
||||
},
|
||||
"node_modules/@helia/delegated-routing-v1-http-api-client": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@helia/delegated-routing-v1-http-api-client/-/delegated-routing-v1-http-api-client-1.1.1.tgz",
|
||||
"integrity": "sha512-x9J5svbJ6T1IK6sgS/2GU/rW/WCZAoxFKR7YwJ5PDT1khiRCcGPe1tKM1wOnfnFs+8Y5bZ1Bl+hofvifFZEoQA==",
|
||||
"dependencies": {
|
||||
"@libp2p/interface": "^0.1.2",
|
||||
"@libp2p/logger": "^3.0.2",
|
||||
"@libp2p/peer-id": "^3.0.3",
|
||||
"@multiformats/multiaddr": "^12.1.3",
|
||||
"any-signal": "^4.1.1",
|
||||
"browser-readablestream-to-it": "^2.0.3",
|
||||
"ipns": "^7.0.1",
|
||||
"it-first": "^3.0.3",
|
||||
"it-map": "^3.0.4",
|
||||
"it-ndjson": "^1.0.4",
|
||||
"multiformats": "^12.1.1",
|
||||
"p-defer": "^4.0.0",
|
||||
"p-queue": "^7.3.4",
|
||||
"uint8arrays": "^4.0.6"
|
||||
}
|
||||
},
|
||||
"node_modules/@helia/interface": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@helia/interface/-/interface-2.1.0.tgz",
|
||||
@@ -1125,24 +1146,6 @@
|
||||
"uint8arraylist": "^2.4.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@libp2p/ipni-content-routing": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/ipni-content-routing/-/ipni-content-routing-2.0.2.tgz",
|
||||
"integrity": "sha512-Z1uIbl09LpOEF3MDdsh7vkQrnlcl4JUmCBfChBzW8m3ffzW6TuA6dLrDWWXVQe8JD5fayo3NAEEUyw6TKEaNsw==",
|
||||
"deprecated": "As",
|
||||
"dependencies": {
|
||||
"@libp2p/interface": "^0.1.1",
|
||||
"@libp2p/logger": "^3.0.1",
|
||||
"@libp2p/peer-id": "^3.0.1",
|
||||
"@multiformats/multiaddr": "^12.1.2",
|
||||
"any-signal": "^4.1.1",
|
||||
"browser-readablestream-to-it": "^2.0.2",
|
||||
"iterable-ndjson": "^1.1.0",
|
||||
"multiformats": "^12.0.1",
|
||||
"p-defer": "^4.0.0",
|
||||
"p-queue": "^7.3.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@libp2p/kad-dht": {
|
||||
"version": "10.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/kad-dht/-/kad-dht-10.0.15.tgz",
|
||||
@@ -7058,20 +7061,20 @@
|
||||
}
|
||||
},
|
||||
"node_modules/helia": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/helia/-/helia-2.0.3.tgz",
|
||||
"integrity": "sha512-8Uze/U48R9p3013+oh5Eg29RwkzRXpCHDYyKxf7yU1S5GGnVguaWrmEHYJ2pKMMYMCgNasmCvfouurKIQvM+cg==",
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/helia/-/helia-2.1.0.tgz",
|
||||
"integrity": "sha512-OJOm99WYZC7o3hGRhv2rbWK6nDw2cRWx2+g6uMDF5YL04yZ2vZcE/8xccM3ekhrZFSJhbUGPID4AKGULIaxHbg==",
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-gossipsub": "^10.0.0",
|
||||
"@chainsafe/libp2p-noise": "^13.0.0",
|
||||
"@chainsafe/libp2p-yamux": "^5.0.0",
|
||||
"@helia/interface": "^2.0.0",
|
||||
"@helia/delegated-routing-v1-http-api-client": "^1.1.0",
|
||||
"@helia/interface": "^2.1.0",
|
||||
"@ipld/dag-cbor": "^9.0.0",
|
||||
"@ipld/dag-json": "^10.0.1",
|
||||
"@ipld/dag-pb": "^4.0.3",
|
||||
"@libp2p/bootstrap": "^9.0.2",
|
||||
"@libp2p/interface": "^0.1.1",
|
||||
"@libp2p/ipni-content-routing": "^2.0.0",
|
||||
"@libp2p/kad-dht": "^10.0.2",
|
||||
"@libp2p/logger": "^3.0.1",
|
||||
"@libp2p/mdns": "^9.0.2",
|
||||
@@ -7080,6 +7083,7 @@
|
||||
"@libp2p/webrtc": "^3.1.3",
|
||||
"@libp2p/websockets": "^7.0.2",
|
||||
"@libp2p/webtransport": "^3.0.3",
|
||||
"any-signal": "^4.1.1",
|
||||
"blockstore-core": "^4.0.0",
|
||||
"cborg": "^4.0.1",
|
||||
"datastore-core": "^9.0.0",
|
||||
@@ -8332,6 +8336,11 @@
|
||||
"it-pushable": "^3.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/it-ndjson": {
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/it-ndjson/-/it-ndjson-1.0.5.tgz",
|
||||
"integrity": "sha512-2UEROCo458dDu9dABKb9fvD34p2YL6SqV5EOXN8SysX2Fpx0MSN69EiBmLLDDYSpQlrW0I5j3Tm8DtEIL5NsIw=="
|
||||
},
|
||||
"node_modules/it-pair": {
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/it-pair/-/it-pair-2.0.6.tgz",
|
||||
@@ -8459,14 +8468,6 @@
|
||||
"npm": ">=7.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/iterable-ndjson": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/iterable-ndjson/-/iterable-ndjson-1.1.0.tgz",
|
||||
"integrity": "sha512-OOp1Lb0o3k5MkXHx1YaIY5Z0ELosZfTnBaas9f8opJVcZGBIONA2zY/6CYE+LKkqrSDooIneZbrBGgOZnHPkrg==",
|
||||
"dependencies": {
|
||||
"string_decoder": "^1.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/iterator.prototype": {
|
||||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
|
||||
@@ -18074,6 +18075,27 @@
|
||||
"resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.0.tgz",
|
||||
"integrity": "sha512-+KpH+QxZU7O4675t3mnkQKcZZg56u+K/Ct2K+N2AZYNVK8kyeo/bI18tI8aPm3tvNNRyTWfj6s5tnGNlcbQRsA=="
|
||||
},
|
||||
"@helia/delegated-routing-v1-http-api-client": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@helia/delegated-routing-v1-http-api-client/-/delegated-routing-v1-http-api-client-1.1.1.tgz",
|
||||
"integrity": "sha512-x9J5svbJ6T1IK6sgS/2GU/rW/WCZAoxFKR7YwJ5PDT1khiRCcGPe1tKM1wOnfnFs+8Y5bZ1Bl+hofvifFZEoQA==",
|
||||
"requires": {
|
||||
"@libp2p/interface": "^0.1.2",
|
||||
"@libp2p/logger": "^3.0.2",
|
||||
"@libp2p/peer-id": "^3.0.3",
|
||||
"@multiformats/multiaddr": "^12.1.3",
|
||||
"any-signal": "^4.1.1",
|
||||
"browser-readablestream-to-it": "^2.0.3",
|
||||
"ipns": "^7.0.1",
|
||||
"it-first": "^3.0.3",
|
||||
"it-map": "^3.0.4",
|
||||
"it-ndjson": "^1.0.4",
|
||||
"multiformats": "^12.1.1",
|
||||
"p-defer": "^4.0.0",
|
||||
"p-queue": "^7.3.4",
|
||||
"uint8arrays": "^4.0.6"
|
||||
}
|
||||
},
|
||||
"@helia/interface": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@helia/interface/-/interface-2.1.0.tgz",
|
||||
@@ -18244,23 +18266,6 @@
|
||||
"uint8arraylist": "^2.4.3"
|
||||
}
|
||||
},
|
||||
"@libp2p/ipni-content-routing": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/ipni-content-routing/-/ipni-content-routing-2.0.2.tgz",
|
||||
"integrity": "sha512-Z1uIbl09LpOEF3MDdsh7vkQrnlcl4JUmCBfChBzW8m3ffzW6TuA6dLrDWWXVQe8JD5fayo3NAEEUyw6TKEaNsw==",
|
||||
"requires": {
|
||||
"@libp2p/interface": "^0.1.1",
|
||||
"@libp2p/logger": "^3.0.1",
|
||||
"@libp2p/peer-id": "^3.0.1",
|
||||
"@multiformats/multiaddr": "^12.1.2",
|
||||
"any-signal": "^4.1.1",
|
||||
"browser-readablestream-to-it": "^2.0.2",
|
||||
"iterable-ndjson": "^1.1.0",
|
||||
"multiformats": "^12.0.1",
|
||||
"p-defer": "^4.0.0",
|
||||
"p-queue": "^7.3.4"
|
||||
}
|
||||
},
|
||||
"@libp2p/kad-dht": {
|
||||
"version": "10.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/kad-dht/-/kad-dht-10.0.15.tgz",
|
||||
@@ -23016,20 +23021,20 @@
|
||||
"dev": true
|
||||
},
|
||||
"helia": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/helia/-/helia-2.0.3.tgz",
|
||||
"integrity": "sha512-8Uze/U48R9p3013+oh5Eg29RwkzRXpCHDYyKxf7yU1S5GGnVguaWrmEHYJ2pKMMYMCgNasmCvfouurKIQvM+cg==",
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/helia/-/helia-2.1.0.tgz",
|
||||
"integrity": "sha512-OJOm99WYZC7o3hGRhv2rbWK6nDw2cRWx2+g6uMDF5YL04yZ2vZcE/8xccM3ekhrZFSJhbUGPID4AKGULIaxHbg==",
|
||||
"requires": {
|
||||
"@chainsafe/libp2p-gossipsub": "^10.0.0",
|
||||
"@chainsafe/libp2p-noise": "^13.0.0",
|
||||
"@chainsafe/libp2p-yamux": "^5.0.0",
|
||||
"@helia/interface": "^2.0.0",
|
||||
"@helia/delegated-routing-v1-http-api-client": "^1.1.0",
|
||||
"@helia/interface": "^2.1.0",
|
||||
"@ipld/dag-cbor": "^9.0.0",
|
||||
"@ipld/dag-json": "^10.0.1",
|
||||
"@ipld/dag-pb": "^4.0.3",
|
||||
"@libp2p/bootstrap": "^9.0.2",
|
||||
"@libp2p/interface": "^0.1.1",
|
||||
"@libp2p/ipni-content-routing": "^2.0.0",
|
||||
"@libp2p/kad-dht": "^10.0.2",
|
||||
"@libp2p/logger": "^3.0.1",
|
||||
"@libp2p/mdns": "^9.0.2",
|
||||
@@ -23038,6 +23043,7 @@
|
||||
"@libp2p/webrtc": "^3.1.3",
|
||||
"@libp2p/websockets": "^7.0.2",
|
||||
"@libp2p/webtransport": "^3.0.3",
|
||||
"any-signal": "^4.1.1",
|
||||
"blockstore-core": "^4.0.0",
|
||||
"cborg": "^4.0.1",
|
||||
"datastore-core": "^9.0.0",
|
||||
@@ -23968,6 +23974,11 @@
|
||||
"it-pushable": "^3.2.0"
|
||||
}
|
||||
},
|
||||
"it-ndjson": {
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/it-ndjson/-/it-ndjson-1.0.5.tgz",
|
||||
"integrity": "sha512-2UEROCo458dDu9dABKb9fvD34p2YL6SqV5EOXN8SysX2Fpx0MSN69EiBmLLDDYSpQlrW0I5j3Tm8DtEIL5NsIw=="
|
||||
},
|
||||
"it-pair": {
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/it-pair/-/it-pair-2.0.6.tgz",
|
||||
@@ -24075,14 +24086,6 @@
|
||||
"ws": "^8.4.0"
|
||||
}
|
||||
},
|
||||
"iterable-ndjson": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/iterable-ndjson/-/iterable-ndjson-1.1.0.tgz",
|
||||
"integrity": "sha512-OOp1Lb0o3k5MkXHx1YaIY5Z0ELosZfTnBaas9f8opJVcZGBIONA2zY/6CYE+LKkqrSDooIneZbrBGgOZnHPkrg==",
|
||||
"requires": {
|
||||
"string_decoder": "^1.2.0"
|
||||
}
|
||||
},
|
||||
"iterator.prototype": {
|
||||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@
|
||||
"blockstore-fs": "1.1.6",
|
||||
"datastore-fs": "9.1.5",
|
||||
"glob": "7.1.6",
|
||||
"helia": "2.0.3",
|
||||
"helia": "2.1.0",
|
||||
"helia-coord": "1.2.18",
|
||||
"jsonrpc-lite": "2.2.0",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
|
||||
Reference in New Issue
Block a user