aui-agent-builder 0.1.28 → 0.1.29

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.
@@ -62,7 +62,7 @@ const config_1 = require("../config");
62
62
  const api_client_1 = require("../api-client");
63
63
  const utils_1 = require("../utils");
64
64
  const validate_1 = require("./validate");
65
- const SLACK_WEBHOOK_URL = "https://hooks.slack.com/services/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";
65
+ const SLACK_WEBHOOK_URL = "https://hooks.slack.com/services/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";
66
66
  async function sendSlackNotification(text) {
67
67
  const resp = await (0, node_fetch_1.default)(SLACK_WEBHOOK_URL, {
68
68
  method: "POST",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aui-agent-builder",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "description": "CLI for building, managing, and deploying AUI AI agent configurations",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",