Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
chore: version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Jun 16, 2020
1 parent 680e9d1 commit 3bea3cb
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 83 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiltprotocol/portablegabi",
"version": "0.3.0",
"version": "0.3.1",
"description": "Typescript API and WASM wrapper of Go library Gabi enabling anonymous credentials",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
Expand Down Expand Up @@ -58,11 +58,11 @@
"url": "git+https://github.com/KILTprotocol/portablegabi.git"
},
"dependencies": {
"@polkadot/api": "^1.18.1",
"@polkadot/keyring": "^2.13.1",
"@polkadot/rpc-provider": "^1.18.1",
"@polkadot/types": "^1.18.1",
"@polkadot/util": "^2.13.1",
"@polkadot/util-crypto": "^2.13.1"
"@polkadot/api": "^1.19.1",
"@polkadot/keyring": "^2.14.1",
"@polkadot/rpc-provider": "^1.19.1",
"@polkadot/types": "^1.19.1",
"@polkadot/util": "^2.14.1",
"@polkadot/util-crypto": "^2.14.1"
}
}
160 changes: 84 additions & 76 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -464,121 +464,121 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@polkadot/api-derive@1.18.1":
version "1.18.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-1.18.1.tgz#64cc83f6befdd6e1bdf21a7be71c9929fb92e01a"
integrity sha512-B0sqwIH6RhfHjOAf9sU0Wulcf47gNKYDmm0qEvF1oFTWIlLrEa6h2tisSqS/2GetE4J97wEtMM/5bb/69qdCgA==
"@polkadot/api-derive@1.19.1":
version "1.19.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-1.19.1.tgz#f243b889a649b90510cece6f08b49149e6cb80b0"
integrity sha512-xCNKi24iL6jcRd5GhePByBfSxCZXvBvfyH+zI7k1bj8yY9kmv8ZFT0C1PQQTvBNftBW3A32BJi8qoFTeNa4XvQ==
dependencies:
"@babel/runtime" "^7.10.2"
"@polkadot/api" "1.18.1"
"@polkadot/rpc-core" "1.18.1"
"@polkadot/rpc-provider" "1.18.1"
"@polkadot/types" "1.18.1"
"@polkadot/util" "^2.13.1"
"@polkadot/util-crypto" "^2.13.1"
"@polkadot/api" "1.19.1"
"@polkadot/rpc-core" "1.19.1"
"@polkadot/rpc-provider" "1.19.1"
"@polkadot/types" "1.19.1"
"@polkadot/util" "^2.14.1"
"@polkadot/util-crypto" "^2.14.1"
bn.js "^5.1.2"
memoizee "^0.4.14"
rxjs "^6.5.5"

"@polkadot/api@1.18.1", "@polkadot/api@^1.18.1":
version "1.18.1"
resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-1.18.1.tgz#3d8d3f3d2e692ab5e0fa5ca0e92f7980b6533cf4"
integrity sha512-3UqY3MYthDvHBT+UWxGJeb5XRX1QOnheez2TJatXwENOh4V6PsE2GtdI+ckXkYh9p61978uNtWhZ5WxDupiW/A==
"@polkadot/api@1.19.1", "@polkadot/api@^1.19.1":
version "1.19.1"
resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-1.19.1.tgz#98e97477ffd67637fb6e132e5d87b7fa557f9631"
integrity sha512-sRi59z9T2OuF7k5NX3HH1zCpukFS+jS7DjRJa8tcKWBw6sdNx5j9wgv4aqqM0AcjoDnD8sZJ1tcXCOjyuSr0QA==
dependencies:
"@babel/runtime" "^7.10.2"
"@polkadot/api-derive" "1.18.1"
"@polkadot/keyring" "^2.13.1"
"@polkadot/metadata" "1.18.1"
"@polkadot/rpc-core" "1.18.1"
"@polkadot/rpc-provider" "1.18.1"
"@polkadot/types" "1.18.1"
"@polkadot/types-known" "1.18.1"
"@polkadot/util" "^2.13.1"
"@polkadot/util-crypto" "^2.13.1"
"@polkadot/api-derive" "1.19.1"
"@polkadot/keyring" "^2.14.1"
"@polkadot/metadata" "1.19.1"
"@polkadot/rpc-core" "1.19.1"
"@polkadot/rpc-provider" "1.19.1"
"@polkadot/types" "1.19.1"
"@polkadot/types-known" "1.19.1"
"@polkadot/util" "^2.14.1"
"@polkadot/util-crypto" "^2.14.1"
bn.js "^5.1.2"
eventemitter3 "^4.0.4"
rxjs "^6.5.5"

