@actionway/cli-dev 0.0.0-dev.32932770531.2d7e371bcc33 → 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.
@@ -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.32932770531.2d7e371bcc33",
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": "2d7e371bcc3391798c3d09a99456fb6f3ca05ee2",
40
- "run_id": 32932770531,
41
- "run_url": "https://github.com/PawLogic/actionway/actions/runs/32932770531",
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
  }