@aident-ai/cli 0.0.3 → 0.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.
Files changed (2) hide show
  1. package/dist/cli.mjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -402,7 +402,7 @@ function escapeHtml(s) {
402
402
  }
403
403
 
404
404
  // src/version.ts
405
- var VERSION = "0.0.3";
405
+ var VERSION = "0.0.5";
406
406
 
407
407
  // src/client.ts
408
408
  class CliClient {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aident-ai/cli",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Aident CLI — agent-friendly access to 1000+ integrations, playbooks, and the Aident automation platform.",
5
5
  "homepage": "https://aident.ai",
6
6
  "repository": {