Use nostr instead of welshman for the welshman extension

This commit is contained in:
Jon Staab
2025-01-02 10:53:44 -08:00
parent cf559b9d2d
commit ac80e16503
2 changed files with 5 additions and 7 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/editor",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"pub": "npm run check && npm run build && npm publish",
"fix": "",
@@ -42,8 +42,8 @@
"@tiptap/extension-text": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/suggestion": "^2.9.1",
"@welshman/lib": "^0.0.36",
"@welshman/util": "^0.0.53",
"@welshman/lib": "~0.0.36",
"@welshman/util": "~0.0.53",
"nostr-editor": "github:cesardeazevedo/nostr-editor#a211491c",
"nostr-tools": "^2.8.1",
"svelte": "^4.0.0",
@@ -65,8 +65,8 @@
"@tiptap/extension-placeholder": "^2.9.1",
"@tiptap/extension-text": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@welshman/lib": "^0.0.36",
"@welshman/util": "^0.0.53",
"@welshman/lib": "~0.0.36",
"@welshman/util": "~0.0.53",
"nostr-editor": "github:cesardeazevedo/nostr-editor#a211491c",
"nostr-tools": "^2.10.4",
"publint": "^0.2.0",
@@ -83,8 +83,6 @@ export interface WelshmanOptions extends NostrOptions {
}
export const WelshmanExtension = NostrExtension.extend<WelshmanOptions>({
name: "welshman",
// Return an empty object or else options can't be passed
addOptions() {
return {}