@aident-ai/cli 0.2.1-rc.4 → 0.2.1

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
@@ -753,7 +753,7 @@ function normalizeBaseUrl(url) {
753
753
  }
754
754
 
755
755
  // src/version.ts
756
- var VERSION = "0.2.1-rc.4";
756
+ var VERSION = "0.2.1";
757
757
 
758
758
  // src/catalogCache.ts
759
759
  var CACHE_TTL_MS = 5 * 60 * 1000;
package/dist/dsh.mjs CHANGED
@@ -669,7 +669,7 @@ function normalizeBaseUrl(url) {
669
669
  }
670
670
 
671
671
  // src/version.ts
672
- var VERSION = "0.2.1-rc.4";
672
+ var VERSION = "0.2.1";
673
673
 
674
674
  // src/catalogCache.ts
675
675
  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.1-rc.4",
3
+ "version": "0.2.1",
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": {