aui-agent-builder 0.3.169 → 0.3.170

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/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1291,4 +1291,3 @@ The `bump_mode` parameter in `CreateDraftRequest` is always set to `"version_num
1291
1291
  © Augmented intelligence (AUI) Inc. All rights reserved. Use is subject to the
1292
1292
  Terms outlined here:
1293
1293
  [https://www.aui.io/api-and-developer-package-terms-of-service/](https://www.aui.io/api-and-developer-package-terms-of-service/).
1294
- See [LICENSE](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aui-agent-builder",
3
- "version": "0.3.169",
3
+ "version": "0.3.170",
4
4
  "description": "CLI for building, managing, and deploying AUI AI agent configurations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",