Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@promptbook/browser

Package Overview
Dependencies
Maintainers
0
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/browser - npm Package Compare versions

Comparing version 0.77.1 to 0.78.0-0

esm/typings/src/commands/_common/types/CommandType.d.ts

2

esm/index.es.js

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

*/
var PROMPTBOOK_ENGINE_VERSION = '0.77.0';
var PROMPTBOOK_ENGINE_VERSION = '0.77.1';
/**

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

@@ -33,2 +33,5 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version';

import { prettifyPipelineString } from '../conversion/prettify/prettifyPipelineString';
import { extractParameterNamesFromTask } from '../conversion/utils/extractParameterNamesFromTask';
import { removePipelineCommand } from '../conversion/utils/removePipelineCommand';
import { renamePipelineParameter } from '../conversion/utils/renamePipelineParameter';
import { stringifyPipelineJson } from '../conversion/utils/stringifyPipelineJson';

@@ -149,2 +152,5 @@ import { validatePipeline } from '../conversion/validation/validatePipeline';

export { prettifyPipelineString };
export { extractParameterNamesFromTask };
export { removePipelineCommand };
export { renamePipelineParameter };
export { stringifyPipelineJson };

@@ -151,0 +157,0 @@ export { validatePipeline };

@@ -8,2 +8,4 @@ import type { PipelineCollection } from '../collection/PipelineCollection';

import type { CommandParserInput } from '../commands/_common/types/CommandParser';
import type { CommandType } from '../commands/_common/types/CommandType';
import type { CommandTypeOrAlias } from '../commands/_common/types/CommandType';
import type { CommandUsagePlace } from '../commands/_common/types/CommandUsagePlaces';

@@ -267,2 +269,4 @@ import type { ExpectCommand } from '../commands/EXPECT/ExpectCommand';

export type { CommandParserInput };
export type { CommandType };
export type { CommandTypeOrAlias };
export type { CommandUsagePlace };

@@ -269,0 +273,0 @@ export type { ExpectCommand };

import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version';
import { renderPromptbookMermaid } from '../conversion/prettify/renderPipelineMermaidOptions';
import { extractParameterNamesFromTask } from '../conversion/utils/extractParameterNamesFromTask';
import { extractVariables } from '../conversion/utils/extractVariables';
import { renameParameter } from '../conversion/utils/renameParameter';
import { titleToName } from '../conversion/utils/titleToName';
import { extractVariablesFromScript } from '../conversion/utils/extractVariablesFromScript';
import { deserializeError } from '../errors/utils/deserializeError';

@@ -48,2 +45,3 @@ import { serializeError } from '../errors/utils/serializeError';

import { searchKeywords } from '../utils/normalization/searchKeywords';
import { titleToName } from '../utils/normalization/titleToName';
import { spaceTrim } from '../utils/organization/spaceTrim';

@@ -79,6 +77,3 @@ import { extractParameterNames } from '../utils/parameters/extractParameterNames';

export { renderPromptbookMermaid };
export { extractParameterNamesFromTask };
export { extractVariables };
export { renameParameter };
export { titleToName };
export { extractVariablesFromScript };
export { deserializeError };

@@ -125,2 +120,3 @@ export { serializeError };

export { searchKeywords };
export { titleToName };
export { spaceTrim };

@@ -127,0 +123,0 @@ export { extractParameterNames };

@@ -10,3 +10,3 @@ import type { ReadonlyDeep } from 'type-fest';

* @throws {ParseError} if the script is invalid
* @public exported from `@promptbook/utils`
* @public exported from `@promptbook/core` <- Note: [๐Ÿ‘–] This utility is so tightly interconnected with the Promptbook that it is not exported as util but in core
*/

@@ -13,0 +13,0 @@ export declare function extractParameterNamesFromTask(task: ReadonlyDeep<Pick<TaskJson, 'title' | 'description' | 'taskType' | 'content' | 'preparedContent' | 'jokerParameterNames' | 'foreach'>>): Set<string_parameter_name>;

{
"name": "@promptbook/browser",
"version": "0.77.1",
"version": "0.78.0-0",
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",

@@ -57,3 +57,3 @@ "--note-0": " <- [๐ŸŠ]",

"peerDependencies": {
"@promptbook/core": "0.77.1"
"@promptbook/core": "0.78.0-0"
},

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

@@ -26,2 +26,6 @@ <!-- โš ๏ธ WARNING: This code has been generated so that any manual changes will be overwritten -->

<blockquote style="color: #ff8811">
<b>โš  Warning:</b> This is a pre-release version of the library. It is not yet ready for production use. Please look at <a href="https://www.npmjs.com/package/@promptbook/core?activeTab=versions">latest stable release</a>.
</blockquote>
## ๐Ÿ“ฆ Package `@promptbook/browser`

@@ -28,0 +32,0 @@

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

*/
var PROMPTBOOK_ENGINE_VERSION = '0.77.0';
var PROMPTBOOK_ENGINE_VERSION = '0.77.1';
/**

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

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