@honest-pitches/pitch-sdk 0.5.3 → 0.5.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@honest-pitches/pitch-sdk",
3
- "version": "0.5.3",
4
- "description": "Vendor-agnostic HTTP client for the @honest-pitches/mcp pitcher server. No backend env vars required — pass { apiKey: 'hp_pk_…' } and you're done.",
3
+ "version": "0.5.4",
4
+ "description": "Vendor-agnostic HTTP client for the @honest-pitches/mcp pitcher server. No backend env vars required — pass { apiKey: 'hp_pk_…' } and you're done. v0.5.4 scrubs backend system fields ($databaseId/$tableId/$collection/$collectionId/$permissions) from every pitch payload it returns; the CLI's errors output is vendor-neutral (`[PITCHER_REQUEST]` not `[APPWRITE_REQUEST]`).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.mjs",