@promptbook/node 0.59.0-2 → 0.59.0-3

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
@@ -457,7 +457,7 @@ function union() {
457
457
  /**
458
458
  * The version of the Promptbook library
459
459
  */
460
- var PROMPTBOOK_VERSION = '0.59.0-1';
460
+ var PROMPTBOOK_VERSION = '0.59.0-2';
461
461
 
462
462
  /**
463
463
  * 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.59.0-2",
3
+ "version": "0.59.0-3",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -48,7 +48,7 @@
48
48
  }
49
49
  ],
50
50
  "peerDependencies": {
51
- "@promptbook/core": "0.59.0-2"
51
+ "@promptbook/core": "0.59.0-3"
52
52
  },
53
53
  "main": "./umd/index.umd.js",
54
54
  "module": "./esm/index.es.js",
package/umd/index.umd.js CHANGED
@@ -462,7 +462,7 @@
462
462
  /**
463
463
  * The version of the Promptbook library
464
464
  */
465
- var PROMPTBOOK_VERSION = '0.59.0-1';
465
+ var PROMPTBOOK_VERSION = '0.59.0-2';
466
466
 
467
467
  /**
468
468
  * Parses the template and returns the list of all parameter names