@promptbook/editable
Advanced tools
Comparing version 0.82.0-2 to 0.82.0-3
@@ -17,3 +17,3 @@ import spaceTrim, { spaceTrim as spaceTrim$1 } from 'spacetrim'; | ||
*/ | ||
var PROMPTBOOK_ENGINE_VERSION = '0.82.0-1'; | ||
var PROMPTBOOK_ENGINE_VERSION = '0.82.0-2'; | ||
/** | ||
@@ -20,0 +20,0 @@ * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine |
@@ -14,2 +14,3 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { DEFAULT_BOOK_TITLE } from '../config'; | ||
import { DEFAULT_TASK_TITLE } from '../config'; | ||
import { MAX_FILENAME_LENGTH } from '../config'; | ||
@@ -138,2 +139,3 @@ import { DEFAULT_INTERMEDIATE_FILES_STRATEGY } from '../config'; | ||
export { DEFAULT_BOOK_TITLE }; | ||
export { DEFAULT_TASK_TITLE }; | ||
export { MAX_FILENAME_LENGTH }; | ||
@@ -140,0 +142,0 @@ export { DEFAULT_INTERMEDIATE_FILES_STRATEGY }; |
@@ -63,2 +63,8 @@ import type { CsvSettings } from './formats/csv/CsvSettings'; | ||
/** | ||
* When the title of task is not provided, the default title is used | ||
* | ||
* @public exported from `@promptbook/core` | ||
*/ | ||
export declare const DEFAULT_TASK_TITLE = "Task"; | ||
/** | ||
* Warning message for the generated sections and files files | ||
@@ -65,0 +71,0 @@ * |
{ | ||
"name": "@promptbook/editable", | ||
"version": "0.82.0-2", | ||
"version": "0.82.0-3", | ||
"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.82.0-2" | ||
"@promptbook/core": "0.82.0-3" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
@@ -25,3 +25,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_ENGINE_VERSION = '0.82.0-1'; | ||
var PROMPTBOOK_ENGINE_VERSION = '0.82.0-2'; | ||
/** | ||
@@ -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
666410
13734