@promptbook/openai 0.61.0-29 → 0.61.0-30

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
@@ -1366,7 +1366,7 @@ var OpenAiExecutionTools = /** @class */ (function () {
1366
1366
  /**
1367
1367
  * The version of the Promptbook library
1368
1368
  */
1369
- var PROMPTBOOK_VERSION = '0.61.0-28';
1369
+ var PROMPTBOOK_VERSION = '0.61.0-29';
1370
1370
  // TODO: !!!! List here all the versions and annotate + put into script
1371
1371
 
1372
1372
  export { OPENAI_MODELS, OpenAiExecutionTools, PROMPTBOOK_VERSION };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/openai",
3
- "version": "0.61.0-29",
3
+ "version": "0.61.0-30",
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.61.0-29"
52
+ "@promptbook/core": "0.61.0-30"
53
53
  },
54
54
  "main": "./umd/index.umd.js",
55
55
  "module": "./esm/index.es.js",
package/umd/index.umd.js CHANGED
@@ -1374,7 +1374,7 @@
1374
1374
  /**
1375
1375
  * The version of the Promptbook library
1376
1376
  */
1377
- var PROMPTBOOK_VERSION = '0.61.0-28';
1377
+ var PROMPTBOOK_VERSION = '0.61.0-29';
1378
1378
  // TODO: !!!! List here all the versions and annotate + put into script
1379
1379
 
1380
1380
  exports.OPENAI_MODELS = OPENAI_MODELS;