@ai-setting/roy-agent-cli 1.5.90 → 1.5.93

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.
@@ -7320,7 +7320,7 @@ var require_dist = __commonJS((exports) => {
7320
7320
  var require_package = __commonJS((exports, module) => {
7321
7321
  module.exports = {
7322
7322
  name: "@ai-setting/roy-agent-cli",
7323
- version: "1.5.90",
7323
+ version: "1.5.93",
7324
7324
  type: "module",
7325
7325
  description: "CLI for roy-agent - Non-interactive command execution",
7326
7326
  main: "./dist/index.js",
@@ -17973,7 +17973,7 @@ class WorkflowValidator {
17973
17973
  }
17974
17974
 
17975
17975
  // src/commands/workflow/commands/add.ts
17976
- import { validateWorkflowDefinition } from "@ai-setting/roy-agent-core/env/workflow/utils/validate-workflow-definition";
17976
+ import { validateWorkflowDefinition } from "@ai-setting/roy-agent-core/env/workflow/utils";
17977
17977
  import chalk63 from "chalk";
17978
17978
  import fs3 from "fs";
17979
17979
  import path6 from "path";
package/dist/index.js CHANGED
@@ -7319,7 +7319,7 @@ var require_dist = __commonJS((exports) => {
7319
7319
  var require_package = __commonJS((exports, module) => {
7320
7320
  module.exports = {
7321
7321
  name: "@ai-setting/roy-agent-cli",
7322
- version: "1.5.90",
7322
+ version: "1.5.93",
7323
7323
  type: "module",
7324
7324
  description: "CLI for roy-agent - Non-interactive command execution",
7325
7325
  main: "./dist/index.js",
@@ -17972,7 +17972,7 @@ class WorkflowValidator {
17972
17972
  }
17973
17973
 
17974
17974
  // src/commands/workflow/commands/add.ts
17975
- import { validateWorkflowDefinition } from "@ai-setting/roy-agent-core/env/workflow/utils/validate-workflow-definition";
17975
+ import { validateWorkflowDefinition } from "@ai-setting/roy-agent-core/env/workflow/utils";
17976
17976
  import chalk63 from "chalk";
17977
17977
  import fs3 from "fs";
17978
17978
  import path6 from "path";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-setting/roy-agent-cli",
3
- "version": "1.5.90",
3
+ "version": "1.5.93",
4
4
  "type": "module",
5
5
  "description": "CLI for roy-agent - Non-interactive command execution",
6
6
  "main": "./dist/index.js",