@promptbook/remote-client
Advanced tools
Comparing version 0.39.1 to 0.39.2
@@ -14,3 +14,3 @@ import { Promisable } from 'type-fest'; | ||
*/ | ||
listPromptbooks(): Array<string_promptbook_url>; | ||
listPromptbooks(): Promisable<Array<string_promptbook_url>>; | ||
/** | ||
@@ -17,0 +17,0 @@ * Gets promptbook by its URL |
{ | ||
"name": "@promptbook/remote-client", | ||
"version": "0.39.1", | ||
"version": "0.39.2", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -40,3 +40,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.39.1" | ||
"@promptbook/core": "0.39.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "main": "./umd/index.umd.js", |
@@ -14,3 +14,3 @@ import { Promisable } from 'type-fest'; | ||
*/ | ||
listPromptbooks(): Array<string_promptbook_url>; | ||
listPromptbooks(): Promisable<Array<string_promptbook_url>>; | ||
/** | ||
@@ -17,0 +17,0 @@ * Gets promptbook by its URL |
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
334201