@promptbook/openai 0.112.0-87 → 0.112.0-88

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
@@ -20,7 +20,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
20
20
  * @generated
21
21
  * @see https://github.com/webgptorg/promptbook
22
22
  */
23
- const PROMPTBOOK_ENGINE_VERSION = '0.112.0-87';
23
+ const PROMPTBOOK_ENGINE_VERSION = '0.112.0-88';
24
24
  /**
25
25
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
26
26
  * Note: [💞] Ignore a discrepancy between file name and entity name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/openai",
3
- "version": "0.112.0-87",
3
+ "version": "0.112.0-88",
4
4
  "description": "Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -106,7 +106,7 @@
106
106
  "types": "./esm/src/_packages/openai.index.d.ts",
107
107
  "typings": "./esm/src/_packages/openai.index.d.ts",
108
108
  "peerDependencies": {
109
- "@promptbook/core": "0.112.0-87"
109
+ "@promptbook/core": "0.112.0-88"
110
110
  },
111
111
  "dependencies": {
112
112
  "@openai/agents": "0.4.15",
package/umd/index.umd.js CHANGED
@@ -24,7 +24,7 @@
24
24
  * @generated
25
25
  * @see https://github.com/webgptorg/promptbook
26
26
  */
27
- const PROMPTBOOK_ENGINE_VERSION = '0.112.0-87';
27
+ const PROMPTBOOK_ENGINE_VERSION = '0.112.0-88';
28
28
  /**
29
29
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
30
30
  * Note: [💞] Ignore a discrepancy between file name and entity name