Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa committed Aug 21, 2021
1 parent 9512672 commit caaae52
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/polkadot-registrar-watcher/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Polkadot Watcher
name: polkadot-registrar-watcher
version: v0.3.3
version: v0.3.4
apiVersion: v2
2 changes: 1 addition & 1 deletion charts/polkadot-registrar-watcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ environment: production

image:
repo: web3f/polkadot-registrar-watcher
tag: v0.3.3
tag: v0.3.4

config:
node:
Expand Down
6 changes: 3 additions & 3 deletions helmfile.d/00-registrar-watcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ releases:
- name: kusama-registrar-watcher
namespace: registrar-v2
chart: w3f/polkadot-registrar-watcher
version: v0.3.2
version: v0.3.4
values:
- ./config/registrar-watcher-values.yaml.gotmpl
- ./config/kusama/registrar-watcher-values.yaml.gotmpl

- name: polkadot-registrar-watcher
namespace: registrar-v2
chart: w3f/polkadot-registrar-watcher
version: v0.3.2
version: v0.3.4
values:
- ./config/registrar-watcher-values.yaml.gotmpl
- ./config/polkadot/registrar-watcher-values.yaml.gotmpl

- name: polkadot-registrar-watcher
namespace: registrar-testnet
chart: w3f/polkadot-registrar-watcher
version: v0.3.2
version: v0.3.4
values:
- ./config/registrar-watcher-values.yaml.gotmpl
- ./config/testnet/registrar-watcher-values.yaml.gotmpl
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-registrar-watcher",
"version": "0.3.2",
"version": "0.3.4",
"description": "Registrar",
"repository": "[email protected]:w3f/polkadot-registrar-watcher.git",
"author": "W3F Infrastructure Team <[email protected]>",
Expand All @@ -18,7 +18,7 @@
"start": "node ./dist/index.js start"
},
"dependencies": {
"@polkadot/api": "^5.4.1",
"@polkadot/api": "^5.5.2",
"@types/ws": "^7.2.7",
"@w3f/config": "^0.1.1",
"@w3f/logger": "^0.4.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@polkadot/util-crypto" "^7.2.1"
rxjs "^7.3.0"

"@polkadot/[email protected]", "@polkadot/api@^5.4.1":
"@polkadot/[email protected]", "@polkadot/api@^5.5.2":
version "5.5.2"
resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-5.5.2.tgz#1b07c5da81e5795f79e6d97d17482d606bb12168"
integrity sha512-3FUKBszQcn8NL8J8s8Nn+2SFlGIYpZuodk8Nwr5K0oWD8dWCk2wb92ZPRtWhb15Tsbu/m5ufavc9iRHx3NxACQ==
Expand Down Expand Up @@ -390,14 +390,14 @@
form-data "^3.0.0"

"@types/node@*":
version "16.6.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.6.2.tgz#331b7b9f8621c638284787c5559423822fdffc50"
integrity sha512-LSw8TZt12ZudbpHc6EkIyDM3nHVWKYrAvGy6EAJfNfjusbwnThqjqxUKKRwuV3iWYeW/LYMzNgaq3MaLffQ2xA==
version "16.7.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.1.tgz#c6b9198178da504dfca1fd0be9b2e1002f1586f0"
integrity sha512-ncRdc45SoYJ2H4eWU9ReDfp3vtFqDYhjOsKlFFUDEn8V1Bgr2RjYal8YT5byfadWIRluhPFU6JiDOl0H6Sl87A==

"@types/node@^14.14.32":
version "14.17.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.10.tgz#93f4b095af275a0427114579c10ec7aa696729d7"
integrity sha512-09x2d6kNBwjHgyh3jOUE2GE4DFoxDriDvWdu6mFhMP1ysynGYazt4ecZmJlL6/fe4Zi2vtYvTvtL7epjQQrBhA==
version "14.17.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.11.tgz#82d266d657aec5ff01ca59f2ffaff1bb43f7bf0f"
integrity sha512-n2OQ+0Bz6WEsUjrvcHD1xZ8K+Kgo4cn9/w94s1bJS690QMUWfJPW/m7CCb7gPkA1fcYwL2UpjXP/rq/Eo41m6w==

"@types/qs@*":
version "6.9.7"
Expand Down

0 comments on commit caaae52

Please sign in to comment.