Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
0
Versions
366
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.60.0-5 to 0.60.0-6

2

esm/index.es.js

@@ -159,5 +159,5 @@ import { io } from 'socket.io-client';

*/
var PROMPTBOOK_VERSION = '0.60.0-4';
var PROMPTBOOK_VERSION = '0.60.0-5';
export { PROMPTBOOK_VERSION, RemoteLlmExecutionTools };
//# sourceMappingURL=index.es.js.map

@@ -39,3 +39,3 @@ import { collectionToJson } from '../collection/collectionToJson';

export { addUsage, assertsExecutionSuccessful, checkExpectations, embeddingVectorToString, executionReportJsonToString, ExecutionReportStringOptions, ExecutionReportStringOptionsDefaults, isPassingExpectations, prepareKnowledgeFromMarkdown, prettifyPipelineString, usageToWorktime, };
export { collectionToJson, createCollectionFromJson, createCollectionFromPromise, createCollectionFromUrl, createSubcollection as createSublibrary, };
export { collectionToJson, createCollectionFromJson, createCollectionFromPromise, createCollectionFromUrl, createSubcollection, };
export { SimplePromptInterfaceTools };

@@ -42,0 +42,0 @@ export { pipelineJsonToString, pipelineStringToJson, pipelineStringToJsonSync, validatePipeline };

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

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

"peerDependencies": {
"@promptbook/core": "0.60.0-5"
"@promptbook/core": "0.60.0-6"
},

@@ -53,0 +53,0 @@ "main": "./umd/index.umd.js",

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

*/
var PROMPTBOOK_VERSION = '0.60.0-4';
var PROMPTBOOK_VERSION = '0.60.0-5';

@@ -166,0 +166,0 @@ exports.PROMPTBOOK_VERSION = PROMPTBOOK_VERSION;

@@ -39,3 +39,3 @@ import { collectionToJson } from '../collection/collectionToJson';

export { addUsage, assertsExecutionSuccessful, checkExpectations, embeddingVectorToString, executionReportJsonToString, ExecutionReportStringOptions, ExecutionReportStringOptionsDefaults, isPassingExpectations, prepareKnowledgeFromMarkdown, prettifyPipelineString, usageToWorktime, };
export { collectionToJson, createCollectionFromJson, createCollectionFromPromise, createCollectionFromUrl, createSubcollection as createSublibrary, };
export { collectionToJson, createCollectionFromJson, createCollectionFromPromise, createCollectionFromUrl, createSubcollection, };
export { SimplePromptInterfaceTools };

@@ -42,0 +42,0 @@ export { pipelineJsonToString, pipelineStringToJson, pipelineStringToJsonSync, validatePipeline };

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc