@promptbook/azure-openai 0.57.1 → 0.57.2
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 +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +1 -1
package/esm/index.es.js
CHANGED
|
@@ -1012,7 +1012,7 @@ var AzureOpenAiExecutionTools = /** @class */ (function () {
|
|
|
1012
1012
|
/**
|
|
1013
1013
|
* The version of the Promptbook library
|
|
1014
1014
|
*/
|
|
1015
|
-
var PROMPTBOOK_VERSION = '0.57.
|
|
1015
|
+
var PROMPTBOOK_VERSION = '0.57.1';
|
|
1016
1016
|
|
|
1017
1017
|
export { AzureOpenAiExecutionTools, PROMPTBOOK_VERSION };
|
|
1018
1018
|
//# sourceMappingURL=index.es.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/azure-openai",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.2",
|
|
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.
|
|
51
|
+
"@promptbook/core": "0.57.2"
|
|
52
52
|
},
|
|
53
53
|
"main": "./umd/index.umd.js",
|
|
54
54
|
"module": "./esm/index.es.js",
|
package/umd/index.umd.js
CHANGED
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
/**
|
|
1020
1020
|
* The version of the Promptbook library
|
|
1021
1021
|
*/
|
|
1022
|
-
var PROMPTBOOK_VERSION = '0.57.
|
|
1022
|
+
var PROMPTBOOK_VERSION = '0.57.1';
|
|
1023
1023
|
|
|
1024
1024
|
exports.AzureOpenAiExecutionTools = AzureOpenAiExecutionTools;
|
|
1025
1025
|
exports.PROMPTBOOK_VERSION = PROMPTBOOK_VERSION;
|