New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@promptbook/browser

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/browser - npm Package Compare versions

Comparing version

to
0.86.10

@@ -18,3 +18,3 @@ import spaceTrim$1, { spaceTrim } from 'spacetrim';

*/
var PROMPTBOOK_ENGINE_VERSION = '0.86.8';
var PROMPTBOOK_ENGINE_VERSION = '0.86.10';
/**

@@ -21,0 +21,0 @@ * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine

import type { PipelineJson } from '../../pipeline/PipelineJson/PipelineJson';
import type { PipelineString } from '../../pipeline/PipelineString';
import type { string_json } from '../../types/typeAliases';
/**

@@ -13,4 +12,4 @@ * Import the pipeline.book or pipeline.bookc file

*/
export declare function importPipelineWithoutPreparation(path: `${string}.book`): PipelineString;
export declare function importPipelineWithoutPreparation(path: `${string}.bookc`): PipelineJson;
export declare function importPipelineWithoutPreparation(path: `${string}.book`): Promise<PipelineString>;
export declare function importPipelineWithoutPreparation(path: `${string}.bookc`): Promise<PipelineJson>;
/**

@@ -21,12 +20,6 @@ * Import the pipeline.bookc file as parsed JSON

*/
export declare function importPipelineJson(path: `${string}.bookc`): PipelineJson;
export declare function importPipelineJson(path: `${string}.bookc`): Promise<PipelineJson>;
/**
* Import the pipeline.bookc file as string
*
* @private internal function of tests
*/
export declare function importPipelineJsonAsString(path: `${string}.bookc`): string_json<PipelineJson>;
/**
* Note: [💞] Ignore a discrepancy between file name and entity name
* Note: [⚫] Code in this file should never be published in any package
*/
{
"name": "@promptbook/browser",
"version": "0.86.8",
"version": "0.86.10",
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",

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

"peerDependencies": {
"@promptbook/core": "0.86.8"
"@promptbook/core": "0.86.10"
},

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

@@ -413,3 +413,3 @@ <!-- ⚠️ WARNING: This code has been generated so that any manual changes will be overwritten -->

<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://github.com/webgptorg/promptbook">Promptbook</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/hejny/">Pavol Hejný</a> is licensed under <a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0</a></p>
Promptbook project is under [BUSL 1.1 is an SPDX license](https://spdx.org/licenses/BUSL-1.1.html)

@@ -422,3 +422,2 @@ ## 🎯 Todos

## 🤝 Partners

@@ -440,4 +439,4 @@

I am open to pull requests, feedback, and suggestions. Or if you like this utility, you can [☕ buy me a coffee](https://www.buymeacoffee.com/hejny) or [donate via cryptocurrencies](https://github.com/hejny/hejny/blob/main/documents/crypto.md).
We are open to pull requests, feedback, and suggestions.
You can also ⭐ star the promptbook package, [follow me on GitHub](https://github.com/hejny) or [various other social networks](https://www.pavolhejny.com/contact/).
You can also ⭐ star the project, [follow us on GitHub](https://github.com/hejny) or [various other social networks](https://www.pavolhejny.com/contact/).

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

*/
var PROMPTBOOK_ENGINE_VERSION = '0.86.8';
var PROMPTBOOK_ENGINE_VERSION = '0.86.10';
/**

@@ -28,0 +28,0 @@ * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet