@promptbook/utils 0.59.0-24 → 0.59.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
|
@@ -1692,7 +1692,7 @@ function unwrapResult(text, options) {
|
|
|
1692
1692
|
/**
|
|
1693
1693
|
* The version of the Promptbook library
|
|
1694
1694
|
*/
|
|
1695
|
-
var PROMPTBOOK_VERSION = '0.59.0-
|
|
1695
|
+
var PROMPTBOOK_VERSION = '0.59.0-24';
|
|
1696
1696
|
|
|
1697
1697
|
// @promptbook/utils
|
|
1698
1698
|
// And the normalization (originally n12 library) utilities:
|
|
@@ -6,3 +6,7 @@ export declare const LOOP_LIMIT = 1000;
|
|
|
6
6
|
* The maximum number of iterations for a loops which adds characters one by one
|
|
7
7
|
*/
|
|
8
8
|
export declare const CHARACTER_LOOP_LIMIT = 100000;
|
|
9
|
+
/**
|
|
10
|
+
* The name of the builded promptbook library made by CLI `promptbook make` and for lookup in `createLibraryFromDirectory`
|
|
11
|
+
*/
|
|
12
|
+
export declare const PROMPTBOOK_MAKED_BASE_FILENAME = "promptbook-library";
|
package/package.json
CHANGED
package/umd/index.umd.js
CHANGED
|
@@ -1695,7 +1695,7 @@
|
|
|
1695
1695
|
/**
|
|
1696
1696
|
* The version of the Promptbook library
|
|
1697
1697
|
*/
|
|
1698
|
-
var PROMPTBOOK_VERSION = '0.59.0-
|
|
1698
|
+
var PROMPTBOOK_VERSION = '0.59.0-24';
|
|
1699
1699
|
|
|
1700
1700
|
// @promptbook/utils
|
|
1701
1701
|
// And the normalization (originally n12 library) utilities:
|
|
@@ -6,3 +6,7 @@ export declare const LOOP_LIMIT = 1000;
|
|
|
6
6
|
* The maximum number of iterations for a loops which adds characters one by one
|
|
7
7
|
*/
|
|
8
8
|
export declare const CHARACTER_LOOP_LIMIT = 100000;
|
|
9
|
+
/**
|
|
10
|
+
* The name of the builded promptbook library made by CLI `promptbook make` and for lookup in `createLibraryFromDirectory`
|
|
11
|
+
*/
|
|
12
|
+
export declare const PROMPTBOOK_MAKED_BASE_FILENAME = "promptbook-library";
|