@promptbook/openai 0.59.0-36 → 0.59.0

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
@@ -1142,7 +1142,7 @@ var OpenAiExecutionTools = /** @class */ (function () {
1142
1142
  /**
1143
1143
  * The version of the Promptbook library
1144
1144
  */
1145
- var PROMPTBOOK_VERSION = '0.59.0-35';
1145
+ var PROMPTBOOK_VERSION = '0.59.0-36';
1146
1146
 
1147
1147
  export { OPENAI_MODELS, OpenAiExecutionTools, PROMPTBOOK_VERSION };
1148
1148
  //# 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-36",
3
+ "version": "0.59.0",
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-36"
52
+ "@promptbook/core": "0.59.0"
53
53
  },
54
54
  "main": "./umd/index.umd.js",
55
55
  "module": "./esm/index.es.js",
package/umd/index.umd.js CHANGED
@@ -1150,7 +1150,7 @@
1150
1150
  /**
1151
1151
  * The version of the Promptbook library
1152
1152
  */
1153
- var PROMPTBOOK_VERSION = '0.59.0-35';
1153
+ var PROMPTBOOK_VERSION = '0.59.0-36';
1154
1154
 
1155
1155
  exports.OPENAI_MODELS = OPENAI_MODELS;
1156
1156
  exports.OpenAiExecutionTools = OpenAiExecutionTools;