Add a few utilities

This commit is contained in:
Jon Staab
2024-09-19 09:13:58 -07:00
parent 9e52d89ba8
commit 8230d7a9f6
11 changed files with 33 additions and 19 deletions
+8 -8
View File
@@ -3287,14 +3287,14 @@
},
"packages/app": {
"name": "@welshman/app",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"dependencies": {
"@welshman/lib": "0.0.17",
"@welshman/net": "0.0.22",
"@welshman/signer": "0.0.5",
"@welshman/store": "0.0.7",
"@welshman/util": "0.0.31",
"@welshman/util": "0.0.32",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
"svelte": "^4.2.18",
@@ -3343,7 +3343,7 @@
"dependencies": {
"@welshman/lib": "0.0.17",
"@welshman/net": "0.0.22",
"@welshman/util": "0.0.31",
"@welshman/util": "0.0.32",
"nostr-tools": "^2.7.2"
},
"devDependencies": {
@@ -3381,7 +3381,7 @@
"license": "MIT",
"dependencies": {
"@welshman/lib": "0.0.17",
"@welshman/util": "0.0.31"
"@welshman/util": "0.0.32"
},
"devDependencies": {
"gts": "^5.0.1",
@@ -3419,7 +3419,7 @@
"license": "MIT",
"dependencies": {
"@welshman/lib": "0.0.17",
"@welshman/util": "0.0.31",
"@welshman/util": "0.0.32",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
},
@@ -3436,7 +3436,7 @@
"dependencies": {
"@welshman/lib": "0.0.17",
"@welshman/net": "0.0.22",
"@welshman/util": "0.0.31",
"@welshman/util": "0.0.32",
"nostr-tools": "^2.7.2"
},
"devDependencies": {
@@ -3451,7 +3451,7 @@
"license": "MIT",
"dependencies": {
"@welshman/lib": "0.0.17",
"@welshman/util": "0.0.31",
"@welshman/util": "0.0.32",
"svelte": "^4.2.18"
},
"devDependencies": {
@@ -3462,7 +3462,7 @@
},
"packages/util": {
"name": "@welshman/util",
"version": "0.0.31",
"version": "0.0.32",
"license": "MIT",
"dependencies": {
"@welshman/lib": "0.0.17",