bump to squid.js v2 beta

This commit is contained in:
Matthias Kretschmann 2020-02-20 15:34:55 +01:00
parent 57f2022f37
commit e81c196d40
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 10 additions and 10 deletions

View File

@ -33,10 +33,10 @@ env:
- IPFS_GATEWAY_URI="https://ipfs.oceanprotocol.com"
# start Barge with these versions
- BRIZO_VERSION=v0.8.1
- AQUARIUS_VERSION=v1.0.5
- BRIZO_VERSION=v0.9.3
- AQUARIUS_VERSION=v1.0.7
- KEEPER_VERSION=v0.13.2
- EVENTS_HANDLER_VERSION=v0.4.4
- EVENTS_HANDLER_VERSION=v0.4.5
- KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260"
- FAUCET_TIMESPAN=0

View File

@ -1845,9 +1845,9 @@
}
},
"@oceanprotocol/squid": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-1.3.0.tgz",
"integrity": "sha512-1/k1W5yMGIlsmN7O3mTkQ5VMB7qD4w9VnkoiTd/cIuGks73KsHRuHH5dEn99PUigacc6WwX5BBl8Osr3Nv5T8g==",
"version": "2.0.0-beta.3",
"resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-2.0.0-beta.3.tgz",
"integrity": "sha512-ms/keYZs6GaZQlsiFkAlNHnA0OC6ksap8yKeTXQfc7/6MXLpRibrG3KKOkxKYzOYUnoEbbNHA5LZ43SAYkyAUA==",
"requires": {
"@ethereum-navigator/navigator": "^0.4.1",
"@oceanprotocol/keeper-contracts": "^0.13.2",
@ -20910,9 +20910,9 @@
}
},
"tr46": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.0.tgz",
"integrity": "sha512-LrErSqfhdUw73AC/eXV2fEmNkvgSYxfm5lvxnLvuVgoVDknvD28Pa5FeDGc8RuVouDxUD3GnHHFv7xnBp7As5w==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.2.tgz",
"integrity": "sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg==",
"requires": {
"punycode": "^2.1.1"
}

View File

@ -14,7 +14,7 @@
},
"dependencies": {
"@oceanprotocol/art": "^2.2.0",
"@oceanprotocol/squid": "^1.3.0",
"@oceanprotocol/squid": "next",
"@oceanprotocol/typographies": "^0.1.0",
"@sindresorhus/slugify": "^0.10.0",
"@truffle/hdwallet-provider": "^1.0.30",