Skip to content

Commit

Permalink
Bump @polkadot/api from 7.8.1 to 7.11.1 in /ts-tests (#391)
Browse files Browse the repository at this point in the history
Bumps [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) from 7.8.1 to 7.11.1.
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v7.11.1/packages/api)

---
updated-dependencies:
- dependency-name: "@polkadot/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 7, 2022
1 parent 5ee0a75 commit c15df0b
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 113 deletions.
2 changes: 1 addition & 1 deletion ts-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@polkadot/api": "^7.8.1",
"@polkadot/api": "^7.11.1",
"@polkadot/types": "^7.11.1",
"dotenv": "^16.0.0",
"web3": "^1.7.0"
Expand Down
183 changes: 71 additions & 112 deletions ts-tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,64 +301,64 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@polkadot/api-augment@7.8.1":
version "7.8.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-7.8.1.tgz#659cf71a0600c04e19fde1a134e5ecafc6d74425"
integrity sha512-o5KHwS7/2qNP3edIwLEp7abmYucQq/H/1kE+JJxHsFfdnFVTThsMIKGUjqjsky4si9O5sRQrC3qC1r/81UnVIg==
"@polkadot/api-augment@7.11.1":
version "7.11.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-7.11.1.tgz#9866afe3281ae8371c8c645e73e848bac1f6fcd3"
integrity sha512-CqtmRZsr7va45r/wnsH+NZMqPyUQv46fmiHxt5gq6NC4p0ziDEVVDDHLlABx5RhQzCvdiBAccZ/X8DyMCFFGEA==
dependencies:
"@babel/runtime" "^7.17.2"
"@polkadot/api-base" "7.8.1"
"@polkadot/rpc-augment" "7.8.1"
"@polkadot/types" "7.8.1"
"@polkadot/types-augment" "7.8.1"
"@polkadot/types-codec" "7.8.1"
"@polkadot/api-base" "7.11.1"
"@polkadot/rpc-augment" "7.11.1"
"@polkadot/types" "7.11.1"
"@polkadot/types-augment" "7.11.1"
"@polkadot/types-codec" "7.11.1"
"@polkadot/util" "^8.4.1"

"@polkadot/api-base@7.8.1":
version "7.8.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-7.8.1.tgz#30a7bd7a5fdee36f2d30c923995e143cab30ec62"
integrity sha512-Ndl0qBu13O0VI3vEzVliEO8miw+jzzxor1by0dOerMz+i+1swp6psIj/mlKHIZhOLj37plsO01/ITm9e0VJvPQ==
"@polkadot/api-base@7.11.1":
version "7.11.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-7.11.1.tgz#fb27a7c33808a8f6542b322ffb3c6702a9e15ea8"
integrity sha512-MATI9tm0x3rRlipLMevWzJ4cGvMyrUGyOfwjMg3Z67U7atZgZ93LzowjzDcvSgFVM14d1tBOVWBKkCKnk7C6Zg==
dependencies:
"@babel/runtime" "^7.17.2"
"@polkadot/rpc-core" "7.8.1"
"@polkadot/types" "7.8.1"
"@polkadot/rpc-core" "7.11.1"
"@polkadot/types" "7.11.1"
"@polkadot/util" "^8.4.1"
rxjs "^7.5.4"

"@polkadot/api-derive@7.8.1":
version "7.8.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-7.8.1.tgz#35d9a531eadab20f4587501084687e4dde2b0c13"
integrity sha512-qzDuCLMx7LD0URycjCI+RvK2edu63+kPWDQy5Lr3NS7YkN0tumXGMLlGHjA5MpAs2RbWnMEkhTNIEt68tkhTcA==
"@polkadot/api-derive@7.11.1":
version "7.11.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-7.11.1.tgz#ede6119577b08d6c94767551dc6ad17c6be64149"
integrity sha512-py7pqs5mLaKPNDvRZ7BcUC7obsbLIuzJT/kZFiGzJXmaObSzU2lJkGD7fV34QlpmGP+Bqb4KtlhtY+Tnq33C0w==
dependencies:
"@babel/runtime" "^7.17.2"
"@polkadot/api" "7.8.1"
"@polkadot/api-augment" "7.8.1"
"@polkadot/api-base" "7.8.1"
"@polkadot/rpc-core" "7.8.1"
"@polkadot/types" "7.8.1"
"@polkadot/types-codec" "7.8.1"
"@polkadot/api" "7.11.1"
"@polkadot/api-augment" "7.11.1"
"@polkadot/api-base" "7.11.1"
"@polkadot/rpc-core" "7.11.1"
"@polkadot/types" "7.11.1"
"@polkadot/types-codec" "7.11.1"
"@polkadot/util" "^8.4.1"
"@polkadot/util-crypto" "^8.4.1"
rxjs "^7.5.4"

