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

2

esm/index.es.js

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

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

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

import { PROMPTBOOK_VERSION } from '../version';
import { __CLI } from '../cli/main';
import { _AnthropicClaudeMetadataRegistration } from '../llm-providers/anthropic-claude/register-configuration';
import { _OpenAiMetadataRegistration } from '../llm-providers/openai/register-configuration';
export { PROMPTBOOK_VERSION };
export { __CLI };
export { _AnthropicClaudeMetadataRegistration };
export { _OpenAiMetadataRegistration };

@@ -7,3 +7,4 @@ /**

* @public exported from `@promptbook/core`
* @public exported from `@promptbook/cli`
*/
export declare const _AnthropicClaudeMetadataRegistration: void;

@@ -7,3 +7,4 @@ /**

* @public exported from `@promptbook/core`
* @public exported from `@promptbook/cli`
*/
export declare const _OpenAiMetadataRegistration: void;
{
"name": "@promptbook/remote-client",
"version": "0.66.0-5",
"version": "0.66.0-6",
"description": "Supercharge your use of large language models",

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

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

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

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

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