Handle empty tags in repository, tweak dvm types

This commit is contained in:
Jon Staab
2024-07-19 09:14:04 -07:00
parent f5ff16a5c0
commit 68ee77540f
7 changed files with 22 additions and 24 deletions
+5 -5
View File
@@ -3092,12 +3092,12 @@
},
"packages/dvm": {
"name": "@welshman/dvm",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"dependencies": {
"@welshman/lib": "0.0.11",
"@welshman/net": "0.0.14",
"@welshman/util": "0.0.18",
"@welshman/util": "0.0.19",
"nostr-tools": "^2.7.0"
},
"devDependencies": {
@@ -3111,7 +3111,7 @@
"version": "0.0.12",
"license": "MIT",
"dependencies": {
"@welshman/util": "0.0.18"
"@welshman/util": "0.0.19"
},
"devDependencies": {
"gts": "^5.0.1",
@@ -3149,7 +3149,7 @@
"license": "MIT",
"dependencies": {
"@welshman/lib": "0.0.11",
"@welshman/util": "0.0.18",
"@welshman/util": "0.0.19",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
},
@@ -3161,7 +3161,7 @@
},
"packages/util": {
"name": "@welshman/util",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"dependencies": {
"@welshman/lib": "0.0.11",