"@polkadot/keyring@^2.13.1":
version "2.13.1"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-2.13.1.tgz#2607d790ac1df0ee1d3508aa47588f425331189f"
integrity sha512-Vm3ohFyvPAKYFJsUtphYQ0zYgD6VlOV2e6yaHqq8e6q7opLdHcpkE11OSeEnaYs7kUdzs873VH5GTYP2pTKJFQ==
"@polkadot/keyring@^2.14.1":
version "2.14.1"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-2.14.1.tgz#b729ba3d974c232f526ecefd1096d7c59cede2d1"
integrity sha512-objz3p2BG/UuV8exxf69GrPE3nKmTOrxI+4Cz2kxAbG3KpbVsYdQJZW3ij9tftuQdX6SAxvy6AqrzBvEOF1qaA==
dependencies:
"@babel/runtime" "^7.10.2"
"@polkadot/util" "2.13.1"
"@polkadot/util-crypto" "2.13.1"
"@polkadot/util" "2.14.1"
"@polkadot/util-crypto" "2.14.1"

"@polkadot/metadata@1.18.1":
version "1.18.1"
resolved "https://registry.yarnpkg.com/@polkadot/metadata/-/metadata-1.18.1.tgz#4b1c71963850c56bb763d25d649a708c2e7cf9e3"
integrity sha512-JfKkmI68Uu2Zzu9Us2Ci048dpCQhRtLlQGNreDXKnYnBjhedoWfiYYykutGiWdXVqO9Zkqp6u+fkfcGHP6xZeg==
"@polkadot/metadata@1.19.1":
version "1.19.1"
resolved "https://registry.yarnpkg.com/@polkadot/metadata/-/metadata-1.19.1.tgz#0b9abfdabe8fe2e78cac27ab33aa605e9416df5c"
integrity sha512-pEXehSlftY64sKr5M2juZkuD9a0Q15PIWF5Ixpwr+rysuuvw7GF7Osz32ioxxcBlPCisvq/HQFfuIbHL2cPFMw==
dependencies:
"@babel/runtime" "^7.10.2"
"@polkadot/types" "1.18.1"
"@polkadot/types-known" "1.18.1"
"@polkadot/util" "^2.13.1"
"@polkadot/util-crypto" "^2.13.1"
"@polkadot/types" "1.19.1"
"@polkadot/types-known" "1.19.1"
"@polkadot/util" "^2.14.1"
"@polkadot/util-crypto" "^2.14.1"
bn.js "^5.1.2"

"@polkadot/rpc-core@1.18.1":
version "1.18.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-1.18.1.tgz#f96aa1071558fddc483771117aef0bb27a1fc974"
integrity sha512-3rpb/xdXkz9o/avMd63yqVK0+p/AKGSBPklSUSjnPvf9AfjGA4WF8xRwisQKqF3KKWfbm3ytbaJhPWU5dD3QNQ==
"@polkadot/rpc-core@1.19.1":
version "1.19.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-1.19.1.tgz#32f9b10c47001d10318974d3419edc7535470d38"
integrity sha512-O679QhhP900vcAESlSyyTyaj5bB2snbjtER+bVZZ4CuX92xNMkNcbMsdxmmdybwMLobAw2R6eaDDAGxlIO7Mwg==
dependencies:
"@babel/runtime" "^7.10.2"
"@polkadot/metadata" "1.18.1"
"@polkadot/rpc-provider" "1.18.1"
"@polkadot/types" "1.18.1"
"@polkadot/util" "^2.13.1"
"@polkadot/metadata" "1.19.1"
"@polkadot/rpc-provider" "1.19.1"
"@polkadot/types" "1.19.1"
"@polkadot/util" "^2.14.1"
memoizee "^0.4.14"
rxjs "^6.5.5"

"@polkadot/rpc-provider@1.18.1", "@polkadot/rpc-provider@^1.18.1":
version "1.18.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-1.18.1.tgz#ab295c353a0be9c2227af751cc02c16d61a86139"
integrity sha512-UE2+RAOny9JApcajY8xblzMdebYShTlNczF4YhHVa1FThrP6wnTTHUbdAoAVp15eazAXqotnXO3suSq7HFaL2Q==
"@polkadot/rpc-provider@1.19.1", "@polkadot/rpc-provider@^1.19.1":
version "1.19.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-1.19.1.tgz#62a84e67a340e4ab62e6ae02773a8918e6b1c005"
integrity sha512-IwFb7OQ/jk6d5bKYC3Vy6KtT2Wa3fv/OFe4HUMwChdzdmeB+2u2COMEJy+tcb8XHzWg8ZPAV+Tn4z1/6vMOLMw==
dependencies:
"@babel/runtime" "^7.10.2"
"@polkadot/metadata" "1.18.1"
"@polkadot/types" "1.18.1"
"@polkadot/util" "^2.13.1"
"@polkadot/util-crypto" "^2.13.1"
"@polkadot/metadata" "1.19.1"
"@polkadot/types" "1.19.1"
"@polkadot/util" "^2.14.1"
"@polkadot/util-crypto" "^2.14.1"
bn.js "^5.1.2"
eventemitter3 "^4.0.4"
isomorphic-fetch "^2.2.1"
websocket "^1.0.31"