"@polkadot/api@7.8.1", "@polkadot/api@^7.8.1":
version "7.8.1"
resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-7.8.1.tgz#65575e38d91c86f1bc7524f4e511618ecf3ca0ff"
integrity sha512-p5CUnEcUePclP1Rc3Gw/V2X+rdT2/5WgWL5N/PUBgRX7vI5oGLP+SRGIOyflq999kh9kYHbj2kZ9og1blRmksQ==
"@polkadot/api@7.11.1", "@polkadot/api@^7.11.1":
version "7.11.1"
resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-7.11.1.tgz#0aeb86319a14a9a2a071476e6a47ee3d6b8e116c"
integrity sha512-VTrhVuSJrWhIww1ofYPd7EhJd1UwKntfdPNRuy/abfb6GPzYCglKV6Sze3CsbI2KawC5oo1K7Ffrdf/lJy81kg==
dependencies:
"@babel/runtime" "^7.17.2"
"@polkadot/api-augment" "7.8.1"
"@polkadot/api-base" "7.8.1"
"@polkadot/api-derive" "7.8.1"
"@polkadot/api-augment" "7.11.1"
"@polkadot/api-base" "7.11.1"
"@polkadot/api-derive" "7.11.1"
"@polkadot/keyring" "^8.4.1"
"@polkadot/rpc-augment" "7.8.1"
"@polkadot/rpc-core" "7.8.1"
"@polkadot/rpc-provider" "7.8.1"
"@polkadot/types" "7.8.1"
"@polkadot/types-augment" "7.8.1"
"@polkadot/types-codec" "7.8.1"
"@polkadot/types-create" "7.8.1"
"@polkadot/types-known" "7.8.1"
"@polkadot/rpc-augment" "7.11.1"
"@polkadot/rpc-core" "7.11.1"
"@polkadot/rpc-provider" "7.11.1"
"@polkadot/types" "7.11.1"
"@polkadot/types-augment" "7.11.1"
"@polkadot/types-codec" "7.11.1"
"@polkadot/types-create" "7.11.1"
"@polkadot/types-known" "7.11.1"
"@polkadot/util" "^8.4.1"
"@polkadot/util-crypto" "^8.4.1"
eventemitter3 "^4.0.7"
Expand All @@ -382,38 +382,38 @@
"@polkadot/util" "8.4.1"
"@substrate/ss58-registry" "^1.14.0"

"@polkadot/rpc-augment@7.8.1":
version "7.8.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-7.8.1.tgz#7a4a05849e5277772ff352a166c3da1764a77a0d"
integrity sha512-PNd5+5BRrRSjbaQUcR7KxzPMDENllGVfvxADvw5C3NPg8Hbqy4IS7erbkYni4BG6nPFDumaVX0lOzfn2+LJs1g==
"@polkadot/rpc-augment@7.11.1":
version "7.11.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-7.11.1.tgz#c77bbdae20e3933ddd2d8eea243a215e35a6861f"
integrity sha512-cP/g6dM5Rmdeno+sOi/PBvAEycRoi/UI1MOKb0lVhlFJayw/uyGOhHtPKOnLh2fyDJ/q66HO3pu6aem3ORFwhQ==
dependencies:
"@babel/runtime" "^7.17.2"
"@polkadot/rpc-core" "7.8.1"
"@polkadot/types" "7.8.1"
"@polkadot/types-codec" "7.8.1"
"@polkadot/rpc-core" "7.11.1"
"@polkadot/types" "7.11.1"
"@polkadot/types-codec" "7.11.1"
"@polkadot/util" "^8.4.1"

