@promptbook/node 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
@@ -448,7 +448,7 @@ function union() {
448
448
  /**
449
449
  * The version of the Promptbook library
450
450
  */
451
- var PROMPTBOOK_VERSION = '0.57.0-1';
451
+ var PROMPTBOOK_VERSION = '0.57.0';
452
452
 
453
453
  /**
454
454
  * 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/node",
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,
@@ -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.27"
38
+ "spacetrim": "0.11.36"
39
39
  },
40
40
  "funding": [
41
41
  {
@@ -48,7 +48,7 @@
48
48
  }
49
49
  ],
50
50
  "peerDependencies": {
51
- "@promptbook/core": "0.57.0-2"
51
+ "@promptbook/core": "0.57.1"
52
52
  },
53
53
  "main": "./umd/index.umd.js",
54
54
  "module": "./esm/index.es.js",
package/umd/index.umd.js CHANGED
@@ -453,7 +453,7 @@
453
453
  /**
454
454
  * The version of the Promptbook library
455
455
  */
456
- var PROMPTBOOK_VERSION = '0.57.0-1';
456
+ var PROMPTBOOK_VERSION = '0.57.0';
457
457
 
458
458
  /**
459
459
  * Parses the template and returns the list of all parameter names