@promptbook/anthropic-claude
Advanced tools
Comparing version 0.60.0-5 to 0.60.0-6
@@ -704,5 +704,5 @@ import Anthropic from '@anthropic-ai/sdk'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.60.0-4'; | ||
var PROMPTBOOK_VERSION = '0.60.0-5'; | ||
export { AnthropicClaudeExecutionTools, PROMPTBOOK_VERSION }; | ||
//# sourceMappingURL=index.es.js.map |
@@ -39,3 +39,3 @@ import { collectionToJson } from '../collection/collectionToJson'; | ||
export { addUsage, assertsExecutionSuccessful, checkExpectations, embeddingVectorToString, executionReportJsonToString, ExecutionReportStringOptions, ExecutionReportStringOptionsDefaults, isPassingExpectations, prepareKnowledgeFromMarkdown, prettifyPipelineString, usageToWorktime, }; | ||
export { collectionToJson, createCollectionFromJson, createCollectionFromPromise, createCollectionFromUrl, createSubcollection as createSublibrary, }; | ||
export { collectionToJson, createCollectionFromJson, createCollectionFromPromise, createCollectionFromUrl, createSubcollection, }; | ||
export { SimplePromptInterfaceTools }; | ||
@@ -42,0 +42,0 @@ export { pipelineJsonToString, pipelineStringToJson, pipelineStringToJsonSync, validatePipeline }; |
{ | ||
"name": "@promptbook/anthropic-claude", | ||
"version": "0.60.0-5", | ||
"version": "0.60.0-6", | ||
"description": "Supercharge your use of large language models", | ||
@@ -52,3 +52,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.60.0-5" | ||
"@promptbook/core": "0.60.0-6" | ||
}, | ||
@@ -55,0 +55,0 @@ "main": "./umd/index.umd.js", |
@@ -712,3 +712,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.60.0-4'; | ||
var PROMPTBOOK_VERSION = '0.60.0-5'; | ||
@@ -715,0 +715,0 @@ exports.AnthropicClaudeExecutionTools = AnthropicClaudeExecutionTools; |
@@ -39,3 +39,3 @@ import { collectionToJson } from '../collection/collectionToJson'; | ||
export { addUsage, assertsExecutionSuccessful, checkExpectations, embeddingVectorToString, executionReportJsonToString, ExecutionReportStringOptions, ExecutionReportStringOptionsDefaults, isPassingExpectations, prepareKnowledgeFromMarkdown, prettifyPipelineString, usageToWorktime, }; | ||
export { collectionToJson, createCollectionFromJson, createCollectionFromPromise, createCollectionFromUrl, createSubcollection as createSublibrary, }; | ||
export { collectionToJson, createCollectionFromJson, createCollectionFromPromise, createCollectionFromUrl, createSubcollection, }; | ||
export { SimplePromptInterfaceTools }; | ||
@@ -42,0 +42,0 @@ export { pipelineJsonToString, pipelineStringToJson, pipelineStringToJsonSync, validatePipeline }; |
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
570527