@promptbook/browser
Advanced tools
Comparing version 0.84.0-13 to 0.84.0-14
@@ -18,3 +18,3 @@ import spaceTrim$1, { spaceTrim } from 'spacetrim'; | ||
*/ | ||
var PROMPTBOOK_ENGINE_VERSION = '0.84.0-12'; | ||
var PROMPTBOOK_ENGINE_VERSION = '0.84.0-13'; | ||
/** | ||
@@ -21,0 +21,0 @@ * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine |
@@ -15,2 +15,4 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { DEFAULT_TASK_TITLE } from '../config'; | ||
import { DEFAULT_PROMPT_TASK_TITLE } from '../config'; | ||
import { DEFAULT_BOOK_OUTPUT_PARAMETER_NAME } from '../config'; | ||
import { MAX_FILENAME_LENGTH } from '../config'; | ||
@@ -143,2 +145,4 @@ import { DEFAULT_INTERMEDIATE_FILES_STRATEGY } from '../config'; | ||
export { DEFAULT_TASK_TITLE }; | ||
export { DEFAULT_PROMPT_TASK_TITLE }; | ||
export { DEFAULT_BOOK_OUTPUT_PARAMETER_NAME }; | ||
export { MAX_FILENAME_LENGTH }; | ||
@@ -145,0 +149,0 @@ export { DEFAULT_INTERMEDIATE_FILES_STRATEGY }; |
@@ -69,2 +69,14 @@ import type { CsvSettings } from './formats/csv/CsvSettings'; | ||
/** | ||
* When the title of the prompt task is not provided, the default title is used | ||
* | ||
* @public exported from `@promptbook/core` | ||
*/ | ||
export declare const DEFAULT_PROMPT_TASK_TITLE = "Prompt"; | ||
/** | ||
* When the pipeline is flat and no name of return parameter is provided, this name is used | ||
* | ||
* @public exported from `@promptbook/core` | ||
*/ | ||
export declare const DEFAULT_BOOK_OUTPUT_PARAMETER_NAME = "result"; | ||
/** | ||
* Warning message for the generated sections and files files | ||
@@ -71,0 +83,0 @@ * |
{ | ||
"name": "@promptbook/browser", | ||
"version": "0.84.0-13", | ||
"version": "0.84.0-14", | ||
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin", | ||
@@ -57,3 +57,3 @@ "--note-0": " <- [๐]", | ||
"peerDependencies": { | ||
"@promptbook/core": "0.84.0-13" | ||
"@promptbook/core": "0.84.0-14" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
@@ -25,3 +25,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_ENGINE_VERSION = '0.84.0-12'; | ||
var PROMPTBOOK_ENGINE_VERSION = '0.84.0-13'; | ||
/** | ||
@@ -28,0 +28,0 @@ * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
730825
679
14779