1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

package fix

This commit is contained in:
Matthias Kretschmann 2021-04-13 17:43:44 +02:00
parent 39938ec9c0
commit 8b58fb4111
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 4 additions and 3 deletions

3
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "@oceanprotocol/lib",
"version": "0.12.2",
"version": "0.13.0",
"license": "Apache-2.0",
"dependencies": {
"@ethereum-navigator/navigator": "^0.5.2",
@ -20,6 +20,7 @@
"node-abort-controller": "^1.2.0",
"save-file": "^2.3.1",
"uuid": "^8.3.2",
"web3": "^1.3.5",
"web3-eth-contract": "^1.3.5"
},
"devDependencies": {

View File

@ -56,8 +56,8 @@
"node-abort-controller": "^1.2.0",
"save-file": "^2.3.1",
"uuid": "^8.3.2",
"web3-eth-contract": "^1.3.5",
"web3": "^1.3.5"
"web3": "^1.3.5",
"web3-eth-contract": "^1.3.5"
},
"devDependencies": {
"@release-it/bumper": "^2.0.0",