@promptbook/node
Advanced tools
Comparing version 0.59.0-24 to 0.59.0-25
@@ -9,1 +9,5 @@ /** | ||
export declare const CHARACTER_LOOP_LIMIT = 100000; | ||
/** | ||
* The name of the builded promptbook library made by CLI `promptbook make` and for lookup in `createLibraryFromDirectory` | ||
*/ | ||
export declare const PROMPTBOOK_MAKED_BASE_FILENAME = "promptbook-library"; |
{ | ||
"name": "@promptbook/node", | ||
"version": "0.59.0-24", | ||
"version": "0.59.0-25", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -37,2 +37,3 @@ "private": false, | ||
"dependencies": { | ||
"colors": "1.4.0", | ||
"prettier": "2.8.1", | ||
@@ -52,3 +53,3 @@ "spacetrim": "0.11.37" | ||
"peerDependencies": { | ||
"@promptbook/core": "0.59.0-24" | ||
"@promptbook/core": "0.59.0-25" | ||
}, | ||
@@ -55,0 +56,0 @@ "main": "./umd/index.umd.js", |
@@ -9,1 +9,5 @@ /** | ||
export declare const CHARACTER_LOOP_LIMIT = 100000; | ||
/** | ||
* The name of the builded promptbook library made by CLI `promptbook make` and for lookup in `createLibraryFromDirectory` | ||
*/ | ||
export declare const PROMPTBOOK_MAKED_BASE_FILENAME = "promptbook-library"; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
974992
15156
4
+ Addedcolors@1.4.0
+ Added@promptbook/core@0.59.0-25(transitive)
+ Addedcolors@1.4.0(transitive)
- Removed@promptbook/core@0.59.0-24(transitive)