@promptbook/core 0.55.0-2 → 0.55.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
@@ -448,7 +448,7 @@ function union() {
448
448
  /**
449
449
  * The version of the Promptbook library
450
450
  */
451
- var PROMPTBOOK_VERSION = '0.55.0-1';
451
+ var PROMPTBOOK_VERSION = '0.55.0-2';
452
452
 
453
453
  /**
454
454
  * 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.55.0-2",
3
+ "version": "0.55.0",
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
@@ -454,7 +454,7 @@
454
454
  /**
455
455
  * The version of the Promptbook library
456
456
  */
457
- var PROMPTBOOK_VERSION = '0.55.0-1';
457
+ var PROMPTBOOK_VERSION = '0.55.0-2';
458
458
 
459
459
  /**
460
460
  * Parses the template and returns the list of all parameter names