@promptbook/openai 0.57.0 → 0.57.1

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