@promptbook/utils 0.61.0-20 → 0.61.0-21
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 +1 -1
- package/esm/typings/src/execution/PipelineExecutor.d.ts +1 -0
- package/esm/typings/src/execution/createPipelineExecutor.d.ts +1 -0
- package/package.json +1 -1
- package/umd/index.umd.js +1 -1
- package/umd/typings/src/execution/PipelineExecutor.d.ts +1 -0
- package/umd/typings/src/execution/createPipelineExecutor.d.ts +1 -0
package/esm/index.es.js
CHANGED
|
@@ -1931,7 +1931,7 @@ function isValidUuid(value) {
|
|
|
1931
1931
|
/**
|
|
1932
1932
|
* The version of the Promptbook library
|
|
1933
1933
|
*/
|
|
1934
|
-
var PROMPTBOOK_VERSION = '0.61.0-
|
|
1934
|
+
var PROMPTBOOK_VERSION = '0.61.0-20';
|
|
1935
1935
|
// TODO: !!!! List here all the versions and annotate + put into script
|
|
1936
1936
|
|
|
1937
1937
|
// @promptbook/utils
|
|
@@ -55,4 +55,5 @@ export {};
|
|
|
55
55
|
* Note: CreatePipelineExecutorOptions are just connected to PipelineExecutor so do not extract to types folder
|
|
56
56
|
* TODO: [🧠][3] transparent = (report intermediate parameters) / opaque execution = (report only output parameters) progress reporting mode
|
|
57
57
|
* TODO: [🛠] Actions, instruments (and maybe knowledge) => Functions and tools
|
|
58
|
+
* TODO: [💷] !!!! `assertsExecutionSuccessful` should be the method of `PipelineExecutor` result
|
|
58
59
|
*/
|
package/package.json
CHANGED
package/umd/index.umd.js
CHANGED
|
@@ -1938,7 +1938,7 @@
|
|
|
1938
1938
|
/**
|
|
1939
1939
|
* The version of the Promptbook library
|
|
1940
1940
|
*/
|
|
1941
|
-
var PROMPTBOOK_VERSION = '0.61.0-
|
|
1941
|
+
var PROMPTBOOK_VERSION = '0.61.0-20';
|
|
1942
1942
|
// TODO: !!!! List here all the versions and annotate + put into script
|
|
1943
1943
|
|
|
1944
1944
|
// @promptbook/utils
|
|
@@ -55,4 +55,5 @@ export {};
|
|
|
55
55
|
* Note: CreatePipelineExecutorOptions are just connected to PipelineExecutor so do not extract to types folder
|
|
56
56
|
* TODO: [🧠][3] transparent = (report intermediate parameters) / opaque execution = (report only output parameters) progress reporting mode
|
|
57
57
|
* TODO: [🛠] Actions, instruments (and maybe knowledge) => Functions and tools
|
|
58
|
+
* TODO: [💷] !!!! `assertsExecutionSuccessful` should be the method of `PipelineExecutor` result
|
|
58
59
|
*/
|