Bump versions

This commit is contained in:
Jon Staab
2024-09-06 16:09:46 -07:00
parent 3d2e98aacc
commit 02dae9d463
10 changed files with 54 additions and 54 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/app",
"version": "0.0.2",
"version": "0.0.3",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of svelte stores for use in building nostr client applications.",
@@ -31,11 +31,11 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "0.0.16",
"@welshman/net": "0.0.20",
"@welshman/signer": "0.0.4",
"@welshman/store": "0.0.4",
"@welshman/util": "0.0.29",
"@welshman/lib": "0.0.17",
"@welshman/net": "0.0.21",
"@welshman/signer": "0.0.5",
"@welshman/store": "0.0.5",
"@welshman/util": "0.0.30",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
"svelte": "^4.2.18",