@wave-av/workflow-sdk 1.0.3 → 1.0.5
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 +7 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -245,6 +245,13 @@ try {
|
|
|
245
245
|
| `WAVE_ORGANIZATION_ID` | Organization ID for tenant isolation |
|
|
246
246
|
| `WAVE_API_URL` | Optional: Custom API base URL |
|
|
247
247
|
|
|
248
|
+
## Related packages
|
|
249
|
+
|
|
250
|
+
- [@wave-av/sdk](https://www.npmjs.com/package/@wave-av/sdk) — TypeScript SDK (34 API modules)
|
|
251
|
+
- [@wave-av/adk](https://www.npmjs.com/package/@wave-av/adk) — Agent Developer Kit
|
|
252
|
+
- [@wave-av/mcp-server](https://www.npmjs.com/package/@wave-av/mcp-server) — MCP server for AI tools
|
|
253
|
+
- [@wave-av/cli](https://www.npmjs.com/package/@wave-av/cli) — Command-line interface
|
|
254
|
+
|
|
248
255
|
## License
|
|
249
256
|
|
|
250
257
|
MIT
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wave-av/workflow-sdk",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "WAVE Workflow SDK
|
|
3
|
+
"version": "1.0.5",
|
|
4
|
+
"description": "WAVE Workflow SDK \u2014 build and execute multi-phase workflows with real-time events, checkpoints, and retry logic",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
7
7
|
"types": "./dist/index.d.ts",
|