Skip to content

Commit

Permalink
Upgrade @polkadot/api: 12.2.3 -> 14.2.1 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
vovacha authored Oct 29, 2024
1 parent d66c93c commit 9467b9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/polkadot-watcher-transaction/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Polkadot Watcher
name: polkadot-watcher-transaction
version: v1.4.2
appVersion: v1.4.2
version: v1.4.3
appVersion: v1.4.3
apiVersion: v2
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-watcher-transaction",
"version": "1.4.2",
"version": "1.4.3",
"description": "Monitor events on Polkadot networks, specifically transactions",
"repository": "git@github.com:w3f/polkadot-watcher-csv-exporter.git",
"author": "W3F Infrastructure Team <devops@web3.foundation>",
Expand All @@ -20,7 +20,7 @@
"start": "node ./dist/index.js start"
},
"dependencies": {
"@polkadot/api": "^12.2.3",
"@polkadot/api": "^14.2.1",
"@w3f/config": "^0.1.1",
"@w3f/logger": "^0.4.2",
"commander": "^4.0.0",
Expand Down Expand Up @@ -55,6 +55,6 @@
"typescript": "4.7.2"
},
"resolutions": {
"@polkadot/api": "^12.2.3"
"@polkadot/api": "^14.2.1"
}
}

0 comments on commit 9467b9e

Please sign in to comment.