Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
0
Versions
366
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/remote-client - npm Package Compare versions

Comparing version 0.60.0-7 to 0.60.0-8

2

esm/index.es.js

@@ -159,5 +159,5 @@ import { io } from 'socket.io-client';

*/
var PROMPTBOOK_VERSION = '0.60.0-6';
var PROMPTBOOK_VERSION = '0.60.0-7';
export { PROMPTBOOK_VERSION, RemoteLlmExecutionTools };
//# sourceMappingURL=index.es.js.map

@@ -10,4 +10,4 @@ /**

/**
* The name of the builded pipeline collection made by CLI `promptbook make` and for lookup in `createCollectionFromDirectory`
* The name of the builded pipeline collection made by CLI `ptbk make` and for lookup in `createCollectionFromDirectory`
*/
export declare const PIPELINE_COLLECTION_BASE_FILENAME = "index";

@@ -5,6 +5,6 @@ import type { PipelineJson } from '../../types/PipelineJson/PipelineJson';

/**
* Promptbook to search and replace for parameters
* This promptbook is returned as copy with replaced parameters
* Pipeline to search and replace for parameters
* This pipeline is returned as copy with replaced parameters
*/
promptbook: PipelineJson;
pipeline: PipelineJson;
/**

@@ -23,5 +23,5 @@ * Original parameter name that should be replaced

*
* @throws {PipelineLogicError} If the new parameter name is already used in the promptbook
* @throws {PipelineLogicError} If the new parameter name is already used in the pipeline
*/
export declare function renameParameter(options: RenameParameterOptions): PipelineJson;
export {};
{
"name": "@promptbook/remote-client",
"version": "0.60.0-7",
"version": "0.60.0-8",
"description": "Supercharge your use of large language models",

@@ -50,3 +50,3 @@ "private": false,

"peerDependencies": {
"@promptbook/core": "0.60.0-7"
"@promptbook/core": "0.60.0-8"
},

@@ -53,0 +53,0 @@ "main": "./umd/index.umd.js",

@@ -163,3 +163,3 @@ (function (global, factory) {

*/
var PROMPTBOOK_VERSION = '0.60.0-6';
var PROMPTBOOK_VERSION = '0.60.0-7';

@@ -166,0 +166,0 @@ exports.PROMPTBOOK_VERSION = PROMPTBOOK_VERSION;

@@ -10,4 +10,4 @@ /**

/**
* The name of the builded pipeline collection made by CLI `promptbook make` and for lookup in `createCollectionFromDirectory`
* The name of the builded pipeline collection made by CLI `ptbk make` and for lookup in `createCollectionFromDirectory`
*/
export declare const PIPELINE_COLLECTION_BASE_FILENAME = "index";

@@ -5,6 +5,6 @@ import type { PipelineJson } from '../../types/PipelineJson/PipelineJson';

/**
* Promptbook to search and replace for parameters
* This promptbook is returned as copy with replaced parameters
* Pipeline to search and replace for parameters
* This pipeline is returned as copy with replaced parameters
*/
promptbook: PipelineJson;
pipeline: PipelineJson;
/**

@@ -23,5 +23,5 @@ * Original parameter name that should be replaced

*
* @throws {PipelineLogicError} If the new parameter name is already used in the promptbook
* @throws {PipelineLogicError} If the new parameter name is already used in the pipeline
*/
export declare function renameParameter(options: RenameParameterOptions): PipelineJson;
export {};
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc