Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@promptbook/node

Package Overview
Dependencies
Maintainers
0
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/node - npm Package Compare versions

Comparing version 0.75.3 to 0.75.5

esm/typings/src/errors/0-BoilerplateError.d.ts

8

esm/typings/src/_packages/core.index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc