@promptbook/openai 0.61.0-14 → 0.61.0-15

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
@@ -1184,7 +1184,7 @@ var OpenAiExecutionTools = /** @class */ (function () {
1184
1184
  /**
1185
1185
  * The version of the Promptbook library
1186
1186
  */
1187
- var PROMPTBOOK_VERSION = '0.61.0-13';
1187
+ var PROMPTBOOK_VERSION = '0.61.0-14';
1188
1188
  // TODO: !!!! List here all the versions and annotate + put into script
1189
1189
 
1190
1190
  export { OPENAI_MODELS, OpenAiExecutionTools, PROMPTBOOK_VERSION };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/openai",
3
- "version": "0.61.0-14",
3
+ "version": "0.61.0-15",
4
4
  "description": "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.61.0-14"
52
+ "@promptbook/core": "0.61.0-15"
53
53
  },
54
54
  "main": "./umd/index.umd.js",
55
55
  "module": "./esm/index.es.js",
package/umd/index.umd.js CHANGED
@@ -1192,7 +1192,7 @@
1192
1192
  /**
1193
1193
  * The version of the Promptbook library
1194
1194
  */
1195
- var PROMPTBOOK_VERSION = '0.61.0-13';
1195
+ var PROMPTBOOK_VERSION = '0.61.0-14';
1196
1196
  // TODO: !!!! List here all the versions and annotate + put into script
1197
1197
 
1198
1198
  exports.OPENAI_MODELS = OPENAI_MODELS;