@signaliz/cli 1.0.33 → 1.0.34

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -46,8 +46,8 @@ signaliz signal-to-copy --input copy-requests.jsonl --concurrency 5 --json
46
46
  Batch input is capped at 5,000 records, concurrency is bounded to `1-50`, input
47
47
  order is preserved, and a failed item does not abort successful items.
48
48
  Exact duplicate tasks are single-flighted across the full input before
49
- transport. Verify Email inputs larger than 25 use one cache-aware recoverable
50
- REST job with 500-row result pages; Find Email and Company Signal Enrichment use
49
+ transport. Find Email and Verify Email inputs larger than 25 use one cache-aware
50
+ recoverable REST job with 500-row result pages; Company Signal Enrichment uses
51
51
  25-row REST chunks. Signal to Copy inputs larger than 25 use one recoverable
52
52
  REST job when they can reuse available signal data; fresh or deep-search
53
53
  requests keep the 25-row path. Signal to Copy also shares company research
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signaliz/cli",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "Signaliz CLI for Find Email, Verify Email, Company Signal Enrichment, and Signal to Copy AI.",
5
5
  "bin": {
6
6
  "signaliz": "dist/bin.js"
@@ -28,7 +28,7 @@
28
28
  "node": ">=18"
29
29
  },
30
30
  "dependencies": {
31
- "@signaliz/sdk": "^1.0.33"
31
+ "@signaliz/sdk": "^1.0.34"
32
32
  },
33
33
  "devDependencies": {
34
34
  "tsup": "^8.0.0",