Camera settings (#234)

This commit is contained in:
Jaco Greeff
2019-10-24 15:08:29 +02:00
committed by GitHub
parent ff351a0f31
commit d9cc92db14
9 changed files with 89 additions and 19 deletions
+46 -11
View File
@@ -2140,14 +2140,14 @@
typescript "^3.6.4"
vuepress "^1.2.0"
"@polkadot/keyring@^1.5.1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-1.5.1.tgz#74091e246c9ce4bc15960f15afffdb3bb8e208c7"
integrity sha512-sp1uNK5FKs8Vnlvl/0NvlRZfu4KcCWtyIL6YFa3oH1iYnAmwEV+XekQwTNe4wXWJVXdjLi1Xvjxx2yGxQkWolw==
"@polkadot/keyring@^1.6.1":
version "1.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-1.6.1.tgz#35966afba142b647b31767e3a349652947c57a90"
integrity sha512-ortPbweoaANKTKZR0JDbO796U6B3JGjj87yZD+ghlFRUWjMjlbP+LOWnfNyXHcI87yxNC23nK3YDv1KCl0eDUQ==
dependencies:
"@babel/runtime" "^7.6.2"
"@polkadot/util" "^1.5.1"
"@polkadot/util-crypto" "^1.5.1"
"@babel/runtime" "^7.6.3"
"@polkadot/util" "^1.6.1"
"@polkadot/util-crypto" "^1.6.1"
"@polkadot/ts@^0.1.82":
version "0.1.82"
@@ -2156,10 +2156,10 @@
dependencies:
"@types/chrome" "^0.0.91"
"@polkadot/types@^0.95.0-beta.30":
version "0.95.0-beta.30"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.95.0-beta.30.tgz#2c5e6aa569b85b4eaedb3d892b4dcaab83eb63c3"
integrity sha512-qYcehtmDoXP2ygdPDAY8H/htHDFm6ZUhhUzEAJWALkMLNDCsJ+ZRb+U02TFg1hVvwJmRT0w9gBAeZ/kY2Oxrlg==
"@polkadot/types@^0.95.0-beta.33":
version "0.95.0-beta.33"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.95.0-beta.33.tgz#bc2cd2f536bb061c926e13c0126c64dee53f24a9"
integrity sha512-d1M0z6r4vZ9kGEAaRYw9PI8s/TVCjjQAdmEfPtKPVj9uuoL8jW8TajAzA3Yvd4s/Y9F/0nNipHUg6w88UdgxYg==
dependencies:
"@babel/runtime" "^7.6.3"
"@polkadot/util" "^1.5.1"
@@ -2189,6 +2189,28 @@
tweetnacl "^1.0.1"
xxhashjs "^0.2.2"
"@polkadot/util-crypto@^1.6.1":
version "1.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-1.6.1.tgz#6d924c5eaecbf98f971da1aac69fb60b17a4bf55"
integrity sha512-Dbo5qsIGKO82HpkysFKh9GDY0w6O6tX9h5HPRDy4KIaTaCo3H5QTmxit+hPU9n3PIHsxGhnyPq8q1i2wD/iWYQ==
dependencies:
"@babel/runtime" "^7.6.3"
"@polkadot/util" "^1.6.1"
"@polkadot/wasm-crypto" "^0.14.1"
"@types/bip39" "^2.4.2"
"@types/bs58" "^4.0.0"
"@types/pbkdf2" "^3.0.0"
"@types/secp256k1" "^3.5.0"
"@types/xxhashjs" "^0.2.1"
base-x "3.0.5"
bip39 "^2.5.0"
blakejs "^1.1.0"
bs58 "^4.0.1"
js-sha3 "^0.8.0"
secp256k1 "^3.7.0"
tweetnacl "^1.0.1"
xxhashjs "^0.2.2"
"@polkadot/util@^1.5.1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-1.5.1.tgz#acc6d1fd041959a1a781ee2a4d0fc8dae99d4e1a"
@@ -2202,6 +2224,19 @@
ip-regex "^4.1.0"
moment "^2.24.0"
"@polkadot/util@^1.6.1":
version "1.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-1.6.1.tgz#8110c12a1670e564c5d6a1c19347cbb0dba8a3ce"
integrity sha512-uKRfapAXwZMcWQ24MdV+zg8jrYtidbKxJhUbq0G77Yy27d45OID8d+JcI3Q+d6d2pmC/h733iSeCqdiLYCKqMw==
dependencies:
"@babel/runtime" "^7.6.3"
"@types/bn.js" "^4.11.5"
bn.js "^4.11.8"
camelcase "^5.3.1"
chalk "^2.4.2"
ip-regex "^4.1.0"
moment "^2.24.0"
"@polkadot/wasm-crypto@^0.14.1":
version "0.14.1"
resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-0.14.1.tgz#f4923bba22d7c68a4be3575ba27790947b212633"