Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
1
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-0 to 0.63.0-1

4

esm/index.es.js

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

* The version of the Promptbook library
*
* @public exported from all packages
*/
var PROMPTBOOK_VERSION = '0.62.0';
var PROMPTBOOK_VERSION = '0.63.0-0';
// TODO: !!!! List here all the versions and annotate + put into script

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

import type { string_semantic_version } from './types/typeAliases';
/**
* The version of the Promptbook library
*
* @public exported from all packages
*/
export declare const PROMPTBOOK_VERSION: string_promptbook_version;
export type string_promptbook_version = string_semantic_version;
{
"name": "@promptbook/remote-client",
"version": "0.63.0-0",
"version": "0.63.0-1",
"description": "Supercharge your use of large language models",

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

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

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

@@ -9,6 +9,4 @@ (function (global, factory) {

* The version of the Promptbook library
*
* @public exported from all packages
*/
var PROMPTBOOK_VERSION = '0.62.0';
var PROMPTBOOK_VERSION = '0.63.0-0';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -15,0 +13,0 @@

import type { string_semantic_version } from './types/typeAliases';
/**
* The version of the Promptbook library
*
* @public exported from all packages
*/
export declare const PROMPTBOOK_VERSION: string_promptbook_version;
export type string_promptbook_version = string_semantic_version;

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