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

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
1
Versions
466
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.69.0-20 to 0.69.0-21

2

esm/index.es.js

@@ -8,3 +8,3 @@ import { io } from 'socket.io-client';

*/
var PROMPTBOOK_VERSION = '0.69.0-19';
var PROMPTBOOK_VERSION = '0.69.0-20';
// TODO:[main] !!!! List here all the versions and annotate + put into script

@@ -11,0 +11,0 @@

@@ -22,3 +22,7 @@ import type { string_parameter_name } from '../../types/typeAliases';

*/
readonly subparameterNames: Array<string_parameter_name>;
readonly inputSubparameterNames: Array<string_parameter_name>;
/**
* @@@
*/
readonly outputSubparameterName: string_parameter_name;
};

@@ -25,3 +25,3 @@ import type { Promisable, ReadonlyDeep } from 'type-fest';

*/
readonly onProgress?: (taskProgress: TaskProgress) => Promisable<void>;
onProgress?(taskProgress: TaskProgress): Promisable<void>;
/**

@@ -28,0 +28,0 @@ * @@@

@@ -7,2 +7,2 @@ import type { EmbeddingVector } from './EmbeddingVector';

*/
export declare function embeddingVectorToString(embeddingVector: EmbeddingVector): string;
export declare function embeddingVectorToString(embeddingVector: Readonly<EmbeddingVector>): string;
import type { Promisable } from 'type-fest';
import type { Parameters } from '../../types/typeAliases';
import type { string_parameter_name } from '../../types/typeAliases';
import type { string_name } from '../../types/typeAliases';

@@ -26,3 +27,3 @@ import type { string_SCREAMING_CASE } from '../../utils/normalization/normalizeTo_SCREAMING_CASE';

*/
mapValues(value: TValue, settings: TSettings, mapCallback: (subvalues: Parameters, index: number) => Promisable<string>): Promise<string>;
mapValues(value: TValue, outputParameterName: string_parameter_name, settings: TSettings, mapCallback: (subvalues: Parameters, index: number) => Promisable<string>): Promise<string>;
};

@@ -29,0 +30,0 @@ /**

@@ -0,1 +1,2 @@

import type { ReadonlyDeep } from 'type-fest';
import type { ExecutionReportJson } from './ExecutionReportJson';

@@ -9,3 +10,3 @@ import type { ExecutionReportString } from './ExecutionReportString';

*/
export declare function executionReportJsonToString(executionReportJson: ExecutionReportJson, options?: Partial<ExecutionReportStringOptions>): ExecutionReportString;
export declare function executionReportJsonToString(executionReportJson: ReadonlyDeep<ExecutionReportJson>, options?: Partial<ExecutionReportStringOptions>): ExecutionReportString;
/**

@@ -12,0 +13,0 @@ * TODO: Add mermaid chart for every report

@@ -36,5 +36,5 @@ import type { string_markdown_text } from '../typeAliases';

/**
* TODO: [🧠] !!!!!! Should be here registered subparameter from foreach or not?
* TODO: [🧠] Should be here registered subparameters from foreach or not?
* TODO: [♈] Probbably move expectations from templates to parameters
* TODO: [🍙] Make some standard order of json properties
*/
{
"name": "@promptbook/remote-client",
"version": "0.69.0-20",
"version": "0.69.0-21",
"description": "Supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.69.0-20"
"@promptbook/core": "0.69.0-21"
},

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

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

*/
var PROMPTBOOK_VERSION = '0.69.0-19';
var PROMPTBOOK_VERSION = '0.69.0-20';
// TODO:[main] !!!! List here all the versions and annotate + put into script

@@ -18,0 +18,0 @@

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