@promptbook/openai 0.59.0-33 → 0.59.0-34

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
@@ -1143,7 +1143,7 @@ var OpenAiExecutionTools = /** @class */ (function () {
1143
1143
  /**
1144
1144
  * The version of the Promptbook library
1145
1145
  */
1146
- var PROMPTBOOK_VERSION = '0.59.0-32';
1146
+ var PROMPTBOOK_VERSION = '0.59.0-33';
1147
1147
 
1148
1148
  export { OPENAI_MODELS, OpenAiExecutionTools, PROMPTBOOK_VERSION };
1149
1149
  //# 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-33",
3
+ "version": "0.59.0-34",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -49,7 +49,7 @@
49
49
  }
50
50
  ],
51
51
  "peerDependencies": {
52
- "@promptbook/core": "0.59.0-33"
52
+ "@promptbook/core": "0.59.0-34"
53
53
  },
54
54
  "main": "./umd/index.umd.js",
55
55
  "module": "./esm/index.es.js",
package/umd/index.umd.js CHANGED
@@ -1151,7 +1151,7 @@
1151
1151
  /**
1152
1152
  * The version of the Promptbook library
1153
1153
  */
1154
- var PROMPTBOOK_VERSION = '0.59.0-32';
1154
+ var PROMPTBOOK_VERSION = '0.59.0-33';
1155
1155
 
1156
1156
  exports.OPENAI_MODELS = OPENAI_MODELS;
1157
1157
  exports.OpenAiExecutionTools = OpenAiExecutionTools;