@promptbook/anthropic-claude
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/anthropic-claude", | ||
"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", | ||
@@ -57,3 +57,3 @@ "--note-0": " <- [🐊]", | ||
"peerDependencies": { | ||
"@promptbook/core": "0.81.0-7" | ||
"@promptbook/core": "0.81.0-8" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
857523
642
16324