@aident-ai/cli 0.2.0-rc.3 → 0.2.0

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/dist/cli.mjs CHANGED
@@ -642,7 +642,7 @@ function normalizeBaseUrl(url) {
642
642
  }
643
643
 
644
644
  // src/version.ts
645
- var VERSION = "0.2.0-rc.3";
645
+ var VERSION = "0.2.0";
646
646
 
647
647
  // src/catalogCache.ts
648
648
  var CACHE_TTL_MS = 5 * 60 * 1000;
package/dist/dsh.mjs CHANGED
@@ -637,7 +637,7 @@ function normalizeBaseUrl(url) {
637
637
  }
638
638
 
639
639
  // src/version.ts
640
- var VERSION = "0.2.0-rc.3";
640
+ var VERSION = "0.2.0";
641
641
 
642
642
  // src/catalogCache.ts
643
643
  var CACHE_TTL_MS = 5 * 60 * 1000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aident-ai/cli",
3
- "version": "0.2.0-rc.3",
3
+ "version": "0.2.0",
4
4
  "description": "Aident CLI — umbrella access to Loadout integrations, Playbook automation, Intern tools, and the Aident platform.",
5
5
  "homepage": "https://aident.ai",
6
6
  "repository": {