@promptbook/node
Advanced tools
Comparing version 0.74.0-2 to 0.74.0-3
@@ -9,2 +9,3 @@ import type { Command as Program } from 'commander'; | ||
/** | ||
* TODO: !!!!!! Catch and wrap all errors from CLI | ||
* TODO: [🧠] Pass `maxExecutionAttempts`, `csvSettings` | ||
@@ -11,0 +12,0 @@ * TODO: [🥃][main] !!! Allow `ptbk run` without configuring any llm tools |
{ | ||
"name": "@promptbook/node", | ||
"version": "0.74.0-2", | ||
"version": "0.74.0-3", | ||
"description": "Supercharge your use of large language models", | ||
@@ -56,3 +56,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.74.0-2" | ||
"@promptbook/core": "0.74.0-3" | ||
}, | ||
@@ -62,2 +62,3 @@ "dependencies": { | ||
"crypto-js": "4.2.0", | ||
"dotenv": "16.3.1", | ||
"papaparse": "5.4.1", | ||
@@ -64,0 +65,0 @@ "prettier": "2.8.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1980872
30274
62
8
+ Addeddotenv@16.3.1
+ Added@promptbook/core@0.74.0-3(transitive)
+ Addeddotenv@16.3.1(transitive)
- Removed@promptbook/core@0.74.0-2(transitive)