@promptbook/openai 0.61.0-4 → 0.61.0-7

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
@@ -1159,7 +1159,7 @@ var OpenAiExecutionTools = /** @class */ (function () {
1159
1159
  /**
1160
1160
  * The version of the Promptbook library
1161
1161
  */
1162
- var PROMPTBOOK_VERSION = '0.61.0-3';
1162
+ var PROMPTBOOK_VERSION = '0.61.0-6';
1163
1163
  // TODO: !!!! List here all the versions and annotate + put into script
1164
1164
 
1165
1165
  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-4",
3
+ "version": "0.61.0-7",
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-4"
52
+ "@promptbook/core": "0.61.0-7"
53
53
  },
54
54
  "main": "./umd/index.umd.js",
55
55
  "module": "./esm/index.es.js",
package/umd/index.umd.js CHANGED
@@ -1167,7 +1167,7 @@
1167
1167
  /**
1168
1168
  * The version of the Promptbook library
1169
1169
  */
1170
- var PROMPTBOOK_VERSION = '0.61.0-3';
1170
+ var PROMPTBOOK_VERSION = '0.61.0-6';
1171
1171
  // TODO: !!!! List here all the versions and annotate + put into script
1172
1172
 
1173
1173
  exports.OPENAI_MODELS = OPENAI_MODELS;