@promptbook/types 0.74.0-2 → 0.74.0-4

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,6 +6,7 @@ import type { Command as Program } from 'commander';
6
6
  */
7
7
  export declare function initializeRunCommand(program: Program): void;
8
8
  /**
9
+ * TODO: !!!!!! Catch and wrap all errors from CLI
9
10
  * TODO: [🧠] Pass `maxExecutionAttempts`, `csvSettings`
10
11
  * TODO: [🥃][main] !!! Allow `ptbk run` without configuring any llm tools
11
12
  * Note: [🟡] Code in this file should never be published outside of `@promptbook/cli`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/types",
3
- "version": "0.74.0-2",
3
+ "version": "0.74.0-4",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -51,6 +51,6 @@
51
51
  ],
52
52
  "typings": "./esm/typings/src/_packages/types.index.d.ts",
53
53
  "peerDependencies": {
54
- "@promptbook/core": "0.74.0-2"
54
+ "@promptbook/core": "0.74.0-4"
55
55
  }
56
56
  }