bump squid-js

This commit is contained in:
Matthias Kretschmann 2019-11-15 12:47:50 +01:00
parent 50d077a887
commit dcc5642aa2
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 5 additions and 5 deletions

View File

@ -1934,9 +1934,9 @@
}
},
"@oceanprotocol/squid": {
"version": "1.0.0-beta.5",
"resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-1.0.0-beta.5.tgz",
"integrity": "sha512-q2842mVrrNzmxeSGsYt9JmaigEyaBj4uH7AlZJ6SM2TaKaWKtAMDYyEhp7WFXUlu9CKguTYAHh/GXSxLWPci9Q==",
"version": "1.0.0-beta.6",
"resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-1.0.0-beta.6.tgz",
"integrity": "sha512-HwOypbe+SDsnSH0FwdIxBFt8rsc31+Rq2sCj4bzS6QGtMwPz+/Q1Thbsw0/5guprAJ/jZ6llJf+Yy+3Xzc4gmQ==",
"requires": {
"@oceanprotocol/keeper-contracts": "^0.12.7",
"@oceanprotocol/secret-store-client": "^0.0.15",
@ -1945,7 +1945,7 @@
"node-fetch": "^2.6.0",
"save-file": "^2.3.1",
"uuid": "^3.3.3",
"web3": "^1.2.3",
"web3": "^1.2.4",
"whatwg-url": "^7.1.0"
},
"dependencies": {

View File

@ -14,7 +14,7 @@
},
"dependencies": {
"@oceanprotocol/art": "^2.2.0",
"@oceanprotocol/squid": "1.0.0-beta.5",
"@oceanprotocol/squid": "1.0.0-beta.6",
"@oceanprotocol/typographies": "^0.1.0",
"@sindresorhus/slugify": "^0.9.1",
"@truffle/hdwallet-provider": "^1.0.25",