Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa committed Jun 18, 2024
1 parent ce8f095 commit f85bdc9
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 99 deletions.
4 changes: 2 additions & 2 deletions charts/polkadot-k8s-payouts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Polkadot K8s Payouts
name: polkadot-k8s-payouts
version: v1.2.10
appVersion: v1.2.10
version: v1.2.11
appVersion: v1.2.11
apiVersion: v2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-payouts",
"version": "1.2.10",
"version": "1.2.11",
"description": "Automated transfers among accounts",
"repository": "[email protected]:w3f/accountant.git",
"author": "W3F Infrastructure Team <[email protected]>",
Expand All @@ -20,7 +20,7 @@
"start": "NODE_OPTIONS='--max-old-space-size=4096' node ./dist/index.js start"
},
"dependencies": {
"@polkadot/api": "^11.2.1",
"@polkadot/api": "^11.3.1",
"@w3f/config": "^0.1.1",
"@w3f/logger": "^0.4.3",
"async-wait-until": "^1.2.6",
Expand Down
190 changes: 95 additions & 95 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -907,16 +907,16 @@
resolved "https://registry.yarnpkg.com/@polkadot-api/utils/-/utils-0.0.1.tgz#908b22becac705149d7cc946532143d0fb003bfc"
integrity sha512-3j+pRmlF9SgiYDabSdZsBSsN5XHbpXOAce1lWj56IEEaFZVjsiCaxDOA7C9nCcgfVXuvnbxqqEGQvnY+QfBAUw==

"@polkadot/api-augment@11.2.1":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-11.2.1.tgz#23168ead387f731136f6e8a86f30b89707603efc"
integrity sha512-Huo457lCqeavbrf1O/2qQYGNFWURLXndW4vNkj8AP+I757WIqebhc6K3+mz+KoV1aTsX/qwaiEgeoTjrrIwcqA==
dependencies:
"@polkadot/api-base" "11.2.1"
"@polkadot/rpc-augment" "11.2.1"
"@polkadot/types" "11.2.1"
"@polkadot/types-augment" "11.2.1"
"@polkadot/types-codec" "11.2.1"
"@polkadot/api-augment@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-11.3.1.tgz#c7deeac438b017613e244c25505216a9d4c3977e"
integrity sha512-Yj+6rb6h0WwY3yJ+UGhjGW+tyMRFUMsKQuGw+eFsXdjiNU9UoXsAqA2dG7Q1F+oeX/g+y2gLGBezNoCwbl6HfA==
dependencies:
"@polkadot/api-base" "11.3.1"
"@polkadot/rpc-augment" "11.3.1"
"@polkadot/types" "11.3.1"
"@polkadot/types-augment" "11.3.1"
"@polkadot/types-codec" "11.3.1"
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

Expand All @@ -933,13 +933,13 @@
"@polkadot/types-codec" "9.14.2"
"@polkadot/util" "^10.4.2"

"@polkadot/api-base@11.2.1":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-11.2.1.tgz#d22dce1a74840a21632b9007e45c2b4e1af84431"
integrity sha512-lVYTHQf8S4rpOJ9d1jvQjviHLE6zljl13vmgs+gXHGJwMAqhhNwKY3ZMQW/u/bRE2uKk0cAlahtsRtiFpjHAfw==
"@polkadot/api-base@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-11.3.1.tgz#6c74c88d4a4b3d22344bb8715a135493f5a3dd33"
integrity sha512-b8UkNL00NN7+3QaLCwL5cKg+7YchHoKCAhwKusWHNBZkkO6Oo2BWilu0dZkPJOyqV9P389Kbd9+oH+SKs9u2VQ==
dependencies:
"@polkadot/rpc-core" "11.2.1"
"@polkadot/types" "11.2.1"
"@polkadot/rpc-core" "11.3.1"
"@polkadot/types" "11.3.1"
"@polkadot/util" "^12.6.2"
rxjs "^7.8.1"
tslib "^2.6.2"
Expand All @@ -955,17 +955,17 @@
"@polkadot/util" "^10.4.2"
rxjs "^7.8.0"

"@polkadot/api-derive@11.2.1":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-11.2.1.tgz#9e0ba0c1dc54d2f6e0ee6cc73ca31c4e40ade920"
integrity sha512-ts6D6tXmvhBpHDT7E03TStXfG6+/bXCvJ7HZUVNDXi4P9cToClzJVOX5uKsPI5/MUYDEq13scxPyQK63m8SsHg==
dependencies:
"@polkadot/api" "11.2.1"
"@polkadot/api-augment" "11.2.1"
"@polkadot/api-base" "11.2.1"
"@polkadot/rpc-core" "11.2.1"
"@polkadot/types" "11.2.1"
"@polkadot/types-codec" "11.2.1"
"@polkadot/api-derive@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-11.3.1.tgz#3617655b6dab56d5beb8efbf7383ab457370df35"
integrity sha512-9dopzrh4cRuft1nANmBvMY/hEhFDu0VICMTOGxQLOl8NMfcOFPTLAN0JhSBUoicGZhV+c4vpv01NBx/7/IL1HA==
dependencies:
"@polkadot/api" "11.3.1"
"@polkadot/api-augment" "11.3.1"
"@polkadot/api-base" "11.3.1"
"@polkadot/rpc-core" "11.3.1"
"@polkadot/types" "11.3.1"
"@polkadot/types-codec" "11.3.1"
"@polkadot/util" "^12.6.2"
"@polkadot/util-crypto" "^12.6.2"
rxjs "^7.8.1"
Expand All @@ -987,23 +987,23 @@
"@polkadot/util-crypto" "^10.4.2"
rxjs "^7.8.0"

"@polkadot/api@11.2.1", "@polkadot/api@^11.2.1":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-11.2.1.tgz#b19a8e22367703333e71f3613095f76f0dbbca70"
integrity sha512-NwcWadMt+mrJ3T7RuwpnaIYtH4x0eix+GiKRtLMtIO32uAfhwVyMnqvLtxDxa4XDJ/es2rtSMYG+t0b1BTM+xQ==
"@polkadot/api@11.3.1", "@polkadot/api@^11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-11.3.1.tgz#6092aea8147ea03873b3f383cceae0390a67f71d"
integrity sha512-q4kFIIHTLvKxM24b0Eo8hJevsPMme+aITJGrDML9BgdZYTRN14+cu5nXiCsQvaEamdyYj+uCXWe2OV9X7pPxsA==
dependencies:
"@polkadot/api-augment" "11.2.1"
"@polkadot/api-base" "11.2.1"
"@polkadot/api-derive" "11.2.1"
"@polkadot/api-augment" "11.3.1"
"@polkadot/api-base" "11.3.1"
"@polkadot/api-derive" "11.3.1"
"@polkadot/keyring" "^12.6.2"
"@polkadot/rpc-augment" "11.2.1"
"@polkadot/rpc-core" "11.2.1"
"@polkadot/rpc-provider" "11.2.1"
"@polkadot/types" "11.2.1"
"@polkadot/types-augment" "11.2.1"
"@polkadot/types-codec" "11.2.1"
"@polkadot/types-create" "11.2.1"
"@polkadot/types-known" "11.2.1"
"@polkadot/rpc-augment" "11.3.1"
"@polkadot/rpc-core" "11.3.1"
"@polkadot/rpc-provider" "11.3.1"
"@polkadot/types" "11.3.1"
"@polkadot/types-augment" "11.3.1"
"@polkadot/types-codec" "11.3.1"
"@polkadot/types-create" "11.3.1"
"@polkadot/types-known" "11.3.1"
"@polkadot/util" "^12.6.2"
"@polkadot/util-crypto" "^12.6.2"
eventemitter3 "^5.0.1"
Expand Down Expand Up @@ -1069,14 +1069,14 @@
"@substrate/ss58-registry" "^1.44.0"
tslib "^2.6.2"

"@polkadot/rpc-augment@11.2.1":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-11.2.1.tgz#681d073924954680c9ea1a92af840f37c77b17ac"
integrity sha512-AbkqWTnKCi71LdqFVbCyYelf5N/Wtj4jFnpRd8z7tIbbiAnNRW61dBgdF9jZ8jd9Z0JvfAmCmG17uCEdsqfNjA==
"@polkadot/rpc-augment@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-11.3.1.tgz#b589ef5b7ab578cf274077604543071ce9889301"
integrity sha512-2PaDcKNju4QYQpxwVkWbRU3M0t340nMX9cMo+8awgvgL1LliV/fUDZueMKLuSS910JJMTPQ7y2pK4eQgMt08gQ==
dependencies:
"@polkadot/rpc-core" "11.2.1"
"@polkadot/types" "11.2.1"
"@polkadot/types-codec" "11.2.1"
"@polkadot/rpc-core" "11.3.1"
"@polkadot/types" "11.3.1"
"@polkadot/types-codec" "11.3.1"
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

Expand All @@ -1091,14 +1091,14 @@
"@polkadot/types-codec" "9.14.2"
"@polkadot/util" "^10.4.2"

"@polkadot/rpc-core@11.2.1":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-11.2.1.tgz#3e1105cd5f6dc86b8c5284cf4c8cbb771b39bb62"
integrity sha512-GHNIHDvBts6HDvySfYksuLccaVnI+fc7ubY1uYcJMoyGv9pLhMtveH4Ft7NTxqkBqopbPXZHc8ca9CaIeBVr7w==
"@polkadot/rpc-core@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-11.3.1.tgz#c23e23ee5c403c4edb207d603ae4dc16e69bc710"
integrity sha512-KKNepsDd/mpmXcA6v/h14eFFPEzLGd7nrvx2UUXUxoZ0Fq2MH1hplP3s93k1oduNY/vOXJR2K9S4dKManA6GVQ==
dependencies:
"@polkadot/rpc-augment" "11.2.1"
"@polkadot/rpc-provider" "11.2.1"
"@polkadot/types" "11.2.1"
"@polkadot/rpc-augment" "11.3.1"
"@polkadot/rpc-provider" "11.3.1"
"@polkadot/types" "11.3.1"
"@polkadot/util" "^12.6.2"
rxjs "^7.8.1"
tslib "^2.6.2"
Expand All @@ -1115,14 +1115,14 @@
"@polkadot/util" "^10.4.2"
rxjs "^7.8.0"

"@polkadot/rpc-provider@11.2.1":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-11.2.1.tgz#7581ea47f5572d3cacab802938ba58f847414871"
integrity sha512-TO9pdxNmTweK1vi9JYUAoLr/JYJUwPJTTdrSJrmGmiNPaM7txbQVgtT4suQYflVZTgXUYR7OYQ201fH+Qb9J9w==
"@polkadot/rpc-provider@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-11.3.1.tgz#1d1289bf42d065b5f04f9baa46ef90d96940819e"
integrity sha512-pqERChoHo45hd3WAgW8UuzarRF+G/o/eXEbl0PXLubiayw4X4qCmIzmtntUcKYgxGNcYGZaG87ZU8OjN97m6UA==
dependencies:
"@polkadot/keyring" "^12.6.2"
"@polkadot/types" "11.2.1"
"@polkadot/types-support" "11.2.1"
"@polkadot/types" "11.3.1"
"@polkadot/types-support" "11.3.1"
"@polkadot/util" "^12.6.2"
"@polkadot/util-crypto" "^12.6.2"
"@polkadot/x-fetch" "^12.6.2"
Expand Down Expand Up @@ -1155,13 +1155,13 @@
optionalDependencies:
"@substrate/connect" "0.7.19"

"@polkadot/types-augment@11.2.1":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-11.2.1.tgz#2593f95cd182216696585ee5e426c571c1226de6"
integrity sha512-3zBsuSKjZlMEeDVqPTkLnFvjPdyGcW3UBihzCgpTmXhLSuwTbsscMwKtKwIPkOHHQPYJYyZXTMkurMXCJOz2kA==
"@polkadot/types-augment@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-11.3.1.tgz#1f7f553f0ca6eb8fbc0306901edc045fe18729e1"
integrity sha512-eR3HVpvUmB3v7q2jTWVmVfAVfb1/kuNn7ij94Zqadg/fuUq0pKqIOKwkUj3OxRM3A/5BnW3MbgparjKD3r+fyw==
dependencies:
"@polkadot/types" "11.2.1"
"@polkadot/types-codec" "11.2.1"
"@polkadot/types" "11.3.1"
"@polkadot/types-codec" "11.3.1"
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

Expand All @@ -1175,10 +1175,10 @@
"@polkadot/types-codec" "9.14.2"
"@polkadot/util" "^10.4.2"

"@polkadot/types-codec@11.2.1":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-11.2.1.tgz#4b1ac762d21680c588a6b46593544d56660d8c60"
integrity sha512-9VRRf1g/nahAC3/VSiCSUIRL7uuup04JEZLIAG2LaDgmCBOSV9dt1Yj9114bRUrHHkeUSBmiq64+YX1hZMpQzQ==
"@polkadot/types-codec@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-11.3.1.tgz#2767cf482cd49afdd5dce9701615f68ec59cec5e"
integrity sha512-i7IiiuuL+Z/jFoKTA9xeh4wGQnhnNNjMT0+1ohvlOvnFsoKZKFQQOaDPPntGJVL1JDCV+KjkN2uQKZSeW8tguQ==
dependencies:
"@polkadot/util" "^12.6.2"
"@polkadot/x-bigint" "^12.6.2"
Expand All @@ -1193,12 +1193,12 @@
"@polkadot/util" "^10.4.2"
"@polkadot/x-bigint" "^10.4.2"

"@polkadot/types-create@11.2.1":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-11.2.1.tgz#e2776b54ac9fc01ab8c1d04cdd44c8ec3219f7da"
integrity sha512-Y0Zri7x6/rHURVNLMi6i1+rmJDLCn8OQl8BIvRmsIBkCYh2oCzy0g9aqVoCdm+QnoUU5ZNtu+U/gj1kL5ODivQ==
"@polkadot/types-create@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-11.3.1.tgz#3ac2c8283f61555f9e572ca30e3485b95a0a54e2"
integrity sha512-pBXtpz5FehcRJ6j5MzFUIUN8ZWM7z6HbqK1GxBmYbJVRElcGcOg7a/rL2pQVphU0Rx1E8bSO4thzGf4wUxSX7w==
dependencies:
"@polkadot/types-codec" "11.2.1"
"@polkadot/types-codec" "11.3.1"
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

Expand All @@ -1211,15 +1211,15 @@
"@polkadot/types-codec" "9.14.2"
"@polkadot/util" "^10.4.2"

"@polkadot/types-known@11.2.1":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-11.2.1.tgz#4dd77f668fdc93513440aa7edc763e9bdf9d3dc7"
integrity sha512-dnbmVKagVI6ARuZaGMGc67HPeHGrR7/lcwfS7jGzEmRcoQk7p/UQjWfOk/LG9NzvQkmRVbE0Gqskn4VorqnTbA==
"@polkadot/types-known@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-11.3.1.tgz#fc34ed29ac2474db6b66805a15d12008226346bb"
integrity sha512-3BIof7u6tn9bk3ZCIxA07iNoQ3uj4+vn3DTOjCKECozkRlt6V+kWRvqh16Hc0SHMg/QjcMb2fIu/WZhka1McUQ==
dependencies:
"@polkadot/networks" "^12.6.2"
"@polkadot/types" "11.2.1"
"@polkadot/types-codec" "11.2.1"
"@polkadot/types-create" "11.2.1"
"@polkadot/types" "11.3.1"
"@polkadot/types-codec" "11.3.1"
"@polkadot/types-create" "11.3.1"
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

Expand All @@ -1235,10 +1235,10 @@
"@polkadot/types-create" "9.14.2"
"@polkadot/util" "^10.4.2"

"@polkadot/types-support@11.2.1":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-11.2.1.tgz#7a704708cdeab437345eb3c5f340db2346b61746"
integrity sha512-VGSUDUEQjt8K3Bv8gHYAE/nD98qPPuZ2DcikM9z9isw04qj2amxZaS26+iknJ9KSCzWgrNBHjcr5Q0o76//2yA==
"@polkadot/types-support@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-11.3.1.tgz#dee02a67784baa13177fe9957f5d8d62e8a7e570"
integrity sha512-jTFz1GKyF7nI29yIOq4v0NiWTOf5yX4HahJNeFD8TcxoLhF+6tH/XXqrUXJEfbaTlSrRWiW1LZYlb+snctqKHA==
dependencies:
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"
Expand All @@ -1251,15 +1251,15 @@
"@babel/runtime" "^7.20.13"
"@polkadot/util" "^10.4.2"

"@polkadot/types@11.2.1":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-11.2.1.tgz#e159f0aae70d59e8ce0a819d539aadd97187e352"
integrity sha512-NVPhO/eFPkL8arWk4xVbsJzRdGfue3gJK+A2iYzOfCr9rDHEj99B+E2Z0Or6zDN6n+thgQYwsr19rKgXvAc18Q==
"@polkadot/types@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-11.3.1.tgz#bab61b701218158099e3f548d20efc27cbf1287f"
integrity sha512-5c7uRFXQTT11Awi6T0yFIdAfD6xGDAOz06Kp7M5S9OGNZY28wSPk5x6BYfNphWPaIBmHHewYJB5qmnrdYQAWKQ==
dependencies:
"@polkadot/keyring" "^12.6.2"
"@polkadot/types-augment" "11.2.1"
"@polkadot/types-codec" "11.2.1"
"@polkadot/types-create" "11.2.1"
"@polkadot/types-augment" "11.3.1"
"@polkadot/types-codec" "11.3.1"
"@polkadot/types-create" "11.3.1"
"@polkadot/util" "^12.6.2"
"@polkadot/util-crypto" "^12.6.2"
rxjs "^7.8.1"
Expand Down

0 comments on commit f85bdc9

Please sign in to comment.