@actionway/cli-dev 0.0.0-dev.32932129020.29900cbc5f1c → 0.0.0-dev.32958828286.66d8ce4702f2

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.
@@ -88,7 +88,7 @@ Right after a successful `actionway init`, run `actionway account wallet` once a
88
88
  - [Register Asset](references/capabilities/asset-register.md) (`asset.register`) — Register an existing media URL as an Actionway asset for later capability calls.
89
89
  - [Get Asset](references/capabilities/asset-get.md) (`asset.get`) — Read a registered Actionway asset by ID.
90
90
 
91
- **Live data long tail** — additional social platform stats, market data, public datasets and 1,200+ other endpoints are not enumerated here. They are Search-only: run one free capability search per part before saying anything is unavailable.
91
+ **Live data long tail** — social platform stats, market data, public datasets and 1,200+ other endpoints are not enumerated here. They are Search-only: run one free capability search per part before saying anything is unavailable.
92
92
 
93
93
  <!-- actionway:capability-index:end -->
94
94
 
@@ -7,6 +7,6 @@ Register an existing media URL as an Actionway asset for later capability calls.
7
7
 
8
8
  ## Indicative price
9
9
 
10
- free
10
+ $0.002
11
11
 
12
12
  Prices are indicative catalog values refreshed with each skill release. Before calling, Inspect the chosen variant: Inspect's input Schema and USD quote are authoritative.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actionway/cli-dev",
3
- "version": "0.0.0-dev.32932129020.29900cbc5f1c",
3
+ "version": "0.0.0-dev.32958828286.66d8ce4702f2",
4
4
  "description": "Actionway development CLI for dev.actionway.ai",
5
5
  "type": "module",
6
6
  "bin": {
@@ -19,8 +19,8 @@
19
19
  "tsx": "^4.20.0",
20
20
  "typescript": "7.0.2",
21
21
  "vitest": "^3.2.7",
22
- "@actionway/cli-core": "0.1.0",
23
- "@actionway/contracts": "0.1.0"
22
+ "@actionway/contracts": "0.1.0",
23
+ "@actionway/cli-core": "0.1.0"
24
24
  },
25
25
  "engines": {
26
26
  "node": ">=20"
@@ -36,9 +36,9 @@
36
36
  },
37
37
  "actionway": {
38
38
  "channel": "development",
39
- "source_sha": "29900cbc5f1cb98dac81c3b680064f86f14efebd",
40
- "run_id": 32932129020,
41
- "run_url": "https://github.com/PawLogic/actionway/actions/runs/32932129020",
39
+ "source_sha": "66d8ce4702f222ab567b3d5d85011b572482ee02",
40
+ "run_id": 32958828286,
41
+ "run_url": "https://github.com/PawLogic/actionway/actions/runs/32958828286",
42
42
  "gateway_url": "https://dev.actionway.ai"
43
43
  }
44
44
  }