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