@promptbook/core 0.40.0 → 0.40.1-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
@@ -420,7 +420,7 @@ function removeContentComments(content) {
420
420
  /**
421
421
  * The version of the Promptbook library
422
422
  */
423
- var PROMPTBOOK_VERSION = '0.40.0-10';
423
+ var PROMPTBOOK_VERSION = '0.40.1-0';
424
424
 
425
425
  /**
426
426
  * 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.40.0",
3
+ "version": "0.40.1-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
@@ -427,7 +427,7 @@
427
427
  /**
428
428
  * The version of the Promptbook library
429
429
  */
430
- var PROMPTBOOK_VERSION = '0.40.0-10';
430
+ var PROMPTBOOK_VERSION = '0.40.1-0';
431
431
 
432
432
  /**
433
433
  * Parses the given script and returns the list of all used variables that are not defined in the script