use contracts v2.0.0-next.11

This commit is contained in:
alexcos20 2023-08-29 15:43:56 +03:00
parent 8a28991f2e
commit 6feca56b9d
2 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "3.0.9",
"license": "Apache-2.0",
"dependencies": {
"@oceanprotocol/contracts": "^2.0.0-next.10",
"@oceanprotocol/contracts": "^2.0.0-next.11",
"@oceanprotocol/lib": "^2.7.0",
"cross-fetch": "^3.1.6",
"ethereumjs-util": "^7.1.5"
@ -964,9 +964,9 @@
}
},
"node_modules/@oceanprotocol/contracts": {
"version": "2.0.0-next.10",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.10.tgz",
"integrity": "sha512-URfLCsQ+AQZXMN7n3urMXqKjklfA3ECu1vCVmk42cYxMK5qxdCpOhJBmlrpCpeCBFTfOd71EYRRuTeQXB/f67g=="
"version": "2.0.0-next.11",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.11.tgz",
"integrity": "sha512-ub7BLVNAY58Fl0L8hH9E2teIEAfYuoMkbJCrdW3tYdZBbgFECHwEA4nC0S3QC9em+VYky00hvhrDcHwx1LjQAw=="
},
"node_modules/@oceanprotocol/lib": {
"version": "2.7.0",
@ -15341,9 +15341,9 @@
}
},
"@oceanprotocol/contracts": {
"version": "2.0.0-next.10",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.10.tgz",
"integrity": "sha512-URfLCsQ+AQZXMN7n3urMXqKjklfA3ECu1vCVmk42cYxMK5qxdCpOhJBmlrpCpeCBFTfOd71EYRRuTeQXB/f67g=="
"version": "2.0.0-next.11",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.11.tgz",
"integrity": "sha512-ub7BLVNAY58Fl0L8hH9E2teIEAfYuoMkbJCrdW3tYdZBbgFECHwEA4nC0S3QC9em+VYky00hvhrDcHwx1LjQAw=="
},
"@oceanprotocol/lib": {
"version": "2.7.0",

View File

@ -75,7 +75,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@oceanprotocol/contracts": "^2.0.0-next.10",
"@oceanprotocol/contracts": "^2.0.0-next.11",
"@oceanprotocol/lib": "^2.7.0",
"cross-fetch": "^3.1.6",
"ethereumjs-util": "^7.1.5"
@ -100,4 +100,4 @@
"publish": false
}
}
}
}