Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
1
Maintainers
1
Versions
263
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.52.0-18 to 0.52.0-19

7

esm/typings/library/constructors/createPromptbookLibraryFromDirectory.d.ts

@@ -34,9 +34,10 @@ import { string_folder_path } from '../../types/typeAliases';

/***
* Note: [1] Fixing the dynamic import issue in Webpack (! Not working !)
* TODO: [🧠] Maybe do not do hacks like [1] and just create package @promptbook/node
* [🍓][🚯] maybe make `@promptbook/library` package
* TODO: Fix the dynamic import issue in Webpack (! Not working !)
* > ./node_modules/@promptbook/core/esm/index.es.js
* > Critical dependency: the request of a dependency is an expression
*
* Note: [2] Using require(just('fs/promises')) to allow
* Note: [1] Using require(just('fs/promises')) to allow
* the `@promptbook/core` work for both Node.js and browser environments
* TODO: [🍓][🚯] !!! Add to README and samples + maybe make `@promptbook/library` package
*/
{
"name": "@promptbook/remote-client",
"version": "0.52.0-18",
"version": "0.52.0-19",
"description": "Library to supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.52.0-18"
"@promptbook/core": "0.52.0-19"
},

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

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

- PROMPTBOOK URL https://promptbook.example.com/samples/postprocessing-2.ptbk.md@v1
- PROMPTBOOK VERSION 1.0.0
- INPUT  PARAMETER {yourName} Name of the hero

@@ -557,0 +555,0 @@

@@ -34,9 +34,10 @@ import { string_folder_path } from '../../types/typeAliases';

/***
* Note: [1] Fixing the dynamic import issue in Webpack (! Not working !)
* TODO: [🧠] Maybe do not do hacks like [1] and just create package @promptbook/node
* [🍓][🚯] maybe make `@promptbook/library` package
* TODO: Fix the dynamic import issue in Webpack (! Not working !)
* > ./node_modules/@promptbook/core/esm/index.es.js
* > Critical dependency: the request of a dependency is an expression
*
* Note: [2] Using require(just('fs/promises')) to allow
* Note: [1] Using require(just('fs/promises')) to allow
* the `@promptbook/core` work for both Node.js and browser environments
* TODO: [🍓][🚯] !!! Add to README and samples + maybe make `@promptbook/library` package
*/
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc