@promptbook/cli 0.72.0-26 → 0.72.0-27

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
@@ -24,7 +24,7 @@ import OpenAI from 'openai';
24
24
  /**
25
25
  * The version of the Promptbook library
26
26
  */
27
- var PROMPTBOOK_VERSION = '0.72.0-25';
27
+ var PROMPTBOOK_VERSION = '0.72.0-26';
28
28
  // TODO: [main] !!!! List here all the versions and annotate + put into script
29
29
 
30
30
  /*! *****************************************************************************
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/cli",
3
- "version": "0.72.0-26",
3
+ "version": "0.72.0-27",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
package/umd/index.umd.js CHANGED
@@ -39,7 +39,7 @@
39
39
  /**
40
40
  * The version of the Promptbook library
41
41
  */
42
- var PROMPTBOOK_VERSION = '0.72.0-25';
42
+ var PROMPTBOOK_VERSION = '0.72.0-26';
43
43
  // TODO: [main] !!!! List here all the versions and annotate + put into script
44
44
 
45
45
  /*! *****************************************************************************