"@polkadot/types-known@1.18.1":
version "1.18.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-1.18.1.tgz#3407a469fb75118274ca7fdd44354f50c38ebcf8"
integrity sha512-AL371sBtBkyNHE7akpAawDgIAWKydafmB8ADePLJSr8zIFjRk62q1TWoeTzUMYOC9uwYPVF6N0cifXpPHzbeLQ==
"@polkadot/types-known@1.19.1":
version "1.19.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-1.19.1.tgz#a6cff5157842760c54949df5a567741fd5dc8e9f"
integrity sha512-O6phBEqDr9LB7w+vqo0tSZY/p6+ROmsrr7HI75G2XcKJRYaDnv6T6NZf91tJrgjZUVLGu5QmYoyryK8WqGBCsQ==
dependencies:
"@babel/runtime" "^7.10.2"
"@polkadot/types" "1.18.1"
"@polkadot/util" "^2.13.1"
"@polkadot/types" "1.19.1"
"@polkadot/util" "^2.14.1"
bn.js "^5.1.2"

"@polkadot/types@1.18.1", "@polkadot/types@^1.18.1":
version "1.18.1"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-1.18.1.tgz#d6018f72ba54685b3afc797693418959bfce981f"
integrity sha512-j+KhEQpeGDOLIoTGs5hi47PA+4sZPoOdOV1aaqUqt95T5OXO4O8M1qr1GrTv41hkZ23QGDcRCGIMq6aYdKmRHg==
"@polkadot/types@1.19.1", "@polkadot/types@^1.19.1":
version "1.19.1"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-1.19.1.tgz#f55a2e3614a5762be3bc594f316b04f176db0b33"
integrity sha512-9PrEYHrtZ+CIMHjgRmCZtJfa+VjWXhdta1ctEC8P9f74q8bBh0z9D/tSW4b7ub9J1ungWPkkQ3sdaz/RiPGb0g==
dependencies:
"@babel/runtime" "^7.10.2"
"@polkadot/metadata" "1.18.1"
"@polkadot/util" "^2.13.1"
"@polkadot/util-crypto" "^2.13.1"
"@polkadot/metadata" "1.19.1"
"@polkadot/util" "^2.14.1"
"@polkadot/util-crypto" "^2.14.1"
"@types/bn.js" "^4.11.6"
bn.js "^5.1.2"
memoizee "^0.4.14"
rxjs "^6.5.5"

"@polkadot/util-crypto@2.13.1", "@polkadot/util-crypto@^2.13.1":
version "2.13.1"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-2.13.1.tgz#02ae12f02d5a636bb8ff5c8804d4696a1308624b"
integrity sha512-AZZCwzW6EOql/KTKfDNgUUKpaGkKEk04cxMWdUzU52gmCLcGS8NXdl/YEs+R8JmQsF41q11gcSD/WzTFuv4ehQ==
"@polkadot/util-crypto@2.14.1", "@polkadot/util-crypto@^2.14.1":
version "2.14.1"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-2.14.1.tgz#34a42454d3c0ea20e352d1ea71bb911d59b37835"
integrity sha512-8xFUhjrKGisLCtEPZClCrjY7DwpGx6K6n2pRiD1/Q/qoyuDy/pNWDNCqspkwHeaYN40McT/7XmRmM6ExYaNREA==
dependencies:
"@babel/runtime" "^7.10.2"
"@polkadot/util" "2.13.1"
"@polkadot/util" "2.14.1"
"@polkadot/wasm-crypto" "^1.2.1"
base-x "^3.0.8"
bip39 "^3.0.2"
Expand All @@ -591,16 +591,16 @@
tweetnacl "^1.0.3"
xxhashjs "^0.2.2"

"@polkadot/util@2.13.1", "@polkadot/util@^2.13.1":
version "2.13.1"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-2.13.1.tgz#59cbe50822026a9849589a10c5ee15a5754dce62"
integrity sha512-k1GrS3W5c57sLJJyKYF2bq7H5d8vn6jzTaK8rDM7hRp9Ai2Crl4SjyY+5Tdr0LWG+UTybfc8rIieJklB3amA3w==
"@polkadot/util@2.14.1", "@polkadot/util@^2.14.1":
version "2.14.1"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-2.14.1.tgz#c4521e3855b874d5ebcc0635b767f60ea6d88593"
integrity sha512-Rp/74CsAedjzd/ERLcOw9WUEsMDOnvI+Bp3k9UpT3vZKRa/foxK4N+H5TmItZRwP4FETMqizU0mKF3rGg17btg==
dependencies:
"@babel/runtime" "^7.10.2"
"@types/bn.js" "^4.11.6"
bn.js "^5.1.2"
camelcase "^5.3.1"
chalk "^4.0.0"
chalk "^4.1.0"
ip-regex "^4.1.0"

"@polkadot/wasm-crypto@^1.2.1":
Expand Down Expand Up @@ -1229,6 +1229,14 @@ chalk@^4.0.0:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

char-regex@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
Expand Down

0 comments on commit 3bea3cb

Please sign in to comment.