@promptbook/openai 0.59.0-19 → 0.59.0-20

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
@@ -1035,7 +1035,7 @@ var OpenAiExecutionTools = /** @class */ (function () {
1035
1035
  /**
1036
1036
  * The version of the Promptbook library
1037
1037
  */
1038
- var PROMPTBOOK_VERSION = '0.59.0-18';
1038
+ var PROMPTBOOK_VERSION = '0.59.0-22';
1039
1039
 
1040
1040
  export { OPENAI_MODELS, OpenAiExecutionTools, PROMPTBOOK_VERSION };
1041
1041
  //# sourceMappingURL=index.es.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/openai",
3
- "version": "0.59.0-19",
3
+ "version": "0.59.0-20",
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-19"
51
+ "@promptbook/core": "0.59.0-20"
52
52
  },
53
53
  "main": "./umd/index.umd.js",
54
54
  "module": "./esm/index.es.js",
package/umd/index.umd.js CHANGED
@@ -1043,7 +1043,7 @@
1043
1043
  /**
1044
1044
  * The version of the Promptbook library
1045
1045
  */
1046
- var PROMPTBOOK_VERSION = '0.59.0-18';
1046
+ var PROMPTBOOK_VERSION = '0.59.0-22';
1047
1047
 
1048
1048
  exports.OPENAI_MODELS = OPENAI_MODELS;
1049
1049
  exports.OpenAiExecutionTools = OpenAiExecutionTools;