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