Bump versions

This commit is contained in:
Jon Staab
2025-01-14 13:47:27 -08:00
parent 7e5ca073f3
commit e72d49e563
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/app", "name": "@welshman/app",
"version": "0.0.36", "version": "0.0.37",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of svelte stores for use in building nostr client applications.", "description": "A collection of svelte stores for use in building nostr client applications.",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/editor", "name": "@welshman/editor",
"version": "0.0.4", "version": "0.0.5",
"scripts": { "scripts": {
"pub": "npm run check && npm run build && npm publish", "pub": "npm run check && npm run build && npm publish",
"fix": "", "fix": "",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/util", "name": "@welshman/util",
"version": "0.0.55", "version": "0.0.56",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of nostr-related utilities.", "description": "A collection of nostr-related utilities.",
+1 -1
View File
@@ -25,7 +25,7 @@ export const THREAD = 11
export const SEAL = 13 export const SEAL = 13
export const DIRECT_MESSAGE = 14 export const DIRECT_MESSAGE = 14
export const GENERIC_REPOST = 16 export const GENERIC_REPOST = 16
export const PICTURE_FIRST = 20 export const PICTURE_NOTE = 20
export const CHANNEL_CREATE = 40 export const CHANNEL_CREATE = 40
export const CHANNEL_UPDATE = 41 export const CHANNEL_UPDATE = 41
export const CHANNEL_MESSAGE = 42 export const CHANNEL_MESSAGE = 42