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

@promptbook/fake-llm

Package Overview
Dependencies
Maintainers
0
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/fake-llm - npm Package Compare versions

Comparing version 0.81.0-9 to 0.81.0-11

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

2

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

@@ -12,3 +12,2 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version';

import { $execCommands } from '../utils/execCommand/$execCommands';
import { wizzard } from '../wizzard/wizzard';
export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION };

@@ -25,2 +24,1 @@ export { createCollectionFromDirectory };

export { $execCommands };
export { wizzard };

@@ -8,2 +8,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/core`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -10,0 +11,0 @@ */

@@ -8,3 +8,5 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/anthropic-claude`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`
*
*/

@@ -11,0 +13,0 @@ export declare const _AnthropicClaudeRegistration: Registration;

@@ -8,2 +8,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/core`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -10,0 +11,0 @@ */

@@ -8,2 +8,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/azure-openai`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -10,0 +11,0 @@ */

@@ -8,2 +8,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/core`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -10,0 +11,0 @@ */

@@ -8,2 +8,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/google`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -10,0 +11,0 @@ */

@@ -8,2 +8,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/core`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -18,2 +19,3 @@ */

* @public exported from `@promptbook/core`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -20,0 +22,0 @@ */

@@ -8,2 +8,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/openai`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -18,2 +19,3 @@ */

* @public exported from `@promptbook/openai`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -20,0 +22,0 @@ */

@@ -8,2 +8,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/legacy-documents`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -10,0 +11,0 @@ */

@@ -22,2 +22,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/core`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -24,0 +25,0 @@ */

@@ -8,2 +8,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/documents`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -10,0 +11,0 @@ */

@@ -22,2 +22,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/core`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -24,0 +25,0 @@ */

@@ -8,2 +8,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/markdown-utils`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -10,0 +11,0 @@ */

@@ -22,2 +22,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/core`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -24,0 +25,0 @@ */

@@ -8,2 +8,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/pdf`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -10,0 +11,0 @@ */

@@ -22,2 +22,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/core`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -24,0 +25,0 @@ */

@@ -8,2 +8,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/website-crawler`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -10,0 +11,0 @@ */

@@ -22,2 +22,3 @@ import type { Registration } from '../../utils/$Register';

* @public exported from `@promptbook/core`
* @public exported from `@promptbook/wizzard`
* @public exported from `@promptbook/cli`

@@ -24,0 +25,0 @@ */

import { Promisable } from 'type-fest';
import type { PipelineJson } from '../pipeline/PipelineJson/PipelineJson';
import type { ExecutionTools } from '../execution/ExecutionTools';
import type { PipelineExecutorResult } from '../execution/PipelineExecutorResult';
import type { PipelineString } from '../pipeline/PipelineString';
import type { TaskProgress } from '../types/TaskProgress';
import type { InputParameters } from '../types/typeAliases';
import type { string_filename } from '../types/typeAliases';
import type { string_pipeline_url } from '../types/typeAliases';
/**
* @@@
* Look at `wizzard` for more details
*
* @public exported from `@promptbook/node`
* @private just for single instance
*/
export declare const wizzard: {
declare class Wizzard {
/**
* @@@!!!!!!
*/
execute(book: string_pipeline_url, inputParameters: InputParameters, onProgress?: ((taskProgress: TaskProgress) => Promisable<void>) | undefined): Promise<PipelineExecutorResult>;
};
execute(book: string_pipeline_url, inputParameters: InputParameters, onProgress?: (taskProgress: TaskProgress) => Promisable<void>): Promise<PipelineExecutorResult>;
private executionTools;
/**
* @@@!!!
*
* @param pipelineSource
*/
getExecutionTools(): Promise<ExecutionTools>;
/**
* TODO: Make standalone function from this exported from node and used here and in `ptbk run`
* @@@!!!
*
* Strategies:
* 1) @@@!!!
* 2) @@@!!!
*
* @param pipelineSource
*/
getPipeline(pipelineSource: string_filename | string_pipeline_url | PipelineString): Promise<PipelineJson>;
}
/**
* ๐Ÿง™โ€โ™‚๏ธ @@@
*
* @singleton
* @public exported from `@promptbook/wizzard`
*/
export declare const wizzard: Wizzard;
export {};
/**
* TODO: !!!!!! Mark in jsdoc as non-pure
* TODO: !!!!!! Add to readmes - one markdown here imported in all packages
* Note: [๐ŸŸข] Code in this file should never be never released in packages that could be imported into browser environment
*/
{
"name": "@promptbook/fake-llm",
"version": "0.81.0-9",
"version": "0.81.0-11",
"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.81.0-9"
"@promptbook/core": "0.81.0-11"
},

@@ -60,0 +60,0 @@ "dependencies": {

@@ -237,2 +237,3 @@ <!-- โš ๏ธ WARNING: This code has been generated so that any manual changes will be overwritten -->

- **[promptbook](https://www.npmjs.com/package/promptbook)** - Same as `ptbk`
- โญ๐Ÿง™โ€โ™‚๏ธ **[@promptbook/wizzard](https://www.npmjs.com/package/@promptbook/wizzard)** - Wizzard to just run the books in node without any struggle
- **[@promptbook/core](https://www.npmjs.com/package/@promptbook/core)** - Core of the library, it contains the main logic for promptbooks

@@ -239,0 +240,0 @@ - **[@promptbook/node](https://www.npmjs.com/package/@promptbook/node)** - Core of the library for Node.js environment

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