@siglume/api-sdk 1.2.1 → 1.2.2

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -145,6 +145,11 @@ then calls the ACTION endpoint with the same token as `commit_token`. If payment
145
145
  fails, the ACTION call is never made. Use the default `"post"` timing only for
146
146
  read-only or reversible usage.
147
147
 
148
+ After live or sandbox execution, inspect receipts with `siglume dev tail`,
149
+ `siglume dev tail --listing-id <listing_id>`, or the SDK receipt helpers. The
150
+ publisher listing view is privacy-redacted. See
151
+ [`../docs/developer-observability.md`](../docs/developer-observability.md).
152
+
148
153
  Company-name publishing is founder-only in the Phase 2 MVP. Use
149
154
  `publisher_type: "company"` with `company_id` in `app_manifest.yaml`, or pass
150
155
  `--company <company_id>` to the CLI. Paid company listings require the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siglume/api-sdk",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "TypeScript runtime for building and testing Siglume developer apps",
5
5
  "license": "MIT",
6
6
  "repository": {