@promptbook/core 0.39.1 → 0.39.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/esm/index.es.js CHANGED
@@ -423,7 +423,7 @@ function removeContentComments(content) {
423
423
  /**
424
424
  * The version of the Promptbook library
425
425
  */
426
- var PROMPTBOOK_VERSION = '0.39.0';
426
+ var PROMPTBOOK_VERSION = '0.39.1';
427
427
 
428
428
  /**
429
429
  * Execution type describes the way how the block is executed
@@ -11,7 +11,7 @@ export type PromptbookLibrary = {
11
11
  /**
12
12
  * Gets all promptbooks in the library
13
13
  */
14
- listPromptbooks(): Array<string_promptbook_url>;
14
+ listPromptbooks(): Promisable<Array<string_promptbook_url>>;
15
15
  /**
16
16
  * Gets promptbook by its URL
17
17
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/core",
3
- "version": "0.39.1",
3
+ "version": "0.39.2",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
package/umd/index.umd.js CHANGED
@@ -430,7 +430,7 @@
430
430
  /**
431
431
  * The version of the Promptbook library
432
432
  */
433
- var PROMPTBOOK_VERSION = '0.39.0';
433
+ var PROMPTBOOK_VERSION = '0.39.1';
434
434
 
435
435
  /**
436
436
  * Execution type describes the way how the block is executed
@@ -11,7 +11,7 @@ export type PromptbookLibrary = {
11
11
  /**
12
12
  * Gets all promptbooks in the library
13
13
  */
14
- listPromptbooks(): Array<string_promptbook_url>;
14
+ listPromptbooks(): Promisable<Array<string_promptbook_url>>;
15
15
  /**
16
16
  * Gets promptbook by its URL
17
17
  *