Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
1
Versions
401
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.63.1 to 0.63.2

2

esm/index.es.js

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

*/
var PROMPTBOOK_VERSION = '0.63.0';
var PROMPTBOOK_VERSION = '0.63.1';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -10,0 +10,0 @@

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

import type { LangtailExecutionToolsOptions } from '../llm-providers/langtail/LangtailExecutionToolsOptions';
import type { MultipleLlmExecutionTools } from '../llm-providers/multiple/MultipleLlmExecutionTools';
import type { OpenAiExecutionToolsOptions } from '../llm-providers/openai/OpenAiExecutionToolsOptions';

@@ -246,2 +247,3 @@ import type { Promptbook_Server_Error } from '../llm-providers/remote/interfaces/Promptbook_Server_Error';

export type { LangtailExecutionToolsOptions };
export type { MultipleLlmExecutionTools };
export type { OpenAiExecutionToolsOptions };

@@ -248,0 +250,0 @@ export type { Promptbook_Server_Error };

@@ -15,3 +15,4 @@ import type { AvailableModel } from '../../execution/LlmExecutionTools';

*
* @private internal utility of `joinLlmExecutionTools`
* Note: Internal utility of `joinLlmExecutionTools` but exposed type
* @public exported from `@promptbook/types`
*/

@@ -18,0 +19,0 @@ export declare class MultipleLlmExecutionTools implements LlmExecutionTools {

{
"name": "@promptbook/remote-client",
"version": "0.63.1",
"version": "0.63.2",
"description": "Supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.63.1"
"@promptbook/core": "0.63.2"
},

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

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

*/
var PROMPTBOOK_VERSION = '0.63.0';
var PROMPTBOOK_VERSION = '0.63.1';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -14,0 +14,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