@promptbook/remote-client
Advanced tools
Comparing version 0.39.0 to 0.39.1
@@ -0,1 +1,2 @@ | ||
import { Promisable } from 'type-fest'; | ||
import type { Prompt } from '../types/Prompt'; | ||
@@ -19,3 +20,3 @@ import type { PromptbookJson } from '../types/PromptbookJson/PromptbookJson'; | ||
*/ | ||
getPromptbookByUrl(url: string_promptbook_url): PromptbookJson; | ||
getPromptbookByUrl(url: string_promptbook_url): Promisable<PromptbookJson>; | ||
/** | ||
@@ -22,0 +23,0 @@ * Checks whether given prompt was defined in any promptbook in the library |
{ | ||
"name": "@promptbook/remote-client", | ||
"version": "0.39.0", | ||
"version": "0.39.1", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -40,3 +40,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.39.0" | ||
"@promptbook/core": "0.39.1" | ||
}, | ||
@@ -43,0 +43,0 @@ "main": "./umd/index.umd.js", |
@@ -0,1 +1,2 @@ | ||
import { Promisable } from 'type-fest'; | ||
import type { Prompt } from '../types/Prompt'; | ||
@@ -19,3 +20,3 @@ import type { PromptbookJson } from '../types/PromptbookJson/PromptbookJson'; | ||
*/ | ||
getPromptbookByUrl(url: string_promptbook_url): PromptbookJson; | ||
getPromptbookByUrl(url: string_promptbook_url): Promisable<PromptbookJson>; | ||
/** | ||
@@ -22,0 +23,0 @@ * Checks whether given prompt was defined in any promptbook in the library |
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
334177
5554