@promptbook/node 0.112.0-127 → 0.112.0-129
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 +3 -1
- package/esm/index.es.js.map +1 -1
- package/esm/src/cli/cli-commands/coder/waitOptions.d.ts +14 -0
- package/esm/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +3 -1
- package/umd/index.umd.js.map +1 -1
- package/umd/src/cli/cli-commands/coder/waitOptions.d.ts +14 -0
- package/umd/src/version.d.ts +1 -1
package/esm/index.es.js
CHANGED
|
@@ -35,7 +35,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
|
|
|
35
35
|
* @generated
|
|
36
36
|
* @see https://github.com/webgptorg/promptbook
|
|
37
37
|
*/
|
|
38
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.112.0-
|
|
38
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.112.0-129';
|
|
39
39
|
/**
|
|
40
40
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
41
41
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -30864,7 +30864,9 @@ function createPromptRunnerOptions(options) {
|
|
|
30864
30864
|
noUi: options.noUi,
|
|
30865
30865
|
thinkingLevel: options.thinkingLevel,
|
|
30866
30866
|
waitForUser: false,
|
|
30867
|
+
waitAfterPrompt: 0,
|
|
30867
30868
|
waitBetweenPrompts: 0,
|
|
30869
|
+
waitAfterError: 0,
|
|
30868
30870
|
noCommit: true,
|
|
30869
30871
|
ignoreGitChanges: true,
|
|
30870
30872
|
normalizeLineEndings: false,
|