@promptbook/node
Advanced tools
Comparing version 0.59.0-23 to 0.59.0-24
@@ -7,5 +7,5 @@ import { promptbookCli } from '../cli/promptbookCli'; | ||
*/ | ||
declare const __: { | ||
promptbookCli: typeof promptbookCli; | ||
declare const __CLI: { | ||
__initialize: typeof promptbookCli; | ||
}; | ||
export { __ }; | ||
export { __CLI }; |
{ | ||
"name": "@promptbook/node", | ||
"version": "0.59.0-23", | ||
"version": "0.59.0-24", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -51,3 +51,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.59.0-23" | ||
"@promptbook/core": "0.59.0-24" | ||
}, | ||
@@ -54,0 +54,0 @@ "main": "./umd/index.umd.js", |
@@ -7,5 +7,5 @@ import { promptbookCli } from '../cli/promptbookCli'; | ||
*/ | ||
declare const __: { | ||
promptbookCli: typeof promptbookCli; | ||
declare const __CLI: { | ||
__initialize: typeof promptbookCli; | ||
}; | ||
export { __ }; | ||
export { __CLI }; |
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
970950