@promptbook/core 0.32.0 → 0.32.1

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
@@ -759,7 +759,7 @@ function parseCommand(listItem) {
759
759
  /**
760
760
  * The version of the Promptbook library
761
761
  */
762
- var PTBK_VERSION = '0.32.0-2';
762
+ var PTBK_VERSION = '0.32.1';
763
763
 
764
764
  /**
765
765
  * Parse prompt template pipeline from string format to JSON format
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/core",
3
- "version": "0.32.0",
3
+ "version": "0.32.1",
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
@@ -766,7 +766,7 @@
766
766
  /**
767
767
  * The version of the Promptbook library
768
768
  */
769
- var PTBK_VERSION = '0.32.0-2';
769
+ var PTBK_VERSION = '0.32.1';
770
770
 
771
771
  /**
772
772
  * Parse prompt template pipeline from string format to JSON format