@neta-art/cohub-cli 3.6.1 → 3.6.2

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.
@@ -6,8 +6,6 @@ type DownloadResult = {
6
6
  output: string;
7
7
  files: number;
8
8
  bytes: number;
9
- verified: boolean;
10
- unverifiedFiles: number;
11
9
  };
12
10
  export declare function downloadWork(detail: WorkGetResponse, outputOption?: string, fetcher?: typeof fetch): Promise<DownloadResult>;
13
11
  export {};
@@ -243,8 +243,6 @@ export async function downloadWork(detail, outputOption, fetcher = fetch) {
243
243
  output,
244
244
  files: files.length,
245
245
  bytes: downloadedBytes,
246
- verified: false,
247
- unverifiedFiles: files.length,
248
246
  };
249
247
  }
250
248
  catch (cause) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neta-art/cohub-cli",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "CLI for Cohub — spaces, sessions, and agent collaboration.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",