Bump versions
This commit is contained in:
@@ -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,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,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.",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user