@promptbook/types 0.67.8 → 0.67.9
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.
|
@@ -42,6 +42,12 @@ export declare const CONNECTION_TIMEOUT_MS: number;
|
|
|
42
42
|
* @private within the repository - too low-level in comparison with other `MAX_...`
|
|
43
43
|
*/
|
|
44
44
|
export declare const CONNECTION_RETRIES_LIMIT = 5;
|
|
45
|
+
/**
|
|
46
|
+
* Short time interval to prevent race conditions in milliseconds
|
|
47
|
+
*
|
|
48
|
+
* @private within the repository - too low-level in comparison with other `MAX_...`
|
|
49
|
+
*/
|
|
50
|
+
export declare const IMMEDIATE_TIME = 10;
|
|
45
51
|
/**
|
|
46
52
|
* The maximum number of (LLM) tasks running in parallel
|
|
47
53
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/types",
|
|
3
|
-
"version": "0.67.
|
|
3
|
+
"version": "0.67.9",
|
|
4
4
|
"description": "Supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
],
|
|
46
46
|
"typings": "./esm/typings/src/_packages/types.index.d.ts",
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@promptbook/core": "0.67.
|
|
48
|
+
"@promptbook/core": "0.67.9"
|
|
49
49
|
}
|
|
50
50
|
}
|