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-6 to 0.63.0-7

esm/typings/src/cli/cli-commands/about.d.ts

2

esm/index.es.js

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

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

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

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

import { BlockTypes } from '../commands/BLOCK/BlockTypes';
import { CLAIM } from '../config';
import { MAX_PARALLEL_COUNT } from '../config';

@@ -70,2 +71,3 @@ import { MAX_EXECUTION_ATTEMPTS } from '../config';

export { BlockTypes };
export { CLAIM };
export { MAX_PARALLEL_COUNT };

@@ -72,0 +74,0 @@ export { MAX_EXECUTION_ATTEMPTS };

@@ -9,2 +9,3 @@ import type { Command as Program } from 'commander';

/**
* TODO: Maybe remove this command - "about" command should be enough?
* TODO: [0] DRY Javascript and typescript - Maybe make ONLY typescript and for javascript just remove types

@@ -11,0 +12,0 @@ * Note: [🟑] This code should never be published outside of `@promptbook/cli`

@@ -8,2 +8,10 @@ /**

/**
* Claim for the Promptbook
*
* TODO: [πŸ—½] Unite branding and make single place for it
*
* @public exported from `@promptbook/core`
*/
export declare const CLAIM = "Supercharge LLM models with Promptbook";
/**
* Warning message for the generated sections and files files

@@ -10,0 +18,0 @@ *

@@ -27,1 +27,4 @@ import type { PipelineJson } from '../../types/PipelineJson/PipelineJson';

export declare function importPipelineJsonAsString(path: `${string}.ptbk.json`): string_json<PipelineJson>;
/**
* TODO: [πŸ₯―] This should be part of scripting + testing utilities set which are not builded into packages
*/
{
"name": "@promptbook/remote-client",
"version": "0.63.0-6",
"version": "0.63.0-7",
"description": "Supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.63.0-6"
"@promptbook/core": "0.63.0-7"
},

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

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

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