@wave-av/cli 1.0.5 → 1.0.7
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 +8 -0
- package/package.json +3 -3
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wave-av/cli",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "WAVE CLI
|
|
3
|
+
"version": "1.0.7",
|
|
4
|
+
"description": "WAVE CLI \u2014 manage live streams, productions, and video infrastructure from your terminal. 34 command groups.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"rtmp",
|
|
36
36
|
"terminal"
|
|
37
37
|
],
|
|
38
|
-
"author": "WAVE Inc. <
|
|
38
|
+
"author": "WAVE Inc. <sdk@wave.online>",
|
|
39
39
|
"license": "MIT",
|
|
40
40
|
"repository": {
|
|
41
41
|
"type": "git",
|