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.0 to 0.63.1

esm/typings/src/utils/clonePipeline.d.ts

2

esm/index.es.js

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

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

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

declare const _default: ({
pipelineUrl: string;
sourceFile: string;
title: string;
pipelineUrl: string;
promptbookVersion: string;

@@ -81,6 +82,6 @@ parameters: {

}[];
} | {
pipelineUrl: string;
sourceFile: string;
} | {
title: string;
pipelineUrl: string;
promptbookVersion: string;

@@ -169,6 +170,6 @@ parameters: {

}[];
} | {
pipelineUrl: string;
sourceFile: string;
} | {
title: string;
pipelineUrl: string;
promptbookVersion: string;

@@ -252,4 +253,3 @@ parameters: {

}[];
sourceFile: string;
})[];
export default _default;

@@ -10,2 +10,3 @@ import { PROMPTBOOK_VERSION } from '../version';

import { extractBlock } from '../postprocessing/utils/extractBlock';
import { clonePipeline } from '../utils/clonePipeline';
import { $currentDate } from '../utils/currentDate';

@@ -78,2 +79,3 @@ import { deepClone } from '../utils/deepClone';

export { extractBlock };
export { clonePipeline };
export { $currentDate };

@@ -80,0 +82,0 @@ export { deepClone };

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

*/
private llmExecutionTools;
private readonly llmExecutionTools;
/**

@@ -24,0 +24,0 @@ * Gets array of execution tools in order of priority

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

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

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

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

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

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

@@ -14,0 +14,0 @@

Sorry, the diff of this file is not supported yet

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