@signaliz/cli 1.0.70 → 1.0.71
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/README.md +3 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,7 +12,8 @@ signaliz auth login
|
|
|
12
12
|
# https://api.signaliz.com/functions/v1/api/v1/verify-email
|
|
13
13
|
# https://api.signaliz.com/functions/v1/company-signal-enrichment-v2
|
|
14
14
|
# https://api.signaliz.com/functions/v1/api/v1/signal-to-copy
|
|
15
|
-
# https://api.signaliz.com/functions/v1/api/v1/signals
|
|
15
|
+
# https://api.signaliz.com/functions/v1/api/v1/signals-first
|
|
16
|
+
# /api/v1/signals remains a compatibility alias.
|
|
16
17
|
# https://api.signaliz.com/functions/v1/api/v1/signal-awareness/signals
|
|
17
18
|
# https://api.signaliz.com/functions/v1/api/v1/signal-awareness/companies/add
|
|
18
19
|
# https://api.signaliz.com/functions/v1/api/v1/signal-awareness/companies/delete
|
|
@@ -162,7 +163,7 @@ evidence-age bound.
|
|
|
162
163
|
Signals First is a query-first company discovery command rather than a
|
|
163
164
|
row batch. It returns only dated, source-linked signals that contain both a
|
|
164
165
|
company name and company domain. The default request is 100 companies and the
|
|
165
|
-
maximum is
|
|
166
|
+
maximum is 100. It is included on Builder, Team, and Agency plans, is resumable with
|
|
166
167
|
`signal_search_run_id`, and reports measured source cost plus target warnings
|
|
167
168
|
without rejecting a valid run solely on a projected preflight estimate. A request
|
|
168
169
|
is a ceiling, not a promise: it can return fewer results when public evidence
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signaliz/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.71",
|
|
4
4
|
"description": "Signaliz CLI for Company Signal Enrichment, Signals First, Signal Awareness, Signal to Copy AI, and Signaliz Flow.",
|
|
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.
|
|
32
|
+
"@signaliz/sdk": "^1.0.76"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"tsup": "^8.0.0",
|