@sellable/mcp 0.1.495 → 0.1.497

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.
@@ -498,7 +498,6 @@ function refillPrepareRequestHash(params) {
498
498
  params.tableId ?? "no-table",
499
499
  actionSenderId(params.action) ?? "all-senders",
500
500
  actionSourceLeadListId(params.action) ?? "no-source-list",
501
- actionSourceFingerprint(params.action) ?? "no-source-fingerprint",
502
501
  actionActionType(params.action) ?? "no-action-type",
503
502
  params.approvalMode,
504
503
  ].join(":");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/mcp",
3
- "version": "0.1.495",
3
+ "version": "0.1.497",
4
4
  "type": "module",
5
5
  "description": "Sellable MCP server for Claude Code and Codex campaign workflows",
6
6
  "main": "dist/index.js",