@promptbook/utils 0.61.0-8 → 0.61.0-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.
package/esm/index.es.js CHANGED
@@ -1809,7 +1809,7 @@ function isValidUuid(value) {
1809
1809
  /**
1810
1810
  * The version of the Promptbook library
1811
1811
  */
1812
- var PROMPTBOOK_VERSION = '0.61.0-7';
1812
+ var PROMPTBOOK_VERSION = '0.61.0-8';
1813
1813
  // TODO: !!!! List here all the versions and annotate + put into script
1814
1814
 
1815
1815
  // @promptbook/utils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/utils",
3
- "version": "0.61.0-8",
3
+ "version": "0.61.0-9",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
package/umd/index.umd.js CHANGED
@@ -1812,7 +1812,7 @@
1812
1812
  /**
1813
1813
  * The version of the Promptbook library
1814
1814
  */
1815
- var PROMPTBOOK_VERSION = '0.61.0-7';
1815
+ var PROMPTBOOK_VERSION = '0.61.0-8';
1816
1816
  // TODO: !!!! List here all the versions and annotate + put into script
1817
1817
 
1818
1818
  // @promptbook/utils