@wave-av/cli 1.0.4 → 1.0.6

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 +8 -0
  2. package/package.json +7 -2
package/README.md CHANGED
@@ -173,6 +173,14 @@ jobs:
173
173
  WAVE_API_KEY: ${{ secrets.WAVE_API_KEY }}
174
174
  ```
175
175
 
176
+ ## Related packages
177
+
178
+ - [@wave-av/sdk](https://www.npmjs.com/package/@wave-av/sdk) — TypeScript SDK (34 API modules)
179
+ - [@wave-av/adk](https://www.npmjs.com/package/@wave-av/adk) — Agent Developer Kit
180
+ - [@wave-av/mcp-server](https://www.npmjs.com/package/@wave-av/mcp-server) — MCP server for AI tools
181
+ - [@wave-av/create-app](https://www.npmjs.com/package/@wave-av/create-app) — Scaffold a new project
182
+ - [@wave-av/workflow-sdk](https://www.npmjs.com/package/@wave-av/workflow-sdk) — Workflow orchestration
183
+
176
184
  ## License
177
185
 
178
186
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wave-av/cli",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "WAVE CLI - Command-line interface for the WAVE streaming platform",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -28,7 +28,12 @@
28
28
  "streaming",
29
29
  "video",
30
30
  "broadcast",
31
- "production"
31
+ "production",
32
+ "live",
33
+ "webrtc",
34
+ "srt",
35
+ "rtmp",
36
+ "terminal"
32
37
  ],
33
38
  "author": "WAVE Inc. <cli@wave.online>",
34
39
  "license": "MIT",