@promptbook/utils 0.60.0-8 → 0.60.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
@@ -1692,7 +1692,7 @@ function unwrapResult(text, options) {
1692
1692
  /**
1693
1693
  * The version of the Promptbook library
1694
1694
  */
1695
- var PROMPTBOOK_VERSION = '0.60.0-7';
1695
+ var PROMPTBOOK_VERSION = '0.60.0-8';
1696
1696
 
1697
1697
  // @promptbook/utils
1698
1698
  // And the normalization (originally n12 library) utilities:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/utils",
3
- "version": "0.60.0-8",
3
+ "version": "0.60.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
@@ -1695,7 +1695,7 @@
1695
1695
  /**
1696
1696
  * The version of the Promptbook library
1697
1697
  */
1698
- var PROMPTBOOK_VERSION = '0.60.0-7';
1698
+ var PROMPTBOOK_VERSION = '0.60.0-8';
1699
1699
 
1700
1700
  // @promptbook/utils
1701
1701
  // And the normalization (originally n12 library) utilities: