@promptbook/core 0.57.0-2 → 0.57.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
@@ -447,7 +447,7 @@ function union() {
447
447
  /**
448
448
  * The version of the Promptbook library
449
449
  */
450
- var PROMPTBOOK_VERSION = '0.57.0-1';
450
+ var PROMPTBOOK_VERSION = '0.57.0';
451
451
 
452
452
  /**
453
453
  * 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.57.0-2",
3
+ "version": "0.57.1",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "moment": "2.30.1",
38
38
  "prettier": "2.8.1",
39
- "spacetrim": "0.11.27"
39
+ "spacetrim": "0.11.36"
40
40
  },
41
41
  "funding": [
42
42
  {
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.57.0-1';
457
+ var PROMPTBOOK_VERSION = '0.57.0';
458
458
 
459
459
  /**
460
460
  * Parses the template and returns the list of all parameter names