"@polkadot/rpc-core@7.8.1":
version "7.8.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-7.8.1.tgz#57066867bb28b45ff98e513c1713d562e9ba6876"
integrity sha512-S5GAhX01YAWmW0zglwffDkpnAWejL1nZTHeN9gVyznx9TSh21FAzd6Xo5WCrsZzyxPQ13V7BOptLFpo03ppqcA==
"@polkadot/rpc-core@7.11.1":
version "7.11.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-7.11.1.tgz#079f2c70e09015d01bfec92f06993a5538399072"
integrity sha512-Bp71BwOSPT4/xmYWn9e9/ikGKYYmltbceVwa0MJiuKI0Xd5YntjtJVov17Fqlt+eddkLGt74750paykvHDJWWQ==
dependencies:
"@babel/runtime" "^7.17.2"
"@polkadot/rpc-augment" "7.8.1"
"@polkadot/rpc-provider" "7.8.1"
"@polkadot/types" "7.8.1"
"@polkadot/rpc-augment" "7.11.1"
"@polkadot/rpc-provider" "7.11.1"
"@polkadot/types" "7.11.1"
"@polkadot/util" "^8.4.1"
rxjs "^7.5.4"

"@polkadot/rpc-provider@7.8.1":
version "7.8.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-7.8.1.tgz#130457bb5361f44343f4c84284bfc8c068ed5c99"
integrity sha512-+/FfcxhH1Slv5oDQSl+2eaWiWOV8xPWHJADMy5VMJltqWI7J6bb46yjbT05pQCZXv8cGvaY1+qtGe+AZazlv3Q==
"@polkadot/rpc-provider@7.11.1":
version "7.11.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-7.11.1.tgz#f0cf70c4fa3b69fb96aafbed07f8d5725db9cca8"
integrity sha512-07Mg+r9swMjNISDK8ntDI5gFZU8rtHeoB27/qQwZzcWugogva8rNhaInBikZPKlF7yxM6l2VMaQnOziKUNsnRw==
dependencies:
"@babel/runtime" "^7.17.2"
"@polkadot/keyring" "^8.4.1"
"@polkadot/types" "7.8.1"
"@polkadot/types-support" "7.8.1"
"@polkadot/types" "7.11.1"
"@polkadot/types-support" "7.11.1"
"@polkadot/util" "^8.4.1"
"@polkadot/util-crypto" "^8.4.1"
"@polkadot/x-fetch" "^8.4.1"
Expand All @@ -433,16 +433,6 @@
"@polkadot/types-codec" "7.11.1"
"@polkadot/util" "^8.4.1"

"@polkadot/types-augment@7.8.1":
version "7.8.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-7.8.1.tgz#f790f3874384e3bd3a4850affb775c6d125f2ff3"
integrity sha512-uKDOlU6arH/Oz/faHq315tCA5vjIJTO/zQt0Iuz9woEbmXd6ga0vkCr3gXWfPvjg+QnMQuRpNG8rxtiX5w0vCw==
dependencies:
"@babel/runtime" "^7.17.2"
"@polkadot/types" "7.8.1"
"@polkadot/types-codec" "7.8.1"
"@polkadot/util" "^8.4.1"

"@polkadot/types-codec@7.11.1":
version "7.11.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-7.11.1.tgz#4cfcd8ab81f6ba510a984c08eb11861b33acab38"
Expand All @@ -451,14 +441,6 @@
"@babel/runtime" "^7.17.2"
"@polkadot/util" "^8.4.1"

"@polkadot/types-codec@7.8.1":
version "7.8.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-7.8.1.tgz#b42df0baeac7d424c4e5216752f7a630d95381fa"
integrity sha512-4et1ZiXXK/KsveKcXd0p1FwAYq8rwHmf1pyf1tOH9JglA/Ip6mArrIjivnfofxY5WFWgeuAv7b2+Rk5vGq/0Xw==
dependencies:
"@babel/runtime" "^7.17.2"
"@polkadot/util" "^8.4.1"

