@promptbook/core
Advanced tools
Comparing version 0.81.0-7 to 0.81.0-8
@@ -12,2 +12,3 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { $execCommands } from '../utils/execCommand/$execCommands'; | ||
import { wizzard } from '../wizzard/wizzard'; | ||
export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION }; | ||
@@ -24,1 +25,2 @@ export { createCollectionFromDirectory }; | ||
export { $execCommands }; | ||
export { wizzard }; |
@@ -0,4 +1,12 @@ | ||
import type { PipelineCollection } from '../../collection/PipelineCollection'; | ||
import type { string_formfactor_name } from '../../formfactors/_common/string_formfactor_name'; | ||
import type { PipelineJson } from '../../pipeline/PipelineJson/PipelineJson'; | ||
/** | ||
* @@@ | ||
* | ||
* @singleton | ||
* @private internal cache of `getBookTemplate` | ||
*/ | ||
export declare let templatesPipelineCollection: PipelineCollection | null; | ||
/** | ||
* Get template for new book | ||
@@ -8,6 +16,7 @@ * | ||
*/ | ||
export declare function getBookTemplate(formfactorName: string_formfactor_name): Promise<PipelineJson | null>; | ||
export declare function getBookTemplate(formfactorName: string_formfactor_name): PipelineJson; | ||
/** | ||
* TODO: !!!!!! Test | ||
* TODO: [🧠] Which is the best place for this function | ||
* TODO: !!!!!! `book string template notation | ||
*/ |
{ | ||
"name": "@promptbook/core", | ||
"version": "0.81.0-7", | ||
"version": "0.81.0-8", | ||
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin", | ||
@@ -5,0 +5,0 @@ "--note-0": " <- [🐊]", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2202519
642
34110