@promptbook/core 0.44.0-2 → 0.44.0-4

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
@@ -1083,7 +1083,7 @@ function parsingMarkdownStructureToMarkdownStructure(parsingMarkdownStructure) {
1083
1083
  /**
1084
1084
  * The version of the Promptbook library
1085
1085
  */
1086
- var PROMPTBOOK_VERSION = '0.44.0-1';
1086
+ var PROMPTBOOK_VERSION = '0.44.0-3';
1087
1087
 
1088
1088
  /**
1089
1089
  * 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/core",
3
- "version": "0.44.0-2",
3
+ "version": "0.44.0-4",
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
@@ -1087,7 +1087,7 @@
1087
1087
  /**
1088
1088
  * The version of the Promptbook library
1089
1089
  */
1090
- var PROMPTBOOK_VERSION = '0.44.0-1';
1090
+ var PROMPTBOOK_VERSION = '0.44.0-3';
1091
1091
 
1092
1092
  /**
1093
1093
  * Parses the given script and returns the list of all used variables that are not defined in the script