@promptbook/utils 0.62.0-1 → 0.62.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.
package/esm/index.es.js CHANGED
@@ -1969,7 +1969,7 @@ function isValidUuid(value) {
1969
1969
  /**
1970
1970
  * The version of the Promptbook library
1971
1971
  */
1972
- var PROMPTBOOK_VERSION = '0.62.0-0';
1972
+ var PROMPTBOOK_VERSION = '0.62.0-1';
1973
1973
  // TODO: !!!! List here all the versions and annotate + put into script
1974
1974
 
1975
1975
  // @promptbook/utils
@@ -58,7 +58,7 @@ export declare function createPipelineExecutor(options: CreatePipelineExecutorOp
58
58
  export {};
59
59
  /**
60
60
  * TODO: Use isVerbose here (not only pass to `preparePipeline`)
61
- * TODO: [🧠] Use here `countTotalUsage` and put preparation and prepared pipiline to report
61
+ * TODO: [🧠][🌳] Use here `countTotalUsage` and put preparation and prepared pipiline to report
62
62
  * TODO: [🪂] Use maxParallelCount here (not only pass to `preparePipeline`)
63
63
  * TODO: [♈] Probbably move expectations from templates to parameters
64
64
  * TODO: [🧠] When not meet expectations in PROMPT_DIALOG, make some way to tell the user
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/utils",
3
- "version": "0.62.0-1",
3
+ "version": "0.62.0",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
package/umd/index.umd.js CHANGED
@@ -1976,7 +1976,7 @@
1976
1976
  /**
1977
1977
  * The version of the Promptbook library
1978
1978
  */
1979
- var PROMPTBOOK_VERSION = '0.62.0-0';
1979
+ var PROMPTBOOK_VERSION = '0.62.0-1';
1980
1980
  // TODO: !!!! List here all the versions and annotate + put into script
1981
1981
 
1982
1982
  // @promptbook/utils
@@ -58,7 +58,7 @@ export declare function createPipelineExecutor(options: CreatePipelineExecutorOp
58
58
  export {};
59
59
  /**
60
60
  * TODO: Use isVerbose here (not only pass to `preparePipeline`)
61
- * TODO: [🧠] Use here `countTotalUsage` and put preparation and prepared pipiline to report
61
+ * TODO: [🧠][🌳] Use here `countTotalUsage` and put preparation and prepared pipiline to report
62
62
  * TODO: [🪂] Use maxParallelCount here (not only pass to `preparePipeline`)
63
63
  * TODO: [♈] Probbably move expectations from templates to parameters
64
64
  * TODO: [🧠] When not meet expectations in PROMPT_DIALOG, make some way to tell the user