Bump nostr-editor

This commit is contained in:
Jon Staab
2025-02-10 16:25:43 -08:00
parent 741c4194d8
commit 8114206308
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -2741,9 +2741,9 @@
} }
}, },
"node_modules/nostr-editor": { "node_modules/nostr-editor": {
"version": "0.0.4-pre.12", "version": "0.0.4-pre.13",
"resolved": "https://registry.npmjs.org/nostr-editor/-/nostr-editor-0.0.4-pre.12.tgz", "resolved": "https://registry.npmjs.org/nostr-editor/-/nostr-editor-0.0.4-pre.13.tgz",
"integrity": "sha512-vztmbEKxt2jnO1JEoprwVf3s4TN4D3B0fcsrhckOITR1KaDX88QhIG+qTee92xp+n96vYj4GQt0W06rSv3NXHA==", "integrity": "sha512-izIidrrIjQp41MAY2dNoticQSc0E5XOFKEe04tmZdTdF9Ry8CKxIdv6yvO3qh4gdhrOq+QPLTRii6X3X5iC/5Q==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"light-bolt11-decoder": "^3.1.1" "light-bolt11-decoder": "^3.1.1"
@@ -4239,7 +4239,7 @@
"@tiptap/suggestion": "^2.11.5", "@tiptap/suggestion": "^2.11.5",
"@welshman/lib": "~0.0.40", "@welshman/lib": "~0.0.40",
"@welshman/util": "^0.0.60", "@welshman/util": "^0.0.60",
"nostr-editor": "^0.0.4-pre.12", "nostr-editor": "^0.0.4-pre.13",
"nostr-tools": "^2.10.4", "nostr-tools": "^2.10.4",
"tippy.js": "^6.3.7" "tippy.js": "^6.3.7"
} }
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/editor", "name": "@welshman/editor",
"version": "0.0.13", "version": "0.0.14",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A batteries-included nostr editor.", "description": "A batteries-included nostr editor.",
@@ -42,7 +42,7 @@
"@tiptap/suggestion": "^2.11.5", "@tiptap/suggestion": "^2.11.5",
"@welshman/lib": "~0.0.40", "@welshman/lib": "~0.0.40",
"@welshman/util": "^0.0.60", "@welshman/util": "^0.0.60",
"nostr-editor": "^0.0.4-pre.12", "nostr-editor": "^0.0.4-pre.13",
"nostr-tools": "^2.10.4", "nostr-tools": "^2.10.4",
"tippy.js": "^6.3.7" "tippy.js": "^6.3.7"
} }