Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
0
Versions
406
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-7 to 0.69.0-8

esm/typings/src/execution/createPipelineExecutor/$OngoingTemplateResult.d.ts

2

esm/index.es.js

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

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

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

@@ -31,1 +31,4 @@ export type CreatePipelineExecutorSettings = {

};
/**
* TODO: [🤹‍♂️] More granular setting for limits of execution + better waiting for queue
*/
import type { Promisable, ReadonlyDeep } from 'type-fest';
import type { CreatePipelineExecutorSettings } from './00-CreatePipelineExecutorSettings';
import type { PipelineJson } from '../../types/PipelineJson/PipelineJson';

@@ -8,2 +7,3 @@ import type { TaskProgress } from '../../types/TaskProgress';

import type { PipelineExecutorResult } from '../PipelineExecutorResult';
import type { CreatePipelineExecutorSettings } from './00-CreatePipelineExecutorSettings';
/**

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

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

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

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

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

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

*/
var PROMPTBOOK_VERSION = '0.69.0-6';
var PROMPTBOOK_VERSION = '0.69.0-7';
// TODO: !!!! 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