From ddb3cab76f2f7af9b43fe5c1f28ec42842c8b93b Mon Sep 17 00:00:00 2001 From: antonleviathan Date: Fri, 10 Feb 2023 22:23:23 -0500 Subject: [PATCH] chore: update readme and package with new nip --- README.md | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index c0e89887..eae8b879 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ NIPs with a relay-specific implementation are listed here. - [x] NIP-28: Public Chat - [x] NIP-33: Parameterized Replaceable Events - [x] NIP-40: Expiration Timestamp +- [x] NIP-42: Authentication of clients to relays - [x] NIP-111: Relay Information Document Extensions ## Requirements diff --git a/package.json b/package.json index 7058870e..9657262c 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ 28, 33, 40, + 42, 111 ], "main": "src/index.ts",