mirror of
https://github.com/Permissionless-Software-Foundation/x402-base-facilitator.git
synced 2026-09-21 16:52:01 -07:00
Merge pull request #63 from Permissionless-Software-Foundation/ct-unstable
fix(ipfs-coord): Updating to v6.8.1
This commit is contained in:
Generated
+9
-9
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "ipfs-service-provider",
|
||||
"version": "1.3.0",
|
||||
"version": "2.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "ipfs-service-provider",
|
||||
"version": "1.3.0",
|
||||
"version": "2.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@psf/bch-js": "4.20.28",
|
||||
@@ -14,7 +14,7 @@
|
||||
"bcryptjs": "2.4.3",
|
||||
"glob": "7.1.6",
|
||||
"ipfs": "0.60.0",
|
||||
"ipfs-coord": "6.8.0",
|
||||
"ipfs-coord": "6.8.1",
|
||||
"ipfs-http-client": "55.0.0",
|
||||
"jsonrpc-lite": "2.2.0",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
@@ -9733,9 +9733,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/ipfs-coord": {
|
||||
"version": "6.8.0",
|
||||
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.8.0.tgz",
|
||||
"integrity": "sha512-XZ8BLmzn9yDbHnBCBEFYeonQWsgVnvlSJEvk4dvG+m4tKArjSV465dCfwhuNc2rVgwN9pPz+iyrbGbVs1mm0xg==",
|
||||
"version": "6.8.1",
|
||||
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.8.1.tgz",
|
||||
"integrity": "sha512-GxGc3oNHg5PvTuzeOqI4cpheo2tNlQ+lMnagFUhD3QzGSzvqxbVrhbggMhkRCwMm/LePOWlba4QAdOkBHuO5bQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "0.21.4",
|
||||
@@ -32897,9 +32897,9 @@
|
||||
}
|
||||
},
|
||||
"ipfs-coord": {
|
||||
"version": "6.8.0",
|
||||
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.8.0.tgz",
|
||||
"integrity": "sha512-XZ8BLmzn9yDbHnBCBEFYeonQWsgVnvlSJEvk4dvG+m4tKArjSV465dCfwhuNc2rVgwN9pPz+iyrbGbVs1mm0xg==",
|
||||
"version": "6.8.1",
|
||||
"resolved": "http://94.130.170.209:4873/ipfs-coord/-/ipfs-coord-6.8.1.tgz",
|
||||
"integrity": "sha512-GxGc3oNHg5PvTuzeOqI4cpheo2tNlQ+lMnagFUhD3QzGSzvqxbVrhbggMhkRCwMm/LePOWlba4QAdOkBHuO5bQ==",
|
||||
"requires": {
|
||||
"axios": "0.21.4",
|
||||
"bch-encrypt-lib": "2.0.0",
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@
|
||||
"bcryptjs": "2.4.3",
|
||||
"glob": "7.1.6",
|
||||
"ipfs": "0.60.0",
|
||||
"ipfs-coord": "6.8.0",
|
||||
"ipfs-coord": "6.8.1",
|
||||
"ipfs-http-client": "55.0.0",
|
||||
"jsonrpc-lite": "2.2.0",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
|
||||
Reference in New Issue
Block a user