Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
0
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.67.0-0 to 0.67.0-1

2

esm/index.es.js

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

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

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

@@ -93,3 +93,2 @@ import type { string_date_iso8601 } from '../types/typeAliases';

/**
* TODO: !!!!!! [πŸš‰] Check each provider that rawResponse is fully serializable as JSON
* TODO: [🧠] Maybe timing more accurate then seconds?

@@ -96,0 +95,0 @@ * TODO: [🧠] Should here be link to the prompt?

@@ -12,2 +12,3 @@ import type { PrepareOptions } from '../prepare/PrepareOptions';

/**
* TODO: [πŸ”ƒ] !!!!! If the persona was prepared with different version or different set of models, prepare it once again
* TODO: [🏒] !! Check validity of `modelName` in pipeline

@@ -14,0 +15,0 @@ * TODO: [🏒] !! Check validity of `systemMessage` in pipeline

@@ -9,2 +9,3 @@ import type { PipelineJson } from '../types/PipelineJson/PipelineJson';

/**
* TODO: [πŸ”ƒ] !!!!! If the pipeline was prepared with different version or different set of models, prepare it once again
* TODO: [🐠] Maybe base this on `makeValidator`

@@ -11,0 +12,0 @@ * TODO: [🧊] Pipeline can be partially prepared, this should return true ONLY if fully prepared

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

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

"peerDependencies": {
"@promptbook/core": "0.67.0-0"
"@promptbook/core": "0.67.0-1"
},

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

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

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