bump to contracts v2.0.0-next.2

This commit is contained in:
alexcos20 2023-07-10 17:50:54 +03:00
parent 519925b641
commit 340788b0b4
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "3.0.7",
"license": "Apache-2.0",
"dependencies": {
"@oceanprotocol/contracts": "^2.0.0-next.1",
"@oceanprotocol/contracts": "^2.0.0-next.2",
"@oceanprotocol/lib": "^2.7.0",
"cross-fetch": "^3.1.4",
"ethereumjs-util": "^7.1.5"
@ -964,9 +964,9 @@
}
},
"node_modules/@oceanprotocol/contracts": {
"version": "2.0.0-next.1",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.1.tgz",
"integrity": "sha512-Ew6ZdN6rPstSxsIIqzIQTfR970u7IADA2zYCPsai/xXgh0xPagECbHlcXCbwuHwX8OvqagEVKNRnSXNSadeIVw=="
"version": "2.0.0-next.2",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.2.tgz",
"integrity": "sha512-VVIUtfiJbojKOP+YsWmGZw8s8R0TLO3OCyqn6MKrBN+ukdwkimLmg7/0LPtCQQjOSv8MrIyQb1dN7o+3hchNZg=="
},
"node_modules/@oceanprotocol/lib": {
"version": "2.7.0",
@ -15434,9 +15434,9 @@
}
},
"@oceanprotocol/contracts": {
"version": "2.0.0-next.1",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.1.tgz",
"integrity": "sha512-Ew6ZdN6rPstSxsIIqzIQTfR970u7IADA2zYCPsai/xXgh0xPagECbHlcXCbwuHwX8OvqagEVKNRnSXNSadeIVw=="
"version": "2.0.0-next.2",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.2.tgz",
"integrity": "sha512-VVIUtfiJbojKOP+YsWmGZw8s8R0TLO3OCyqn6MKrBN+ukdwkimLmg7/0LPtCQQjOSv8MrIyQb1dN7o+3hchNZg=="
},
"@oceanprotocol/lib": {
"version": "2.7.0",

View File

@ -73,7 +73,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@oceanprotocol/contracts": "^2.0.0-next.1",
"@oceanprotocol/contracts": "^2.0.0-next.2",
"@oceanprotocol/lib": "^2.7.0",
"cross-fetch": "^3.1.4",
"ethereumjs-util": "^7.1.5"