agentbnb 5.1.3 → 5.1.4

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/cli/index.js CHANGED
@@ -1470,7 +1470,7 @@ Batch Results (${res.results.length} items):`);
1470
1470
  params: {
1471
1471
  ...params,
1472
1472
  ...opts.skill ? { skill_id: opts.skill } : {},
1473
- ...isRemoteRequest ? { requester: config.owner } : {}
1473
+ requester: config.owner
1474
1474
  },
1475
1475
  escrowReceipt,
1476
1476
  identity: identityAuth
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "workspaces": [
4
4
  "packages/*"
5
5
  ],
6
- "version": "5.1.3",
6
+ "version": "5.1.4",
7
7
  "description": "P2P Agent Capability Sharing Protocol — Airbnb for AI agent pipelines",
8
8
  "type": "module",
9
9
  "main": "dist/index.js",
@@ -5,7 +5,7 @@ license: MIT
5
5
  compatibility: "Requires Node.js >= 20 and pnpm. Designed for OpenClaw agents. Compatible with Claude Code, Gemini CLI, and other AgentSkills-compatible tools."
6
6
  metadata:
7
7
  author: "Cheng Wen Chen"
8
- version: "5.1.3"
8
+ version: "5.1.4"
9
9
  tags: "ai-agent-skill,claude-code,agent-skills,p2p,capability-sharing"
10
10
  ---
11
11