@openclaw/nostr 2026.5.26-beta.2 → 2026.5.27-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/api.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { o as resolveNostrAccount } from "./setup-surface-CVEYWXAG.js";
2
2
  import { getPluginRuntimeGatewayRequestScope } from "./runtime-api.js";
3
3
  import { n as NostrProfileSchema } from "./config-schema-DIiXiBKr.js";
4
- import { a as setNostrRuntime, i as getNostrRuntime, n as nostrPlugin, o as contentToProfile, r as publishNostrProfile, t as getNostrProfileState } from "./channel-qOW3h_i7.js";
4
+ import { a as setNostrRuntime, i as getNostrRuntime, n as nostrPlugin, o as contentToProfile, r as publishNostrProfile, t as getNostrProfileState } from "./channel-aEou1Q6d.js";
5
5
  import { normalizeLowercaseStringOrEmpty, normalizeOptionalLowercaseString, readStringValue } from "openclaw/plugin-sdk/string-coerce-runtime";
6
6
  import { z } from "zod";
7
7
  import { SimplePool, verifyEvent } from "nostr-tools";
@@ -4,7 +4,7 @@ import { i as DEFAULT_RELAYS } from "./setup-adapter-DEU3o8MF.js";
4
4
  import { describeAccountSnapshot } from "openclaw/plugin-sdk/account-helpers";
5
5
  import { createScopedDmSecurityResolver, createTopLevelChannelConfigAdapter } from "openclaw/plugin-sdk/channel-config-helpers";
6
6
  import { createChatChannelPlugin } from "openclaw/plugin-sdk/channel-core";
7
- import { createChannelMessageAdapterFromOutbound } from "openclaw/plugin-sdk/channel-message";
7
+ import { createChannelMessageAdapterFromOutbound } from "openclaw/plugin-sdk/channel-outbound";
8
8
  import { buildPassiveChannelStatusSummary, buildTrafficStatusSummary, safeParseJsonWithSchema } from "openclaw/plugin-sdk/extension-shared";
9
9
  import { createComputedAccountStatusAdapter } from "openclaw/plugin-sdk/status-helpers";
10
10
  import { normalizeStringEntries } from "openclaw/plugin-sdk/string-coerce-runtime";
@@ -1194,7 +1194,7 @@ const startNostrGatewayAccount = async (ctx) => {
1194
1194
  ctx.log?.warn?.(`[${account.accountId}] dropping Nostr DM after preflight drift (${senderPubkey}, ${resolvedAccess.senderAccess.reasonCode})`);
1195
1195
  return;
1196
1196
  }
1197
- const { dispatchInboundDirectDmWithRuntime } = await import("./inbound-direct-dm-runtime-2PX1JuIA.js");
1197
+ const { dispatchInboundDirectDmWithRuntime } = await import("./inbound-direct-dm-runtime-EdLLVtkh.js");
1198
1198
  await dispatchInboundDirectDmWithRuntime({
1199
1199
  cfg: ctx.cfg,
1200
1200
  runtime,
@@ -1,2 +1,2 @@
1
- import { n as nostrPlugin } from "./channel-qOW3h_i7.js";
1
+ import { n as nostrPlugin } from "./channel-aEou1Q6d.js";
2
2
  export { nostrPlugin };
@@ -1,2 +1,2 @@
1
- import { dispatchInboundDirectDmWithRuntime } from "openclaw/plugin-sdk/direct-dm";
1
+ import { dispatchInboundDirectDmWithRuntime } from "openclaw/plugin-sdk/channel-inbound";
2
2
  export { dispatchInboundDirectDmWithRuntime };
package/dist/test-api.js CHANGED
@@ -1,2 +1,2 @@
1
- import { n as nostrPlugin } from "./channel-qOW3h_i7.js";
1
+ import { n as nostrPlugin } from "./channel-aEou1Q6d.js";
2
2
  export { nostrPlugin };
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@openclaw/nostr",
3
- "version": "2026.5.26-beta.2",
3
+ "version": "2026.5.27-beta.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/nostr",
9
- "version": "2026.5.26-beta.2",
9
+ "version": "2026.5.27-beta.1",
10
10
  "dependencies": {
11
11
  "nostr-tools": "2.23.5",
12
12
  "zod": "4.4.3"
13
13
  },
14
14
  "peerDependencies": {
15
- "openclaw": ">=2026.5.26-beta.2"
15
+ "openclaw": ">=2026.5.27-beta.1"
16
16
  },
17
17
  "peerDependenciesMeta": {
18
18
  "openclaw": {
@@ -1,5 +1,7 @@
1
1
  {
2
2
  "id": "nostr",
3
+ "name": "Nostr",
4
+ "description": "OpenClaw Nostr channel plugin for NIP-04 encrypted direct messages.",
3
5
  "activation": {
4
6
  "onStartup": false
5
7
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openclaw/nostr",
3
- "version": "2026.5.26-beta.2",
4
- "description": "OpenClaw Nostr channel plugin for NIP-04 encrypted DMs",
3
+ "version": "2026.5.27-beta.1",
4
+ "description": "OpenClaw Nostr channel plugin for NIP-04 encrypted direct messages.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/openclaw/openclaw"
@@ -12,7 +12,7 @@
12
12
  "zod": "4.4.3"
13
13
  },
14
14
  "peerDependencies": {
15
- "openclaw": ">=2026.5.26-beta.2"
15
+ "openclaw": ">=2026.5.27-beta.1"
16
16
  },
17
17
  "peerDependenciesMeta": {
18
18
  "openclaw": {
@@ -50,10 +50,10 @@
50
50
  "minHostVersion": ">=2026.4.10"
51
51
  },
52
52
  "compat": {
53
- "pluginApi": ">=2026.5.26-beta.2"
53
+ "pluginApi": ">=2026.5.27-beta.1"
54
54
  },
55
55
  "build": {
56
- "openclawVersion": "2026.5.26-beta.2"
56
+ "openclawVersion": "2026.5.27-beta.1"
57
57
  },
58
58
  "release": {
59
59
  "publishToClawHub": true,