"@polkadot/types-create@7.11.1":
version "7.11.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-7.11.1.tgz#878b5bdf278ca9456195980aa91957979a4e9342"
Expand All @@ -468,31 +450,22 @@
"@polkadot/types-codec" "7.11.1"
"@polkadot/util" "^8.4.1"

"@polkadot/types-create@7.8.1":
version "7.8.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-7.8.1.tgz#9b68e1f4bb3d71e4ed1eaa03119940e3e3952396"
integrity sha512-TxUFc3/WAzFHT1DIgzIssBKxtbjrSDe3GzHbOlJcIcLI17rLHFCVi53uDYvR9kMxterJ9MFMxXc76iqwnnXCgQ==
dependencies:
"@babel/runtime" "^7.17.2"
"@polkadot/types-codec" "7.8.1"
"@polkadot/util" "^8.4.1"

"@polkadot/types-known@7.8.1":
version "7.8.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-7.8.1.tgz#1ed7ed5f5bdd5eb8816258753c1f0fa881a0c38f"
integrity sha512-qUTZq6B4tm+Gt3G/CvivZVHTD3NueTyNpv9/nEUWwOAmKgrZyJy7uLgGwHoqEjcXn+F86B3raIgp6WP+v8PibQ==
"@polkadot/types-known@7.11.1":
version "7.11.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-7.11.1.tgz#55c42aae31813360ea54e438a761b0c48392f148"
integrity sha512-BBqQxG7I+wUjeLby1u5p9aSoZ5Vy0oCwmm/aKN64JH9vBEz1OOA0pRdcCooGCG/884Wb5pRpacWTepQMQkOTLw==
dependencies:
"@babel/runtime" "^7.17.2"
"@polkadot/networks" "^8.4.1"
"@polkadot/types" "7.8.1"
"@polkadot/types-codec" "7.8.1"
"@polkadot/types-create" "7.8.1"
"@polkadot/types" "7.11.1"
"@polkadot/types-codec" "7.11.1"
"@polkadot/types-create" "7.11.1"
"@polkadot/util" "^8.4.1"

"@polkadot/types-support@7.8.1":
version "7.8.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-7.8.1.tgz#eb90303af6e8e5d0d2c9d188fcd9350567cb3e76"
integrity sha512-DybBup4JX4778h9sAZkilNrKZYRD0sTZKXbJb66TuL5g65VvC3NFDELpeD8GPCmRptf0GuH2uOx8wH7M9xNYDg==
"@polkadot/types-support@7.11.1":
version "7.11.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-7.11.1.tgz#509d942c8a9c0670a20b77fc1c98c97b7151b75e"
integrity sha512-pJmDUHK7DOO6mjpntxq9Lq0tjvqwc15FrrrNbuENgRiOueRqcAlzv+V80wdzoIBUwINgKphtpzu+rdQIYsVVQg==
dependencies:
"@babel/runtime" "^7.17.2"
"@polkadot/util" "^8.4.1"
Expand All @@ -511,20 +484,6 @@
"@polkadot/util-crypto" "^8.4.1"
rxjs "^7.5.4"

"@polkadot/types@7.8.1":
version "7.8.1"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-7.8.1.tgz#67ccf5f10fde4e47f007391f7c39c942cc12bdd8"
integrity sha512-B+b3q5qprJb6PJGiJ1r6FiXW6LxH2SOFXkTpcFpJeM2wBkJmeQoiEQ7M/r8kkrqtORptfsrxmhbjMr0xvUHZHA==
dependencies:
"@babel/runtime" "^7.17.2"
"@polkadot/keyring" "^8.4.1"
"@polkadot/types-augment" "7.8.1"
"@polkadot/types-codec" "7.8.1"
"@polkadot/types-create" "7.8.1"
"@polkadot/util" "^8.4.1"
"@polkadot/util-crypto" "^8.4.1"
rxjs "^7.5.4"

"@polkadot/util-crypto@8.4.1", "@polkadot/util-crypto@^8.4.1":
version "8.4.1"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-8.4.1.tgz#41ff754dc995b681913fc0a484bb0d309221a703"
Expand Down

0 comments on commit c15df0b

Please sign in to comment.