aui-agent-builder 0.3.27 → 0.3.40

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.
@@ -1464,7 +1464,7 @@ async function _executePushTask(client, params, task) {
1464
1464
  return await client.createWidget(params, task.body);
1465
1465
  }
1466
1466
  catch (err) {
1467
- if ((err.statusCode ?? err.status) === 422) {
1467
+ if ((err.statusCode ?? err.status) === 409) {
1468
1468
  return client.patchWidget(params, task.itemCode, task.body);
1469
1469
  }
1470
1470
  throw err;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aui-agent-builder",
3
- "version": "0.3.27",
3
+ "version": "0.3.40",
4
4
  "description": "CLI for building, managing, and deploying AUI AI agent configurations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",