Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
0
Versions
406
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.68.0 to 0.69.0-0

2

esm/index.es.js

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

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

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

@@ -150,2 +150,5 @@ import type { WritableDeep } from 'type-fest';

* @@@
*
* @example 'PIPELINE_HEAD'
* @example 'PIPELINE_TEMPLATE'
*/

@@ -155,2 +158,5 @@ readonly usagePlace: CommandUsagePlace;

* @@@
*
* @example 'promptbook version 0.62.0'
* @example 'FOREACH List Line -> `{customer}`'
*/

@@ -160,2 +166,5 @@ readonly raw: string_markdown_text;

* @@@
*
* @example '0.62.0'
* @example 'List Line -> `{customer}`'
*/

@@ -165,2 +174,5 @@ readonly rawArgs: string_markdown_text;

* @@@
*
* @example 'PROMPTBOOK_VERSION_0_62_0'
* @example 'FOREACH_LIST_LINE_CUSTOMER'
*/

@@ -170,4 +182,7 @@ readonly normalized: string_name & string_SCREAMING_CASE;

* @@@
*
* @example [ '0.62.0' ]
* @example [ 'List', 'Line', '', '{customer}' ]
*/
readonly args: Array<string_name & string_SCREAMING_CASE>;
readonly args: Array<string_name>;
};

@@ -174,0 +189,0 @@ /**

@@ -0,3 +1,5 @@

import type { string_parameter_name } from '../../types/typeAliases';
import type { TODO_string } from '../../utils/organization/TODO_string';
/**
* Parsed FOREACH command <- Write [🍭]
* Parsed FOREACH command <- Write [🍭] !!!!!!
*

@@ -9,2 +11,5 @@ * @see ./foreachCommandParser.ts for more details

readonly type: 'FOREACH';
formatName: TODO_string;
cellName: TODO_string;
parameterName: string_parameter_name;
};

@@ -13,3 +13,4 @@ import type { PipelineTemplateCommandParser } from '../_common/types/CommandParser';

/**
* TODO: [🍭] Make .ptbk.md file with examples of the FOREACH command and also with wrong parsing and logic
* TODO: !!!!!! Comment console logs
* TODO: [🍭] !!!!!! Make .ptbk.md file with examples of the FOREACH command and also with wrong parsing and logic
*/
{
"name": "@promptbook/remote-client",
"version": "0.68.0",
"version": "0.69.0-0",
"description": "Supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.68.0"
"@promptbook/core": "0.69.0-0"
},

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

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

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

@@ -18,0 +18,0 @@

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