@promptbook/browser
Advanced tools
Comparing version 0.80.0-0 to 0.80.0-1
@@ -16,3 +16,3 @@ import spaceTrim$1, { spaceTrim } from 'spacetrim'; | ||
*/ | ||
var PROMPTBOOK_ENGINE_VERSION = '0.79.0'; | ||
var PROMPTBOOK_ENGINE_VERSION = '0.80.0-0'; | ||
/** | ||
@@ -19,0 +19,0 @@ * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine |
@@ -32,5 +32,5 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { RESERVED_PARAMETER_NAMES } from '../constants'; | ||
import { compilePipeline } from '../conversion/compilePipeline'; | ||
import { pipelineJsonToString } from '../conversion/pipelineJsonToString'; | ||
import { pipelineStringToJson } from '../conversion/pipelineStringToJson'; | ||
import { pipelineStringToJsonSync } from '../conversion/pipelineStringToJsonSync'; | ||
import { precompilePipeline } from '../conversion/precompilePipeline'; | ||
import { prettifyPipelineString } from '../conversion/prettify/prettifyPipelineString'; | ||
@@ -154,5 +154,5 @@ import { extractParameterNamesFromTask } from '../conversion/utils/extractParameterNamesFromTask'; | ||
export { RESERVED_PARAMETER_NAMES }; | ||
export { compilePipeline }; | ||
export { pipelineJsonToString }; | ||
export { pipelineStringToJson }; | ||
export { pipelineStringToJsonSync }; | ||
export { precompilePipeline }; | ||
export { prettifyPipelineString }; | ||
@@ -159,0 +159,0 @@ export { extractParameterNamesFromTask }; |
@@ -49,4 +49,2 @@ import type { PipelineCollection } from '../collection/PipelineCollection'; | ||
import type { string_formfactor_name } from '../formfactors/_common/string_formfactor_name'; | ||
import type { AsyncHighLevelAbstraction } from '../high-level-abstractions/_common/HighLevelAbstraction'; | ||
import type { CommonHighLevelAbstraction } from '../high-level-abstractions/_common/HighLevelAbstraction'; | ||
import type { LlmToolsConfiguration } from '../llm-providers/_common/register/LlmToolsConfiguration'; | ||
@@ -314,4 +312,2 @@ import type { LlmToolsMetadata } from '../llm-providers/_common/register/LlmToolsMetadata'; | ||
export type { string_formfactor_name }; | ||
export type { AsyncHighLevelAbstraction }; | ||
export type { CommonHighLevelAbstraction }; | ||
export type { LlmToolsConfiguration }; | ||
@@ -318,0 +314,0 @@ export type { LlmToolsMetadata }; |
@@ -9,4 +9,4 @@ import type { Command } from './types/Command'; | ||
* | ||
* @private within the pipelineStringToJson | ||
* @private within the compilePipeline | ||
*/ | ||
export declare function getParserForCommand<TCommand extends Command>(command: TCommand): CommandParser<TCommand>; |
@@ -10,4 +10,4 @@ import type { string_markdown_text } from '../../types/typeAliases'; | ||
* | ||
* @private within the pipelineStringToJson | ||
* @private within the compilePipeline | ||
*/ | ||
export declare function parseCommand(raw: string_markdown_text, usagePlace: CommandUsagePlace): Command; |
@@ -9,4 +9,4 @@ import type { string_markdown_text } from '../../types/typeAliases'; | ||
* | ||
* @private within the pipelineStringToJson | ||
* @private within the compilePipeline | ||
*/ | ||
export declare function stringifyCommand(command: Command): string_markdown_text; |
import type { $PipelineJson } from '../../commands/_common/types/CommandParser'; | ||
/** | ||
* Used in `pipelineStringToJsonSync` | ||
* Used in `precompilePipeline` | ||
* | ||
@@ -5,0 +5,0 @@ * @private |
/** | ||
* All high-level abstractions | ||
* | ||
* @private internal index of `pipelineStringToJsonSync` (= used for sync) and `preparePipeline` (= used for async) | ||
* @private internal index of `precompilePipeline` (= used for sync) and `preparePipeline` (= used for async) | ||
*/ | ||
@@ -6,0 +6,0 @@ export declare const HIGH_LEVEL_ABSTRACTIONS: readonly [{ |
@@ -5,2 +5,3 @@ import type { PipelineJson } from '../pipeline/PipelineJson/PipelineJson'; | ||
* | ||
* @deprecated In future version this function will be removed or deprecated | ||
* @public exported from `@promptbook/core` | ||
@@ -7,0 +8,0 @@ */ |
{ | ||
"name": "@promptbook/browser", | ||
"version": "0.80.0-0", | ||
"version": "0.80.0-1", | ||
"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.80.0-0" | ||
"@promptbook/core": "0.80.0-1" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
@@ -23,3 +23,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_ENGINE_VERSION = '0.79.0'; | ||
var PROMPTBOOK_ENGINE_VERSION = '0.80.0-0'; | ||
/** | ||
@@ -26,0 +26,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
678775
13630