@promptbook/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 +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +1 -1
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.60.0
|
|
1145
|
+
var PROMPTBOOK_VERSION = '0.60.0';
|
|
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.60.
|
|
3
|
+
"version": "0.60.1",
|
|
4
4
|
"description": "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.60.
|
|
52
|
+
"@promptbook/core": "0.60.1"
|
|
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.60.0
|
|
1153
|
+
var PROMPTBOOK_VERSION = '0.60.0';
|
|
1154
1154
|
|
|
1155
1155
|
exports.OPENAI_MODELS = OPENAI_MODELS;
|
|
1156
1156
|
exports.OpenAiExecutionTools = OpenAiExecutionTools;
|