Move zap parsing to @snort/system

This commit is contained in:
2023-06-21 16:08:48 +01:00
parent e9bc25bd88
commit 75fd4fb7aa
32 changed files with 206 additions and 193 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@snort/shared",
"version": "1.0.1",
"version": "1.0.2",
"description": "Shared components for Snort",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -16,6 +16,7 @@
"@noble/hashes": "^1.3.1",
"@scure/base": "^1.1.1",
"debug": "^4.3.4",
"dexie": "^3.2.4"
"dexie": "^3.2.4",
"light-bolt11-decoder": "^3.0.0"
}
}