@promptbook/openai 0.36.3 → 0.36.4

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.
@@ -28,7 +28,7 @@ type PromptbookLibraryOptions = {
28
28
  * @see https://github.com/webgptorg/promptbook#prompt-template-pipeline-library
29
29
  */
30
30
  export declare class PromptbookLibrary {
31
- protected readonly options: PromptbookLibraryOptions;
31
+ readonly options: PromptbookLibraryOptions;
32
32
  /**
33
33
  * Constructs Promptbook from any sources
34
34
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/openai",
3
- "version": "0.36.3",
3
+ "version": "0.36.4",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -37,7 +37,7 @@
37
37
  "openai": "4.2.0"
38
38
  },
39
39
  "peerDependencies": {
40
- "@promptbook/core": "0.36.3"
40
+ "@promptbook/core": "0.36.4"
41
41
  },
42
42
  "main": "./umd/index.umd.js",
43
43
  "module": "./esm/index.es.js",
@@ -28,7 +28,7 @@ type PromptbookLibraryOptions = {
28
28
  * @see https://github.com/webgptorg/promptbook#prompt-template-pipeline-library
29
29
  */
30
30
  export declare class PromptbookLibrary {
31
- protected readonly options: PromptbookLibraryOptions;
31
+ readonly options: PromptbookLibraryOptions;
32
32
  /**
33
33
  * Constructs Promptbook from any sources
34
34
  *