Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
1
Versions
365
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.60.0-3 to 0.60.0-4

2

esm/index.es.js

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

*/
var PROMPTBOOK_VERSION = '0.60.0-2';
var PROMPTBOOK_VERSION = '0.60.0-3';
export { PROMPTBOOK_VERSION, RemoteLlmExecutionTools };
//# sourceMappingURL=index.es.js.map

@@ -20,3 +20,3 @@ import type { string_markdown_text } from '../typeAliases';

* Tip: You can do versioning in the URL
* For example: https://promptbook.webgpt.com/cs/write-website-content.ptbk.md@1.0.0
* For example: https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md@1.0.0
* Warning: Do not hash part of the URL, hash part is used for identification of the prompt template in the pipeline

@@ -23,0 +23,0 @@ */

@@ -53,3 +53,3 @@ import type { PostprocessingFunction } from '../scripting/javascript/JavascriptExecutionToolsOptions';

*
* @example https://promptbook.webgpt.com/cs/write-website-content.ptbk.md#keywords
* @example https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords
*/

@@ -56,0 +56,0 @@ readonly promptbookUrl: string_pipeline_url_with_hashtemplate;

@@ -182,3 +182,3 @@ /**

*
* For example `"https://promptbook.webgpt.com/cs/write-website-content.ptbk.md"`
* For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md"`
*/

@@ -189,3 +189,3 @@ export type string_pipeline_url = string;

*
* For example `"https://promptbook.webgpt.com/cs/write-website-content.ptbk.md#keywords"`
* For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords"`
*/

@@ -192,0 +192,0 @@ export type string_pipeline_url_with_hashtemplate = string;

{
"name": "@promptbook/remote-client",
"version": "0.60.0-3",
"version": "0.60.0-4",
"description": "Supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.60.0-3"
"@promptbook/core": "0.60.0-4"
},

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

@@ -84,3 +84,3 @@ # ![Promptbook logo - cube with letters P and B](./other/design/logo-h1.png) Promptbook

>
> - PROMPTBOOK URL https://promptbook.webgpt.com/en/write-website-content.ptbk.md
> - PROMPTBOOK URL https://promptbook.studio/webgpt/write-website-content.ptbk.md
> - PROMPTBOOK VERSION 0.0.1

@@ -87,0 +87,0 @@ > - INPUT  PARAM `{rawTitle}` Automatically suggested a site name or empty text

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

*/
var PROMPTBOOK_VERSION = '0.60.0-2';
var PROMPTBOOK_VERSION = '0.60.0-3';

@@ -166,0 +166,0 @@ exports.PROMPTBOOK_VERSION = PROMPTBOOK_VERSION;

@@ -20,3 +20,3 @@ import type { string_markdown_text } from '../typeAliases';

* Tip: You can do versioning in the URL
* For example: https://promptbook.webgpt.com/cs/write-website-content.ptbk.md@1.0.0
* For example: https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md@1.0.0
* Warning: Do not hash part of the URL, hash part is used for identification of the prompt template in the pipeline

@@ -23,0 +23,0 @@ */

@@ -53,3 +53,3 @@ import type { PostprocessingFunction } from '../scripting/javascript/JavascriptExecutionToolsOptions';

*
* @example https://promptbook.webgpt.com/cs/write-website-content.ptbk.md#keywords
* @example https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords
*/

@@ -56,0 +56,0 @@ readonly promptbookUrl: string_pipeline_url_with_hashtemplate;

@@ -182,3 +182,3 @@ /**

*
* For example `"https://promptbook.webgpt.com/cs/write-website-content.ptbk.md"`
* For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md"`
*/

@@ -189,3 +189,3 @@ export type string_pipeline_url = string;

*
* For example `"https://promptbook.webgpt.com/cs/write-website-content.ptbk.md#keywords"`
* For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords"`
*/

@@ -192,0 +192,0 @@ export type string_pipeline_url_with_hashtemplate = string;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc