@promptbook/types 0.66.0-9 → 0.66.0
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.
|
@@ -17,6 +17,7 @@ import { PIPELINE_COLLECTION_BASE_FILENAME } from '../config';
|
|
|
17
17
|
import { RESERVED_PARAMETER_NAMES } from '../config';
|
|
18
18
|
import { DEFAULT_REMOTE_URL } from '../config';
|
|
19
19
|
import { DEFAULT_REMOTE_URL_PATH } from '../config';
|
|
20
|
+
import { IS_VERBOSE } from '../config';
|
|
20
21
|
import { pipelineJsonToString } from '../conversion/pipelineJsonToString';
|
|
21
22
|
import type { PipelineStringToJsonOptions } from '../conversion/pipelineStringToJson';
|
|
22
23
|
import { pipelineStringToJson } from '../conversion/pipelineStringToJson';
|
|
@@ -88,6 +89,7 @@ export { PIPELINE_COLLECTION_BASE_FILENAME };
|
|
|
88
89
|
export { RESERVED_PARAMETER_NAMES };
|
|
89
90
|
export { DEFAULT_REMOTE_URL };
|
|
90
91
|
export { DEFAULT_REMOTE_URL_PATH };
|
|
92
|
+
export { IS_VERBOSE };
|
|
91
93
|
export { pipelineJsonToString };
|
|
92
94
|
export type { PipelineStringToJsonOptions };
|
|
93
95
|
export { pipelineStringToJson };
|
|
@@ -119,6 +119,12 @@ export declare const DEFAULT_REMOTE_URL = "https://api.pavolhejny.com/";
|
|
|
119
119
|
* @public exported from `@promptbook/core`
|
|
120
120
|
*/
|
|
121
121
|
export declare const DEFAULT_REMOTE_URL_PATH = "/promptbook/socket.io";
|
|
122
|
+
/**
|
|
123
|
+
* @@@
|
|
124
|
+
*
|
|
125
|
+
* @public exported from `@promptbook/core`
|
|
126
|
+
*/
|
|
127
|
+
export declare const IS_VERBOSE = false;
|
|
122
128
|
/**
|
|
123
129
|
* @@@
|
|
124
130
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/types",
|
|
3
|
-
"version": "0.66.0
|
|
3
|
+
"version": "0.66.0",
|
|
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.66.0
|
|
48
|
+
"@promptbook/core": "0.66.0"
|
|
49
49
|
}
|
|
50
50
|
}
|