@promptbook/anthropic-claude
Advanced tools
Comparing version 0.52.0-28 to 0.52.0-29
@@ -8,2 +8,3 @@ import { spaceTrim } from 'spacetrim'; | ||
import { titleToName } from '../conversion/utils/titleToName'; | ||
import { forEachAsync } from '../execution/utils/forEachAsync'; | ||
import { replaceParameters } from '../execution/utils/replaceParameters'; | ||
@@ -50,2 +51,3 @@ import { CountUtils } from '../utils/expectation-counters'; | ||
import { unwrapResult } from '../utils/unwrapResult'; | ||
export { forEachAsync }; | ||
export { extractAllBlocksFromMarkdown, // <- [🌻] | ||
@@ -52,0 +54,0 @@ extractAllListItemsFromMarkdown, extractBlock, // <- [🌻] |
{ | ||
"name": "@promptbook/anthropic-claude", | ||
"version": "0.52.0-28", | ||
"version": "0.52.0-29", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -51,3 +51,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.52.0-28" | ||
"@promptbook/core": "0.52.0-29" | ||
}, | ||
@@ -54,0 +54,0 @@ "main": "./umd/index.umd.js", |
@@ -8,2 +8,3 @@ import { spaceTrim } from 'spacetrim'; | ||
import { titleToName } from '../conversion/utils/titleToName'; | ||
import { forEachAsync } from '../execution/utils/forEachAsync'; | ||
import { replaceParameters } from '../execution/utils/replaceParameters'; | ||
@@ -50,2 +51,3 @@ import { CountUtils } from '../utils/expectation-counters'; | ||
import { unwrapResult } from '../utils/unwrapResult'; | ||
export { forEachAsync }; | ||
export { extractAllBlocksFromMarkdown, // <- [🌻] | ||
@@ -52,0 +54,0 @@ extractAllListItemsFromMarkdown, extractBlock, // <- [🌻] |
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
474022
516
7998