@promptbook/utils 0.44.0-13 → 0.44.0-14

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
@@ -402,7 +402,7 @@ function removeContentComments(content) {
402
402
  /**
403
403
  * The version of the Promptbook library
404
404
  */
405
- var PROMPTBOOK_VERSION = '0.44.0-12';
405
+ var PROMPTBOOK_VERSION = '0.44.0-13';
406
406
 
407
407
  /**
408
408
  * Parses the given script and returns the list of all used variables that are not defined in the script
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/utils",
3
- "version": "0.44.0-13",
3
+ "version": "0.44.0-14",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
package/umd/index.umd.js CHANGED
@@ -408,7 +408,7 @@
408
408
  /**
409
409
  * The version of the Promptbook library
410
410
  */
411
- var PROMPTBOOK_VERSION = '0.44.0-12';
411
+ var PROMPTBOOK_VERSION = '0.44.0-13';
412
412
 
413
413
  /**
414
414
  * Parses the given script and returns the list of all used variables that are not defined in the script