@vertesia/cli 0.78.0 → 0.79.0

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.
@@ -7,7 +7,7 @@ export declare class ExecutionQueue {
7
7
  constructor(size?: number);
8
8
  add(request: ExecutionRequest): void;
9
9
  abort(): void;
10
- run(onBatch: (completed: ExecutionRun[]) => void, onChunk?: ((chunk: any) => void), signal?: AbortSignal): Promise<ExecutionRun<any, any>[]>;
10
+ run(onBatch: (completed: ExecutionRun[]) => void, onChunk?: ((chunk: any) => void), signal?: AbortSignal): Promise<ExecutionRun<any>[]>;
11
11
  }
12
12
  export declare class ExecutionRequest {
13
13
  readonly client: VertesiaClient;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertesia/cli",
3
- "version": "0.78.0",
3
+ "version": "0.79.0",
4
4
  "description": "The Vertesia command-line interface (CLI) provides a set of commands to manage and interact with the Vertesia Platform.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -50,11 +50,11 @@
50
50
  "signal-exit": "^4.1.0",
51
51
  "typescript": "^5.5.3",
52
52
  "@llumiverse/common": "0.22.0",
53
- "@vertesia/client": "0.78.0",
54
- "@vertesia/memory-commands": "0.49.0",
55
- "@vertesia/common": "0.78.0",
56
- "@vertesia/memory-cli": "0.49.0",
57
- "@vertesia/workflow": "0.78.0"
53
+ "@vertesia/client": "0.79.0",
54
+ "@vertesia/common": "0.79.0",
55
+ "@vertesia/workflow": "0.79.0",
56
+ "@vertesia/memory-commands": "0.50.0",
57
+ "@vertesia/memory-cli": "0.50.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/jsonwebtoken": "^9.0.6"