@promptbook/browser
Advanced tools
Comparing version 0.63.0-6 to 0.63.0-7
@@ -8,3 +8,3 @@ import { spaceTrim } from 'spacetrim'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.63.0-5'; | ||
var PROMPTBOOK_VERSION = '0.63.0-6'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -11,0 +11,0 @@ |
@@ -9,2 +9,3 @@ import { PROMPTBOOK_VERSION } from '../version'; | ||
import { BlockTypes } from '../commands/BLOCK/BlockTypes'; | ||
import { CLAIM } from '../config'; | ||
import { MAX_PARALLEL_COUNT } from '../config'; | ||
@@ -70,2 +71,3 @@ import { MAX_EXECUTION_ATTEMPTS } from '../config'; | ||
export { BlockTypes }; | ||
export { CLAIM }; | ||
export { MAX_PARALLEL_COUNT }; | ||
@@ -72,0 +74,0 @@ export { MAX_EXECUTION_ATTEMPTS }; |
@@ -9,2 +9,3 @@ import type { Command as Program } from 'commander'; | ||
/** | ||
* TODO: Maybe remove this command - "about" command should be enough? | ||
* TODO: [0] DRY Javascript and typescript - Maybe make ONLY typescript and for javascript just remove types | ||
@@ -11,0 +12,0 @@ * Note: [π‘] This code should never be published outside of `@promptbook/cli` |
@@ -8,2 +8,10 @@ /** | ||
/** | ||
* Claim for the Promptbook | ||
* | ||
* TODO: [π½] Unite branding and make single place for it | ||
* | ||
* @public exported from `@promptbook/core` | ||
*/ | ||
export declare const CLAIM = "Supercharge LLM models with Promptbook"; | ||
/** | ||
* Warning message for the generated sections and files files | ||
@@ -10,0 +18,0 @@ * |
@@ -27,1 +27,4 @@ import type { PipelineJson } from '../../types/PipelineJson/PipelineJson'; | ||
export declare function importPipelineJsonAsString(path: `${string}.ptbk.json`): string_json<PipelineJson>; | ||
/** | ||
* TODO: [π₯―] This should be part of scripting + testing utilities set which are not builded into packages | ||
*/ |
{ | ||
"name": "@promptbook/browser", | ||
"version": "0.63.0-6", | ||
"version": "0.63.0-7", | ||
"description": "Supercharge your use of large language models", | ||
@@ -50,3 +50,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.63.0-6" | ||
"@promptbook/core": "0.63.0-7" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
@@ -11,3 +11,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.63.0-5'; | ||
var PROMPTBOOK_VERSION = '0.63.0-6'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -14,0 +14,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
428650
433
8107