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
197
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.78.4 to 0.79.0

2

esm/index.es.js

@@ -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

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