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

@promptbook/core

Package Overview
Dependencies
Maintainers
1
Versions
526
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/core - npm Package Compare versions

Comparing version 0.80.0-0 to 0.80.0-1

esm/typings/src/conversion/compilePipeline.d.ts

8

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

@@ -32,5 +32,5 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version';

import { RESERVED_PARAMETER_NAMES } from '../constants';
import { compilePipeline } from '../conversion/compilePipeline';
import { pipelineJsonToString } from '../conversion/pipelineJsonToString';
import { pipelineStringToJson } from '../conversion/pipelineStringToJson';
import { pipelineStringToJsonSync } from '../conversion/pipelineStringToJsonSync';
import { precompilePipeline } from '../conversion/precompilePipeline';
import { prettifyPipelineString } from '../conversion/prettify/prettifyPipelineString';

@@ -154,5 +154,5 @@ import { extractParameterNamesFromTask } from '../conversion/utils/extractParameterNamesFromTask';

export { RESERVED_PARAMETER_NAMES };
export { compilePipeline };
export { pipelineJsonToString };
export { pipelineStringToJson };
export { pipelineStringToJsonSync };
export { precompilePipeline };
export { prettifyPipelineString };

@@ -159,0 +159,0 @@ export { extractParameterNamesFromTask };

@@ -49,4 +49,2 @@ import type { PipelineCollection } from '../collection/PipelineCollection';

import type { string_formfactor_name } from '../formfactors/_common/string_formfactor_name';
import type { AsyncHighLevelAbstraction } from '../high-level-abstractions/_common/HighLevelAbstraction';
import type { CommonHighLevelAbstraction } from '../high-level-abstractions/_common/HighLevelAbstraction';
import type { LlmToolsConfiguration } from '../llm-providers/_common/register/LlmToolsConfiguration';

@@ -314,4 +312,2 @@ import type { LlmToolsMetadata } from '../llm-providers/_common/register/LlmToolsMetadata';

export type { string_formfactor_name };
export type { AsyncHighLevelAbstraction };
export type { CommonHighLevelAbstraction };
export type { LlmToolsConfiguration };

@@ -318,0 +314,0 @@ export type { LlmToolsMetadata };

@@ -9,4 +9,4 @@ import type { Command } from './types/Command';

*
* @private within the pipelineStringToJson
* @private within the compilePipeline
*/
export declare function getParserForCommand<TCommand extends Command>(command: TCommand): CommandParser<TCommand>;

@@ -10,4 +10,4 @@ import type { string_markdown_text } from '../../types/typeAliases';

*
* @private within the pipelineStringToJson
* @private within the compilePipeline
*/
export declare function parseCommand(raw: string_markdown_text, usagePlace: CommandUsagePlace): Command;

@@ -9,4 +9,4 @@ import type { string_markdown_text } from '../../types/typeAliases';

*
* @private within the pipelineStringToJson
* @private within the compilePipeline
*/
export declare function stringifyCommand(command: Command): string_markdown_text;
import type { $PipelineJson } from '../../commands/_common/types/CommandParser';
/**
* Used in `pipelineStringToJsonSync`
* Used in `precompilePipeline`
*

@@ -5,0 +5,0 @@ * @private

/**
* All high-level abstractions
*
* @private internal index of `pipelineStringToJsonSync` (= used for sync) and `preparePipeline` (= used for async)
* @private internal index of `precompilePipeline` (= used for sync) and `preparePipeline` (= used for async)
*/

@@ -6,0 +6,0 @@ export declare const HIGH_LEVEL_ABSTRACTIONS: readonly [{

@@ -5,2 +5,3 @@ import type { PipelineJson } from '../pipeline/PipelineJson/PipelineJson';

*
* @deprecated In future version this function will be removed or deprecated
* @public exported from `@promptbook/core`

@@ -7,0 +8,0 @@ */

{
"name": "@promptbook/core",
"version": "0.80.0-0",
"version": "0.80.0-1",
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",

@@ -5,0 +5,0 @@ "--note-0": " <- [🐊]",

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