@promptbook/node
Advanced tools
Comparing version 0.75.3 to 0.75.5
@@ -27,2 +27,3 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { DEFAULT_IS_VERBOSE } from '../config'; | ||
import { SET_IS_VERBOSE } from '../config'; | ||
import { DEFAULT_IS_AUTO_INSTALLED } from '../config'; | ||
@@ -37,2 +38,4 @@ import { pipelineJsonToString } from '../conversion/pipelineJsonToString'; | ||
import type { CallbackInterfaceToolsOptions } from '../dialogs/callback/CallbackInterfaceToolsOptions'; | ||
import { BoilerplateError } from '../errors/0-BoilerplateError'; | ||
import { ERRORS } from '../errors/0-index'; | ||
import { AbstractFormatError } from '../errors/AbstractFormatError'; | ||
@@ -42,3 +45,2 @@ import { CollectionError } from '../errors/CollectionError'; | ||
import { ExpectError } from '../errors/ExpectError'; | ||
import { ERRORS } from '../errors/index'; | ||
import { KnowledgeScrapeError } from '../errors/KnowledgeScrapeError'; | ||
@@ -142,2 +144,3 @@ import { LimitReachedError } from '../errors/LimitReachedError'; | ||
export { DEFAULT_IS_VERBOSE }; | ||
export { SET_IS_VERBOSE }; | ||
export { DEFAULT_IS_AUTO_INSTALLED }; | ||
@@ -152,2 +155,4 @@ export { pipelineJsonToString }; | ||
export type { CallbackInterfaceToolsOptions }; | ||
export { BoilerplateError }; | ||
export { ERRORS }; | ||
export { AbstractFormatError }; | ||
@@ -157,3 +162,2 @@ export { CollectionError }; | ||
export { ExpectError }; | ||
export { ERRORS }; | ||
export { KnowledgeScrapeError }; | ||
@@ -160,0 +164,0 @@ export { LimitReachedError }; |
@@ -207,8 +207,16 @@ import type { CsvSettings } from './formats/csv/CsvSettings'; | ||
*/ | ||
export declare const DEFAULT_IS_VERBOSE = false; | ||
export declare let DEFAULT_IS_VERBOSE: boolean; | ||
/** | ||
* @@@ | ||
* | ||
* Note: This is experimental feature | ||
* | ||
* @public exported from `@promptbook/core` | ||
*/ | ||
export declare function SET_IS_VERBOSE(isVerbose: boolean): void; | ||
/** | ||
* @@@ | ||
* | ||
* @public exported from `@promptbook/core` | ||
*/ | ||
export declare const DEFAULT_IS_AUTO_INSTALLED = false; | ||
@@ -215,0 +223,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import type { ERRORS } from '../index'; | ||
import type { ERRORS } from '../0-index'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Represents a serialized error or custom Promptbook error |
import type { string_markdown } from '../../../types/typeAliases'; | ||
import type { Scraper } from '../Scraper'; | ||
/** | ||
@@ -9,5 +10,5 @@ * Creates a message with all registered scrapers | ||
*/ | ||
export declare function $registeredScrapersMessage(): string_markdown; | ||
export declare function $registeredScrapersMessage(availableScrapers: ReadonlyArray<Scraper>): string_markdown; | ||
/** | ||
* TODO: [®] DRY Register logic | ||
*/ |
{ | ||
"name": "@promptbook/node", | ||
"version": "0.75.3", | ||
"version": "0.75.5", | ||
"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.75.3" | ||
"@promptbook/core": "0.75.5" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
2067943
607
31954