From a4255ea61a04016bb2c261a51c7f95529c916925 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Mon, 9 Jun 2025 14:57:55 -0700 Subject: [PATCH] Bump nostr editor coracle workaround --- package.json | 2 +- packages/app/package.json | 2 +- packages/content/package.json | 2 +- packages/dvm/package.json | 2 +- packages/editor/package.json | 4 ++-- packages/feeds/package.json | 2 +- packages/lib/package.json | 2 +- packages/net/package.json | 2 +- packages/relay/package.json | 2 +- packages/router/package.json | 2 +- packages/signer/package.json | 2 +- packages/store/package.json | 2 +- packages/util/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 14 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index f607209..1073d80 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@welshman", "private": true, - "version": "0.3.3", + "version": "0.3.4", "workspaces": [ "packages/*" ], diff --git a/packages/app/package.json b/packages/app/package.json index c8a99d0..2ac2e17 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/app", - "version": "0.3.3", + "version": "0.3.4", "author": "hodlbod", "license": "MIT", "description": "A collection of svelte stores for use in building nostr client applications.", diff --git a/packages/content/package.json b/packages/content/package.json index 62546cb..71c9782 100644 --- a/packages/content/package.json +++ b/packages/content/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/content", - "version": "0.3.3", + "version": "0.3.4", "author": "hodlbod", "license": "MIT", "description": "A collection of utilities for parsing nostr note content.", diff --git a/packages/dvm/package.json b/packages/dvm/package.json index af8b9c4..6ab5b8a 100644 --- a/packages/dvm/package.json +++ b/packages/dvm/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/dvm", - "version": "0.3.3", + "version": "0.3.4", "author": "hodlbod", "license": "MIT", "description": "A collection of utilities for building nostr DVMs.", diff --git a/packages/editor/package.json b/packages/editor/package.json index 82ca805..10efa80 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/editor", - "version": "0.3.3", + "version": "0.3.4", "author": "hodlbod", "license": "MIT", "description": "A batteries-included nostr editor.", @@ -41,7 +41,7 @@ "@tiptap/suggestion": "^2.11.5", "@welshman/lib": "workspace:*", "@welshman/util": "workspace:*", - "nostr-editor-coracle-workaround": "0.0.4-pre.17", + "nostr-editor-coracle-workaround": "0.0.4-pre.18", "nostr-tools": "^2.14.2", "tippy.js": "^6.3.7" }, diff --git a/packages/feeds/package.json b/packages/feeds/package.json index 884d423..570d8b7 100644 --- a/packages/feeds/package.json +++ b/packages/feeds/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/feeds", - "version": "0.3.3", + "version": "0.3.4", "author": "hodlbod", "license": "MIT", "description": "Utilities for building dynamic nostr feeds.", diff --git a/packages/lib/package.json b/packages/lib/package.json index 098bef0..00015c1 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/lib", - "version": "0.3.3", + "version": "0.3.4", "author": "hodlbod", "license": "MIT", "description": "A collection of utilities.", diff --git a/packages/net/package.json b/packages/net/package.json index e28f7a7..3cffb3a 100644 --- a/packages/net/package.json +++ b/packages/net/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/net", - "version": "0.3.3", + "version": "0.3.4", "author": "hodlbod", "license": "MIT", "description": "Utilities for connecting with nostr relays.", diff --git a/packages/relay/package.json b/packages/relay/package.json index 535db98..2c8d379 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/relay", - "version": "0.3.3", + "version": "0.3.4", "author": "hodlbod", "license": "MIT", "description": "An in-memory nostr relay implementation.", diff --git a/packages/router/package.json b/packages/router/package.json index 162e0b8..169c128 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/router", - "version": "0.3.3", + "version": "0.3.4", "author": "hodlbod", "license": "MIT", "description": "A collection of utilities for nostr relay selection.", diff --git a/packages/signer/package.json b/packages/signer/package.json index 5853992..9deb068 100644 --- a/packages/signer/package.json +++ b/packages/signer/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/signer", - "version": "0.3.3", + "version": "0.3.4", "author": "hodlbod", "license": "MIT", "description": "A nostr signer implemenation supporting several login methods.", diff --git a/packages/store/package.json b/packages/store/package.json index f0cb734..e0ee7df 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/store", - "version": "0.3.3", + "version": "0.3.4", "author": "hodlbod", "license": "MIT", "description": "A collection of utilities based on svelte/store for use with welshman", diff --git a/packages/util/package.json b/packages/util/package.json index c3e4b67..bf76839 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/util", - "version": "0.3.3", + "version": "0.3.4", "author": "hodlbod", "license": "MIT", "description": "A collection of nostr-related utilities.", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1780901..96147eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -204,8 +204,8 @@ importers: specifier: workspace:* version: link:../util nostr-editor-coracle-workaround: - specifier: 0.0.4-pre.17 - version: 0.0.4-pre.17(@tiptap/core@2.11.7(@tiptap/pm@2.11.7))(@tiptap/extension-image@2.11.7(@tiptap/core@2.11.7(@tiptap/pm@2.11.7)))(@tiptap/extension-link@2.11.7(@tiptap/core@2.11.7(@tiptap/pm@2.11.7))(@tiptap/pm@2.11.7))(@tiptap/pm@2.11.7)(linkifyjs@4.2.0)(nostr-tools@2.14.2(typescript@5.8.2))(prosemirror-markdown@1.13.2)(prosemirror-model@1.25.0)(prosemirror-state@1.4.3)(tiptap-markdown@0.8.10(@tiptap/core@2.11.7(@tiptap/pm@2.11.7))) + specifier: 0.0.4-pre.18 + version: 0.0.4-pre.18(@tiptap/core@2.11.7(@tiptap/pm@2.11.7))(@tiptap/extension-image@2.11.7(@tiptap/core@2.11.7(@tiptap/pm@2.11.7)))(@tiptap/extension-link@2.11.7(@tiptap/core@2.11.7(@tiptap/pm@2.11.7))(@tiptap/pm@2.11.7))(@tiptap/pm@2.11.7)(linkifyjs@4.2.0)(nostr-tools@2.14.2(typescript@5.8.2))(prosemirror-markdown@1.13.2)(prosemirror-model@1.25.0)(prosemirror-state@1.4.3)(tiptap-markdown@0.8.10(@tiptap/core@2.11.7(@tiptap/pm@2.11.7))) nostr-tools: specifier: ^2.14.2 version: 2.14.2(typescript@5.8.2) @@ -2026,8 +2026,8 @@ packages: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} - nostr-editor-coracle-workaround@0.0.4-pre.17: - resolution: {integrity: sha512-Sd9iolD0VerdEzknDFGjV4oHcLvdCF9nw+kISatDHMzm31NZa4f8RCfbIMLTm+0IqMZo+Efd5YNbtF3F5jBspg==} + nostr-editor-coracle-workaround@0.0.4-pre.18: + resolution: {integrity: sha512-QAoySZ9uOsR7C4nnVbcEpVgT0vLxwZxlYhE2NsJzmeoK7nTgkcHFaZkn/QMlUem3qjT8AolW8X5TrRdnZ5eIZQ==} engines: {node: '>=18.16.1'} peerDependencies: '@tiptap/core': ^2.6.6 @@ -4212,7 +4212,7 @@ snapshots: normalize-path@3.0.0: {} - nostr-editor-coracle-workaround@0.0.4-pre.17(@tiptap/core@2.11.7(@tiptap/pm@2.11.7))(@tiptap/extension-image@2.11.7(@tiptap/core@2.11.7(@tiptap/pm@2.11.7)))(@tiptap/extension-link@2.11.7(@tiptap/core@2.11.7(@tiptap/pm@2.11.7))(@tiptap/pm@2.11.7))(@tiptap/pm@2.11.7)(linkifyjs@4.2.0)(nostr-tools@2.14.2(typescript@5.8.2))(prosemirror-markdown@1.13.2)(prosemirror-model@1.25.0)(prosemirror-state@1.4.3)(tiptap-markdown@0.8.10(@tiptap/core@2.11.7(@tiptap/pm@2.11.7))): + nostr-editor-coracle-workaround@0.0.4-pre.18(@tiptap/core@2.11.7(@tiptap/pm@2.11.7))(@tiptap/extension-image@2.11.7(@tiptap/core@2.11.7(@tiptap/pm@2.11.7)))(@tiptap/extension-link@2.11.7(@tiptap/core@2.11.7(@tiptap/pm@2.11.7))(@tiptap/pm@2.11.7))(@tiptap/pm@2.11.7)(linkifyjs@4.2.0)(nostr-tools@2.14.2(typescript@5.8.2))(prosemirror-markdown@1.13.2)(prosemirror-model@1.25.0)(prosemirror-state@1.4.3)(tiptap-markdown@0.8.10(@tiptap/core@2.11.7(@tiptap/pm@2.11.7))): dependencies: '@tiptap/core': 2.11.7(@tiptap/pm@2.11.7) '@tiptap/extension-image': 2.11.7(@tiptap/core@2.11.7(@tiptap/pm@2.11.7))