@promptbook/types 0.69.0-10 → 0.69.0-11

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/README.md CHANGED
@@ -109,7 +109,6 @@ File `write-website-content.ptbk.md`:
109
109
  > Instructions for creating web page content.
110
110
  >
111
111
  > - PIPELINE URL https://promptbook.studio/webgpt/write-website-content.ptbk.md
112
- > - PROMPTBOOK VERSION 0.0.1
113
112
  > - INPUT  PARAM `{rawTitle}` Automatically suggested a site name or empty text
114
113
  > - INPUT  PARAM `{rawAssigment}` Automatically generated site entry from image recognition
115
114
  > - OUTPUT PARAM `{websiteContent}` Web content
@@ -148,13 +148,13 @@ export declare const IS_VERBOSE = false;
148
148
  *
149
149
  * @private within the repository
150
150
  */
151
- export declare const IS_COST_PREVENTED: boolean;
151
+ export declare const IS_PIPELINE_LOGIC_VALIDATED: boolean;
152
152
  /**
153
153
  * @@@
154
154
  *
155
155
  * @private within the repository
156
156
  */
157
- export declare const IS_PIPELINE_LOGIC_VALIDATED: boolean;
157
+ export declare const IS_COST_PREVENTED: boolean;
158
158
  /**
159
159
  * TODO: [🧠][🧜‍♂️] Maybe join remoteUrl and path into single value
160
160
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/types",
3
- "version": "0.69.0-10",
3
+ "version": "0.69.0-11",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -45,6 +45,6 @@
45
45
  ],
46
46
  "typings": "./esm/typings/src/_packages/types.index.d.ts",
47
47
  "peerDependencies": {
48
- "@promptbook/core": "0.69.0-10"
48
+ "@promptbook/core": "0.69.0-11"
49
49
  }
50
50
  }