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.66.0-9 to 0.66.0

2

esm/index.es.js

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

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

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

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

import { DEFAULT_REMOTE_URL_PATH } from '../config';
import { IS_VERBOSE } from '../config';
import { pipelineJsonToString } from '../conversion/pipelineJsonToString';

@@ -92,2 +93,3 @@ import type { PipelineStringToJsonOptions } from '../conversion/pipelineStringToJson';

export { DEFAULT_REMOTE_URL_PATH };
export { IS_VERBOSE };
export { pipelineJsonToString };

@@ -94,0 +96,0 @@ export type { PipelineStringToJsonOptions };

@@ -125,2 +125,8 @@ /**

*
* @public exported from `@promptbook/core`
*/
export declare const IS_VERBOSE = false;
/**
* @@@
*
* @private within the repository

@@ -127,0 +133,0 @@ */

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

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

"peerDependencies": {
"@promptbook/core": "0.66.0-9"
"@promptbook/core": "0.66.0"
},

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

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

*/
var PROMPTBOOK_VERSION = '0.66.0-8';
var PROMPTBOOK_VERSION = '0.66.0-9';
// 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