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.63.0-9 to 0.63.0-10

2

esm/index.es.js

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

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

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

@@ -62,2 +62,4 @@ import { PROMPTBOOK_VERSION } from '../version';

import { ExecutionReportStringOptionsDefaults } from '../types/execution-report/ExecutionReportStringOptions';
import { MODEL_VARIANTS } from '../types/ModelVariant';
import { EXPECTATION_UNITS } from '../types/PipelineJson/Expectations';
export { PROMPTBOOK_VERSION };

@@ -124,1 +126,3 @@ export { collectionToJson };

export { ExecutionReportStringOptionsDefaults };
export { MODEL_VARIANTS };
export { EXPECTATION_UNITS };

@@ -13,4 +13,4 @@ import type { TupleToUnion } from 'type-fest';

*
* @private internal base for `ModelVariant` and `modelCommandParser`
* @public exported from `@promptbook/core`
*/
export declare const MODEL_VARIANTS: readonly ["COMPLETION", "CHAT", "EMBEDDING"];

@@ -27,3 +27,3 @@ import type { TupleToUnion } from 'type-fest';

* @see https://github.com/webgptorg/promptbook/discussions/30
* @private internal base for `ExpectationUnit`
* @public exported from `@promptbook/core`
*/

@@ -30,0 +30,0 @@ export declare const EXPECTATION_UNITS: readonly ["CHARACTERS", "WORDS", "SENTENCES", "LINES", "PARAGRAPHS", "PAGES"];

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

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

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

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

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

*/
var PROMPTBOOK_VERSION = '0.63.0-8';
var PROMPTBOOK_VERSION = '0.63.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