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

@promptbook/core

Package Overview
Dependencies
Maintainers
0
Versions
510
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/core - npm Package Compare versions

Comparing version 0.81.0-7 to 0.81.0-8

esm/typings/src/wizzard/wizzard.d.ts

2

esm/typings/src/_packages/node.index.d.ts

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

import { $execCommands } from '../utils/execCommand/$execCommands';
import { wizzard } from '../wizzard/wizzard';
export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION };

@@ -24,1 +25,2 @@ export { createCollectionFromDirectory };

export { $execCommands };
export { wizzard };

@@ -0,4 +1,12 @@

import type { PipelineCollection } from '../../collection/PipelineCollection';
import type { string_formfactor_name } from '../../formfactors/_common/string_formfactor_name';
import type { PipelineJson } from '../../pipeline/PipelineJson/PipelineJson';
/**
* @@@
*
* @singleton
* @private internal cache of `getBookTemplate`
*/
export declare let templatesPipelineCollection: PipelineCollection | null;
/**
* Get template for new book

@@ -8,6 +16,7 @@ *

*/
export declare function getBookTemplate(formfactorName: string_formfactor_name): Promise<PipelineJson | null>;
export declare function getBookTemplate(formfactorName: string_formfactor_name): PipelineJson;
/**
* TODO: !!!!!! Test
* TODO: [🧠] Which is the best place for this function
* TODO: !!!!!! `book string template notation
*/

2

package.json
{
"name": "@promptbook/core",
"version": "0.81.0-7",
"version": "0.81.0-8",
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",

@@ -5,0 +5,0 @@ "--note-0": " <- [🐊]",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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