@promptbook/core 0.59.0-2 → 0.59.0-3

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
@@ -526,7 +526,7 @@ function union() {
526
526
  /**
527
527
  * The version of the Promptbook library
528
528
  */
529
- var PROMPTBOOK_VERSION = '0.59.0-1';
529
+ var PROMPTBOOK_VERSION = '0.59.0-2';
530
530
 
531
531
  /**
532
532
  * Parses the template and returns the list of all parameter names
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/core",
3
- "version": "0.59.0-2",
3
+ "version": "0.59.0-3",
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
@@ -533,7 +533,7 @@
533
533
  /**
534
534
  * The version of the Promptbook library
535
535
  */
536
- var PROMPTBOOK_VERSION = '0.59.0-1';
536
+ var PROMPTBOOK_VERSION = '0.59.0-2';
537
537
 
538
538
  /**
539
539
  * Parses the template and returns the list of all parameter names