bump version

This commit is contained in:
2023-06-15 12:15:22 +01:00
parent fc11381ccd
commit f25e578928

View File

@ -1,6 +1,6 @@
{ {
"name": "@snort/system", "name": "@snort/system",
"version": "1.0.3", "version": "1.0.4",
"description": "Snort nostr system package", "description": "Snort nostr system package",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@ -25,10 +25,10 @@
"typescript": "^5.0.4" "typescript": "^5.0.4"
}, },
"dependencies": { "dependencies": {
"@snort/shared": "",
"@noble/curves": "^1.0.0", "@noble/curves": "^1.0.0",
"@scure/base": "^1.1.1", "@scure/base": "^1.1.1",
"@stablelib/xchacha20": "^1.0.1", "@stablelib/xchacha20": "^1.0.1",
"bech32": "^2.0.0",
"debug": "^4.3.4", "debug": "^4.3.4",
"dexie": "^3.2.4", "dexie": "^3.2.4",
"uuid": "^9.0.0" "uuid": "^9.0.0"