@signaliz/cli 1.0.54 → 1.0.55

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 +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -77,6 +77,9 @@ Failed result lines preserve `errorCode`, `retryEligible`, and
77
77
  The CLI exits non-zero whenever a single result has `success: false` or a batch
78
78
  contains any failed row. Machine output remains complete, so agents can inspect
79
79
  successful rows while treating the command as failed.
80
+ Contradictory HTTP 200 payloads also fail closed: `ok: false`, explicit error
81
+ fields or arrays, and terminal failure statuses cannot leave send-safe email,
82
+ signal evidence, or generated copy in the normalized result.
80
83
 
81
84
  If a single request or batch submission response is lost, rerun the same
82
85
  command with `--idempotency-key <key>` to recover the original request, durable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signaliz/cli",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "description": "Signaliz CLI for Signals Everything, Find Email, Verify Email, Company Signal Enrichment, and Signal to Copy AI.",
5
5
  "bin": {
6
6
  "signaliz": "dist/bin.js"
@@ -29,7 +29,7 @@
29
29
  "node": ">=18"
30
30
  },
31
31
  "dependencies": {
32
- "@signaliz/sdk": "^1.0.58"
32
+ "@signaliz/sdk": "^1.0.59"
33
33
  },
34
34
  "devDependencies": {
35
35
  "tsup": "^8.0.0",