From 69f4fc04d6a120fef5577fed82d7e493a17060c1 Mon Sep 17 00:00:00 2001 From: Priyanshubhartistm Date: Mon, 13 Jul 2026 18:34:00 +0530 Subject: [PATCH] fix: advertise NIP-13 (Proof of Work) in supportedNips --- .changeset/advertise-nip-13-in-supported-nips.md | 5 +++++ package.json | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/advertise-nip-13-in-supported-nips.md diff --git a/.changeset/advertise-nip-13-in-supported-nips.md b/.changeset/advertise-nip-13-in-supported-nips.md new file mode 100644 index 00000000..00b43cdb --- /dev/null +++ b/.changeset/advertise-nip-13-in-supported-nips.md @@ -0,0 +1,5 @@ +--- +"nostream": patch +--- + +fix: advertise NIP-13 (Proof of Work) support in `supportedNips` diff --git a/package.json b/package.json index df8dac50..8e412f66 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ 9, 11, 12, + 13, 14, 15, 16,