@promptbook/browser
Advanced tools
Comparing version 0.77.0 to 0.77.1
@@ -16,3 +16,3 @@ import spaceTrim$1, { spaceTrim } from 'spacetrim'; | ||
*/ | ||
var PROMPTBOOK_ENGINE_VERSION = '0.77.0-6'; | ||
var PROMPTBOOK_ENGINE_VERSION = '0.77.0'; | ||
/** | ||
@@ -19,0 +19,0 @@ * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine |
@@ -38,3 +38,3 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { BoilerplateError } from '../errors/0-BoilerplateError'; | ||
import { ERRORS } from '../errors/0-index'; | ||
import { PROMPTBOOK_ERRORS } from '../errors/0-index'; | ||
import { AbstractFormatError } from '../errors/AbstractFormatError'; | ||
@@ -154,3 +154,3 @@ import { CollectionError } from '../errors/CollectionError'; | ||
export { BoilerplateError }; | ||
export { ERRORS }; | ||
export { PROMPTBOOK_ERRORS }; | ||
export { AbstractFormatError }; | ||
@@ -157,0 +157,0 @@ export { CollectionError }; |
#!/usr/bin/env ts-node | ||
/** | ||
* Note: [๐บ] Purpose of this file is to test the CLI in development environment | ||
* Note: [๐บ] Purpose of this file is to test and use the current CLI in development environment | ||
*/ | ||
import '../../_packages/cli.index.ts'; |
@@ -21,3 +21,3 @@ import { CsvFormatError } from '../formats/csv/CsvFormatError'; | ||
*/ | ||
export declare const ERRORS: { | ||
export declare const PROMPTBOOK_ERRORS: { | ||
readonly AbstractFormatError: typeof AbstractFormatError; | ||
@@ -40,3 +40,48 @@ readonly CsvFormatError: typeof CsvFormatError; | ||
/** | ||
* Index of all javascript errors | ||
* | ||
* @private for internal usage | ||
*/ | ||
export declare const COMMON_JAVASCRIPT_ERRORS: { | ||
readonly Error: ErrorConstructor; | ||
readonly EvalError: EvalErrorConstructor; | ||
readonly RangeError: RangeErrorConstructor; | ||
readonly ReferenceError: ReferenceErrorConstructor; | ||
readonly SyntaxError: SyntaxErrorConstructor; | ||
readonly TypeError: TypeErrorConstructor; | ||
readonly URIError: URIErrorConstructor; | ||
readonly AggregateError: AggregateErrorConstructor; | ||
}; | ||
/** | ||
* Index of all errors | ||
* | ||
* @private for internal usage | ||
*/ | ||
export declare const ALL_ERRORS: { | ||
readonly Error: ErrorConstructor; | ||
readonly EvalError: EvalErrorConstructor; | ||
readonly RangeError: RangeErrorConstructor; | ||
readonly ReferenceError: ReferenceErrorConstructor; | ||
readonly SyntaxError: SyntaxErrorConstructor; | ||
readonly TypeError: TypeErrorConstructor; | ||
readonly URIError: URIErrorConstructor; | ||
readonly AggregateError: AggregateErrorConstructor; | ||
readonly AbstractFormatError: typeof AbstractFormatError; | ||
readonly CsvFormatError: typeof CsvFormatError; | ||
readonly CollectionError: typeof CollectionError; | ||
readonly EnvironmentMismatchError: typeof EnvironmentMismatchError; | ||
readonly ExpectError: typeof ExpectError; | ||
readonly KnowledgeScrapeError: typeof KnowledgeScrapeError; | ||
readonly LimitReachedError: typeof LimitReachedError; | ||
readonly MissingToolsError: typeof MissingToolsError; | ||
readonly NotFoundError: typeof NotFoundError; | ||
readonly NotYetImplementedError: typeof NotYetImplementedError; | ||
readonly ParseError: typeof ParseError; | ||
readonly PipelineExecutionError: typeof PipelineExecutionError; | ||
readonly PipelineLogicError: typeof PipelineLogicError; | ||
readonly PipelineUrlError: typeof PipelineUrlError; | ||
readonly UnexpectedError: typeof UnexpectedError; | ||
}; | ||
/** | ||
* Note: [๐] Ignore a discrepancy between file name and entity name | ||
*/ |
@@ -1,2 +0,2 @@ | ||
import type { ERRORS } from '../0-index'; | ||
import type { ALL_ERRORS } from '../0-index'; | ||
/** | ||
@@ -11,3 +11,3 @@ * Represents a serialized error or custom Promptbook error | ||
*/ | ||
readonly name: keyof typeof ERRORS | 'Error'; | ||
readonly name: keyof typeof ALL_ERRORS; | ||
/** | ||
@@ -14,0 +14,0 @@ * The message of the error |
{ | ||
"name": "@promptbook/browser", | ||
"version": "0.77.0", | ||
"version": "0.77.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.77.0" | ||
"@promptbook/core": "0.77.1" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
@@ -23,3 +23,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_ENGINE_VERSION = '0.77.0-6'; | ||
var PROMPTBOOK_ENGINE_VERSION = '0.77.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
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
647868
617
13113