Bump content version

This commit is contained in:
Jon Staab
2025-02-15 04:28:37 -08:00
parent 59fe465fe2
commit 4efa4a213e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/content",
"version": "0.0.18",
"version": "0.0.19",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities for parsing nostr note content.",
+1
View File
@@ -31,6 +31,7 @@ export const CHANNEL_UPDATE = 41
export const CHANNEL_MESSAGE = 42
export const CHANNEL_HIDE_MESSAGE = 43
export const CHANNEL_MUTE_USER = 44
export const VANISH = 62
export const BID = 1021
export const BID_CONFIRMATION = 1022
export const OTS = 1040