@promptbook/core 0.52.0-24 → 0.52.0-25
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
|
@@ -448,7 +448,7 @@ function union() {
|
|
|
448
448
|
/**
|
|
449
449
|
* The version of the Promptbook library
|
|
450
450
|
*/
|
|
451
|
-
var PROMPTBOOK_VERSION = '0.52.0-
|
|
451
|
+
var PROMPTBOOK_VERSION = '0.52.0-24';
|
|
452
452
|
|
|
453
453
|
/**
|
|
454
454
|
* Parses the template and returns the list of all parameter names
|
|
@@ -3350,7 +3350,7 @@ function createPromptbookLibraryFromSources() {
|
|
|
3350
3350
|
* Note: The function does NOT return promise it returns the library directly which waits for the sources to be resolved
|
|
3351
3351
|
* when error occurs in given promise or factory function, it is thrown during `listPromptbooks` or `getPromptbookByUrl` call
|
|
3352
3352
|
*
|
|
3353
|
-
* Note: Consider using
|
|
3353
|
+
* Note: Consider using `createPromptbookLibraryFromDirectory` or `createPromptbookLibraryFromUrl`
|
|
3354
3354
|
*
|
|
3355
3355
|
* @param promptbookSourcesPromiseOrFactory
|
|
3356
3356
|
* @returns PromptbookLibrary
|
|
@@ -14,7 +14,7 @@ import { PromptbookLibrary } from '../PromptbookLibrary';
|
|
|
14
14
|
* Note: The function does NOT return promise it returns the library directly which waits for the sources to be resolved
|
|
15
15
|
* when error occurs in given promise or factory function, it is thrown during `listPromptbooks` or `getPromptbookByUrl` call
|
|
16
16
|
*
|
|
17
|
-
* Note: Consider using
|
|
17
|
+
* Note: Consider using `createPromptbookLibraryFromDirectory` or `createPromptbookLibraryFromUrl`
|
|
18
18
|
*
|
|
19
19
|
* @param promptbookSourcesPromiseOrFactory
|
|
20
20
|
* @returns PromptbookLibrary
|
package/package.json
CHANGED
package/umd/index.umd.js
CHANGED
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
/**
|
|
455
455
|
* The version of the Promptbook library
|
|
456
456
|
*/
|
|
457
|
-
var PROMPTBOOK_VERSION = '0.52.0-
|
|
457
|
+
var PROMPTBOOK_VERSION = '0.52.0-24';
|
|
458
458
|
|
|
459
459
|
/**
|
|
460
460
|
* Parses the template and returns the list of all parameter names
|
|
@@ -3356,7 +3356,7 @@
|
|
|
3356
3356
|
* Note: The function does NOT return promise it returns the library directly which waits for the sources to be resolved
|
|
3357
3357
|
* when error occurs in given promise or factory function, it is thrown during `listPromptbooks` or `getPromptbookByUrl` call
|
|
3358
3358
|
*
|
|
3359
|
-
* Note: Consider using
|
|
3359
|
+
* Note: Consider using `createPromptbookLibraryFromDirectory` or `createPromptbookLibraryFromUrl`
|
|
3360
3360
|
*
|
|
3361
3361
|
* @param promptbookSourcesPromiseOrFactory
|
|
3362
3362
|
* @returns PromptbookLibrary
|
|
@@ -14,7 +14,7 @@ import { PromptbookLibrary } from '../PromptbookLibrary';
|
|
|
14
14
|
* Note: The function does NOT return promise it returns the library directly which waits for the sources to be resolved
|
|
15
15
|
* when error occurs in given promise or factory function, it is thrown during `listPromptbooks` or `getPromptbookByUrl` call
|
|
16
16
|
*
|
|
17
|
-
* Note: Consider using
|
|
17
|
+
* Note: Consider using `createPromptbookLibraryFromDirectory` or `createPromptbookLibraryFromUrl`
|
|
18
18
|
*
|
|
19
19
|
* @param promptbookSourcesPromiseOrFactory
|
|
20
20
|
* @returns PromptbookLibrary
|