Skip to content

Commit

Permalink
chore: update light bolt 11 decoder dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Sep 22, 2024
1 parent 939b5ee commit ac82481
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 95 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-fetch-mock": "^3.0.3",
"light-bolt11-decoder": "^3.1.1",
"light-bolt11-decoder": "^3.2.0",
"lint-staged": "^14.0.0",
"microbundle": "^0.15.1",
"nostr-tools": "^1.17.0",
Expand Down
90 changes: 0 additions & 90 deletions src/utils/light-bolt11-decoder.d.ts

This file was deleted.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4430,10 +4430,10 @@ levn@^0.4.1:
prelude-ls "^1.2.1"
type-check "~0.4.0"

light-bolt11-decoder@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/light-bolt11-decoder/-/light-bolt11-decoder-3.1.1.tgz#2b0d33257026ed2a4678c0980a01dcf827bcb928"
integrity sha512-sLg/KCwYkgsHWkefWd6KqpCHrLFWWaXTOX3cf6yD2hAzL0SLpX+lFcaFK2spkjbgzG6hhijKfORDc9WoUHwX0A==
light-bolt11-decoder@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/light-bolt11-decoder/-/light-bolt11-decoder-3.2.0.tgz#2d48f78386cde526c4131db8f9dfd3250a2d5d4d"
integrity sha512-3QEofgiBOP4Ehs9BI+RkZdXZNtSys0nsJ6fyGeSiAGCBsMwHGUDS/JQlY/sTnWs91A2Nh0S9XXfA8Sy9g6QpuQ==
dependencies:
"@scure/base" "1.1.1"

Expand Down

0 comments on commit ac82481

Please sign in to comment.