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-7 to 0.66.0-8

esm/typings/src/llm-providers/azure-openai/createAzureOpenAiExecutionTools.d.ts

2

esm/index.es.js

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

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

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

import { PROMPTBOOK_VERSION } from '../version';
import { AzureOpenAiExecutionTools } from '../llm-providers/azure-openai/AzureOpenAiExecutionTools';
import type { AzureOpenAiExecutionToolsOptions } from '../llm-providers/azure-openai/AzureOpenAiExecutionToolsOptions';
import { createAzureOpenAiExecutionTools } from '../llm-providers/azure-openai/createAzureOpenAiExecutionTools';
import { _AzureOpenAiRegistration } from '../llm-providers/azure-openai/register-constructor';
export { PROMPTBOOK_VERSION };
export { AzureOpenAiExecutionTools };
export type { AzureOpenAiExecutionToolsOptions };
export { createAzureOpenAiExecutionTools };
export { _AzureOpenAiRegistration };
import { PROMPTBOOK_VERSION } from '../version';
import { _CLI } from '../cli/main';
import { _AnthropicClaudeMetadataRegistration } from '../llm-providers/anthropic-claude/register-configuration';
import { _AzureOpenAiMetadataRegistration } from '../llm-providers/azure-openai/register-configuration';
import { _OpenAiMetadataRegistration } from '../llm-providers/openai/register-configuration';

@@ -8,2 +9,3 @@ export { PROMPTBOOK_VERSION };

export { _AnthropicClaudeMetadataRegistration };
export { _AzureOpenAiMetadataRegistration };
export { _OpenAiMetadataRegistration };

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

import { _AnthropicClaudeMetadataRegistration } from '../llm-providers/anthropic-claude/register-configuration';
import { _AzureOpenAiMetadataRegistration } from '../llm-providers/azure-openai/register-configuration';
import { joinLlmExecutionTools } from '../llm-providers/multiple/joinLlmExecutionTools';

@@ -128,2 +129,3 @@ import { _OpenAiMetadataRegistration } from '../llm-providers/openai/register-configuration';

export { _AnthropicClaudeMetadataRegistration };
export { _AzureOpenAiMetadataRegistration };
export { joinLlmExecutionTools };

@@ -130,0 +132,0 @@ export { _OpenAiMetadataRegistration };

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

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

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

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

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

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