@promptbook/core 0.49.0 → 0.49.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
@@ -440,7 +440,7 @@ function removeContentComments(content) {
440
440
  /**
441
441
  * The version of the Promptbook library
442
442
  */
443
- var PROMPTBOOK_VERSION = '0.48.1-0';
443
+ var PROMPTBOOK_VERSION = '0.49.0';
444
444
 
445
445
  /**
446
446
  * 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.49.0",
3
+ "version": "0.49.1",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -35,7 +35,7 @@
35
35
  "homepage": "https://www.npmjs.com/package/@promptbook/core",
36
36
  "dependencies": {
37
37
  "prettier": "2.8.1",
38
- "spacetrim": "0.11.24"
38
+ "spacetrim": "0.11.25"
39
39
  },
40
40
  "funding": [
41
41
  {
package/umd/index.umd.js CHANGED
@@ -446,7 +446,7 @@
446
446
  /**
447
447
  * The version of the Promptbook library
448
448
  */
449
- var PROMPTBOOK_VERSION = '0.48.1-0';
449
+ var PROMPTBOOK_VERSION = '0.49.0';
450
450
 
451
451
  /**
452
452
  * Parses the given script and returns the list of all used variables that are not defined in the script