This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from w3f/depsUpgrade
Deps upgrade
- Loading branch information
Showing
7 changed files
with
314 additions
and
476 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
description: Polkadot Watcher | ||
name: polkadot-registrar-watcher | ||
version: v0.3.5 | ||
version: v0.3.6 | ||
apiVersion: v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "polkadot-registrar-watcher", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Registrar", | ||
"repository": "[email protected]:w3f/polkadot-registrar-watcher.git", | ||
"author": "W3F Infrastructure Team <[email protected]>", | ||
|
@@ -18,7 +18,7 @@ | |
"start": "node ./dist/index.js start" | ||
}, | ||
"dependencies": { | ||
"@polkadot/api": "^6.1.2", | ||
"@polkadot/api": "^6.3.1", | ||
"@types/ws": "^7.2.7", | ||
"@w3f/config": "^0.1.1", | ||
"@w3f/logger": "^0.4.3", | ||
|
@@ -33,16 +33,16 @@ | |
"@types/express": "^4.17.6", | ||
"@types/fs-extra": "^8.1.0", | ||
"@types/lodash": "^4.14.150", | ||
"@types/mocha": "^7.0.1", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^14.14.32", | ||
"@types/tmp": "^0.2.0", | ||
"@typescript-eslint/eslint-plugin": "^2.25.0", | ||
"@typescript-eslint/parser": "^2.25.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^6.6.0", | ||
"eslint": "7.32.0", | ||
"fs-extra": "^9.0.0", | ||
"lodash": "^4.17.15", | ||
"mocha": "^8.4.0", | ||
"mocha": "^9.1.2", | ||
"nock": "^12.0.3", | ||
"sinon": "^8.1.0", | ||
"tmp": "^0.2.1", | ||
|
Oops, something went wrong.