@promptbook/browser
Advanced tools
Comparing version 0.78.4 to 0.79.0
@@ -16,3 +16,3 @@ import spaceTrim$1, { spaceTrim } from 'spacetrim'; | ||
*/ | ||
var PROMPTBOOK_ENGINE_VERSION = '0.78.3'; | ||
var PROMPTBOOK_ENGINE_VERSION = '0.78.4'; | ||
/** | ||
@@ -19,0 +19,0 @@ * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine |
@@ -1,2 +0,2 @@ | ||
import type { WritableDeep } from 'type-fest'; | ||
import type { SetOptional, WritableDeep } from 'type-fest'; | ||
import type { PipelineJson } from '../../../pipeline/PipelineJson/PipelineJson'; | ||
@@ -143,3 +143,3 @@ import type { TaskJson } from '../../../pipeline/PipelineJson/TaskJson'; | ||
*/ | ||
export type $PipelineJson = WritableDeep<PipelineJson>; | ||
export type $PipelineJson = WritableDeep<SetOptional<PipelineJson, 'formfactorName'>>; | ||
/** | ||
@@ -146,0 +146,0 @@ * @@@ |
@@ -11,5 +11,10 @@ /** | ||
readonly pipelineInterface: { | ||
readonly inputParameters: readonly []; | ||
readonly inputParameters: readonly [{ | ||
readonly name: "nonce"; | ||
readonly description: "Just to prevent GENERATOR to be set as implicit formfactor"; | ||
readonly isInput: true; | ||
readonly isOutput: false; | ||
}]; | ||
readonly outputParameters: readonly []; | ||
}; | ||
}; |
@@ -99,3 +99,8 @@ /** | ||
readonly pipelineInterface: { | ||
readonly inputParameters: readonly []; | ||
readonly inputParameters: readonly [{ | ||
readonly name: "nonce"; | ||
readonly description: "Just to prevent EXPERIMENTAL_MATCHER to be set as implicit formfactor"; | ||
readonly isInput: true; | ||
readonly isOutput: false; | ||
}]; | ||
readonly outputParameters: readonly []; | ||
@@ -108,3 +113,8 @@ }; | ||
readonly pipelineInterface: { | ||
readonly inputParameters: readonly []; | ||
readonly inputParameters: readonly [{ | ||
readonly name: "nonce"; | ||
readonly description: "Just to prevent GENERATOR to be set as implicit formfactor"; | ||
readonly isInput: true; | ||
readonly isOutput: false; | ||
}]; | ||
readonly outputParameters: readonly []; | ||
@@ -111,0 +121,0 @@ }; |
@@ -11,5 +11,10 @@ /** | ||
readonly pipelineInterface: { | ||
readonly inputParameters: readonly []; | ||
readonly inputParameters: readonly [{ | ||
readonly name: "nonce"; | ||
readonly description: "Just to prevent EXPERIMENTAL_MATCHER to be set as implicit formfactor"; | ||
readonly isInput: true; | ||
readonly isOutput: false; | ||
}]; | ||
readonly outputParameters: readonly []; | ||
}; | ||
}; |
{ | ||
"name": "@promptbook/browser", | ||
"version": "0.78.4", | ||
"version": "0.79.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.78.4" | ||
"@promptbook/core": "0.79.0" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
@@ -23,3 +23,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_ENGINE_VERSION = '0.78.3'; | ||
var PROMPTBOOK_ENGINE_VERSION = '0.78.4'; | ||
/** | ||
@@ -26,0 +26,0 @@ * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine |
650843
13143