@promptbook/anthropic-claude
Advanced tools
Comparing version 0.77.1 to 0.78.0-0
@@ -33,2 +33,5 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { prettifyPipelineString } from '../conversion/prettify/prettifyPipelineString'; | ||
import { extractParameterNamesFromTask } from '../conversion/utils/extractParameterNamesFromTask'; | ||
import { removePipelineCommand } from '../conversion/utils/removePipelineCommand'; | ||
import { renamePipelineParameter } from '../conversion/utils/renamePipelineParameter'; | ||
import { stringifyPipelineJson } from '../conversion/utils/stringifyPipelineJson'; | ||
@@ -149,2 +152,5 @@ import { validatePipeline } from '../conversion/validation/validatePipeline'; | ||
export { prettifyPipelineString }; | ||
export { extractParameterNamesFromTask }; | ||
export { removePipelineCommand }; | ||
export { renamePipelineParameter }; | ||
export { stringifyPipelineJson }; | ||
@@ -151,0 +157,0 @@ export { validatePipeline }; |
@@ -8,2 +8,4 @@ import type { PipelineCollection } from '../collection/PipelineCollection'; | ||
import type { CommandParserInput } from '../commands/_common/types/CommandParser'; | ||
import type { CommandType } from '../commands/_common/types/CommandType'; | ||
import type { CommandTypeOrAlias } from '../commands/_common/types/CommandType'; | ||
import type { CommandUsagePlace } from '../commands/_common/types/CommandUsagePlaces'; | ||
@@ -267,2 +269,4 @@ import type { ExpectCommand } from '../commands/EXPECT/ExpectCommand'; | ||
export type { CommandParserInput }; | ||
export type { CommandType }; | ||
export type { CommandTypeOrAlias }; | ||
export type { CommandUsagePlace }; | ||
@@ -269,0 +273,0 @@ export type { ExpectCommand }; |
import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { renderPromptbookMermaid } from '../conversion/prettify/renderPipelineMermaidOptions'; | ||
import { extractParameterNamesFromTask } from '../conversion/utils/extractParameterNamesFromTask'; | ||
import { extractVariables } from '../conversion/utils/extractVariables'; | ||
import { renameParameter } from '../conversion/utils/renameParameter'; | ||
import { titleToName } from '../conversion/utils/titleToName'; | ||
import { extractVariablesFromScript } from '../conversion/utils/extractVariablesFromScript'; | ||
import { deserializeError } from '../errors/utils/deserializeError'; | ||
@@ -48,2 +45,3 @@ import { serializeError } from '../errors/utils/serializeError'; | ||
import { searchKeywords } from '../utils/normalization/searchKeywords'; | ||
import { titleToName } from '../utils/normalization/titleToName'; | ||
import { spaceTrim } from '../utils/organization/spaceTrim'; | ||
@@ -79,6 +77,3 @@ import { extractParameterNames } from '../utils/parameters/extractParameterNames'; | ||
export { renderPromptbookMermaid }; | ||
export { extractParameterNamesFromTask }; | ||
export { extractVariables }; | ||
export { renameParameter }; | ||
export { titleToName }; | ||
export { extractVariablesFromScript }; | ||
export { deserializeError }; | ||
@@ -125,2 +120,3 @@ export { serializeError }; | ||
export { searchKeywords }; | ||
export { titleToName }; | ||
export { spaceTrim }; | ||
@@ -127,0 +123,0 @@ export { extractParameterNames }; |
@@ -10,3 +10,3 @@ import type { ReadonlyDeep } from 'type-fest'; | ||
* @throws {ParseError} if the script is invalid | ||
* @public exported from `@promptbook/utils` | ||
* @public exported from `@promptbook/core` <- Note: [๐] This utility is so tightly interconnected with the Promptbook that it is not exported as util but in core | ||
*/ | ||
@@ -13,0 +13,0 @@ export declare function extractParameterNamesFromTask(task: ReadonlyDeep<Pick<TaskJson, 'title' | 'description' | 'taskType' | 'content' | 'preparedContent' | 'jokerParameterNames' | 'foreach'>>): Set<string_parameter_name>; |
{ | ||
"name": "@promptbook/anthropic-claude", | ||
"version": "0.77.1", | ||
"version": "0.78.0-0", | ||
"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.77.1" | ||
"@promptbook/core": "0.78.0-0" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
@@ -26,2 +26,6 @@ <!-- โ ๏ธ WARNING: This code has been generated so that any manual changes will be overwritten --> | ||
<blockquote style="color: #ff8811"> | ||
<b>โ Warning:</b> This is a pre-release version of the library. It is not yet ready for production use. Please look at <a href="https://www.npmjs.com/package/@promptbook/core?activeTab=versions">latest stable release</a>. | ||
</blockquote> | ||
## ๐ฆ Package `@promptbook/anthropic-claude` | ||
@@ -28,0 +32,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
810828
620
15441
588