mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
bump to squid-js v1.0.0
This commit is contained in:
parent
3df046bbea
commit
7f9daa0d82
12
client/package-lock.json
generated
12
client/package-lock.json
generated
@ -1361,9 +1361,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@oceanprotocol/squid": {
|
"@oceanprotocol/squid": {
|
||||||
"version": "1.0.0-beta.7",
|
"version": "1.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-1.0.0-beta.7.tgz",
|
"resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-1.0.0.tgz",
|
||||||
"integrity": "sha512-V8VoqiRTAQ98NpKGNyldkN2tDRnp5BjrkHd8mXc5h/lXtCiBLh8+YgZ7wbxOtvxL4/AS1GCc5Zpn/6y4hXny4A==",
|
"integrity": "sha512-A3+GHjrqzwJ7CgvackN5Fql34um33RZnQABDoJO2xOM6+ysVcoMcCwf3Ck2sbbiGs1XB8t5F15cwcnwTvM9ptg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@oceanprotocol/keeper-contracts": "^0.12.7",
|
"@oceanprotocol/keeper-contracts": "^0.12.7",
|
||||||
"@oceanprotocol/secret-store-client": "^0.0.15",
|
"@oceanprotocol/secret-store-client": "^0.0.15",
|
||||||
@ -19193,9 +19193,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"is-blob": {
|
"is-blob": {
|
||||||
"version": "2.0.1",
|
"version": "2.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/is-blob/-/is-blob-2.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/is-blob/-/is-blob-2.1.0.tgz",
|
||||||
"integrity": "sha512-SmqVJYMnAeqrKLcwq6TXu1rpAg3yipVlMZIqR5u510rxoOzJGW9GQY6g+WtWkcc44pjbWAuxzZDCkbgf5e6r0Q=="
|
"integrity": "sha512-SZ/fTft5eUhQM6oF/ZaASFDEdbFVe89Imltn9uZr03wdKMcWNVYSMjQPFtg05QuNkt5l5c135ElvXEQG0rk4tw=="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oceanprotocol/art": "^2.2.0",
|
"@oceanprotocol/art": "^2.2.0",
|
||||||
"@oceanprotocol/squid": "1.0.0-beta.7",
|
"@oceanprotocol/squid": "^1.0.0",
|
||||||
"@oceanprotocol/typographies": "^0.1.0",
|
"@oceanprotocol/typographies": "^0.1.0",
|
||||||
"@sindresorhus/slugify": "^0.9.1",
|
"@sindresorhus/slugify": "^0.9.1",
|
||||||
"@truffle/hdwallet-provider": "^1.0.26",
|
"@truffle/hdwallet-provider": "^1.0.26",
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "squid-js",
|
"name": "squid-js",
|
||||||
"version": "~1.0.0-beta.7"
|
"version": "~1.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "faucet",
|
"name": "faucet",
|
||||||
|
Loading…
Reference in New Issue
Block a user