chore: bump pkgs

This commit is contained in:
2024-06-05 14:26:13 +01:00
parent c47d8e7dcd
commit b2b25377cd
5 changed files with 12 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@snort/wallet",
"version": "0.1.3",
"version": "0.1.4",
"description": "Snort wallet system package",
"type": "module",
"main": "dist/index.js",
@ -22,8 +22,8 @@
"@cashu/cashu-ts": "^1.0.0-rc.3",
"@lightninglabs/lnc-web": "^0.3.1-alpha",
"@scure/base": "^1.1.6",
"@snort/shared": "^1.0.14",
"@snort/system": "^1.3.2",
"@snort/shared": "^1.0.15",
"@snort/system": "^1.3.6",
"debug": "^4.3.4",
"eventemitter3": "^5.0.1"
},