@promptbook/execute-javascript
Advanced tools
Comparing version 0.83.0 to 0.84.0-0
@@ -39,4 +39,7 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { instrumentCommandParser } from '../commands/X_INSTRUMENT/instrumentCommandParser'; | ||
import { addPipelineCommand } from '../utils/editable/edit-pipeline-string/addPipelineCommand'; | ||
import { deflatePipeline } from '../utils/editable/edit-pipeline-string/deflatePipeline'; | ||
import { removePipelineCommand } from '../utils/editable/edit-pipeline-string/removePipelineCommand'; | ||
import type { PipelineEditableSerialized } from '../utils/editable/types/PipelineEditableSerialized'; | ||
import { removePipelineCommand } from '../utils/editable/utils/removePipelineCommand'; | ||
import { isFlatPipeline } from '../utils/editable/utils/isFlatPipeline'; | ||
import { renamePipelineParameter } from '../utils/editable/utils/renamePipelineParameter'; | ||
@@ -82,5 +85,8 @@ import { stringifyPipelineJson } from '../utils/editable/utils/stringifyPipelineJson'; | ||
export { instrumentCommandParser }; | ||
export { addPipelineCommand }; | ||
export { deflatePipeline }; | ||
export { removePipelineCommand }; | ||
export type { PipelineEditableSerialized }; | ||
export { removePipelineCommand }; | ||
export { isFlatPipeline }; | ||
export { renamePipelineParameter }; | ||
export { stringifyPipelineJson }; |
@@ -27,1 +27,4 @@ import type { PipelineJson } from '../../../pipeline/PipelineJson/PipelineJson'; | ||
export {}; | ||
/** | ||
* TODO: Also variant for `edit-pipeline-string` | ||
*/ |
{ | ||
"name": "@promptbook/execute-javascript", | ||
"version": "0.83.0", | ||
"version": "0.84.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.83.0" | ||
"@promptbook/core": "0.84.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/execute-javascript` | ||
@@ -28,0 +32,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
861089
662
16548
441