Update contracts version

This commit is contained in:
trizin 2023-08-22 11:22:48 +00:00 committed by GitHub
parent c4e8add944
commit e469975983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 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.9",
"@oceanprotocol/contracts": "^2.0.0-next.10",
"@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.9",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.9.tgz",
"integrity": "sha512-00KPl4VEf2AkgycwlSPHlwBSeS0n+zvMSktW5CYXJk2RnpYZygRatMAG3gX7NOpu2JeX/ihNAfMoeQJrgBx3KQ=="
"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=="
},
"node_modules/@oceanprotocol/lib": {
"version": "2.7.0",
@ -15341,9 +15341,9 @@
}
},
"@oceanprotocol/contracts": {
"version": "2.0.0-next.9",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.9.tgz",
"integrity": "sha512-00KPl4VEf2AkgycwlSPHlwBSeS0n+zvMSktW5CYXJk2RnpYZygRatMAG3gX7NOpu2JeX/ihNAfMoeQJrgBx3KQ=="
"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=="
},
"@oceanprotocol/lib": {
"version": "2.7.0",

View File

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