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
495
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.78.0-0 to 0.78.2

esm/typings/src/errors/utils/getErrorReportUrl.d.ts

4

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

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

import { NAME } from '../config';
import { ADMIN_EMAIL } from '../config';
import { ADMIN_GITHUB_NAME } from '../config';
import { CLAIM } from '../config';

@@ -127,2 +129,4 @@ import { LOGO_LIGHT_SRC } from '../config';

export { NAME };
export { ADMIN_EMAIL };
export { ADMIN_GITHUB_NAME };
export { CLAIM };

@@ -129,0 +133,0 @@ export { LOGO_LIGHT_SRC };

import type { CsvSettings } from './formats/csv/CsvSettings';
import type { IntermediateFilesStrategy } from './types/IntermediateFilesStrategy';
import type { string_email } from './types/typeAliases';
import type { string_name } from './types/typeAliases';
import type { string_url_image } from './types/typeAliases';

@@ -19,2 +21,14 @@ /**

/**
* Email of the responsible person
*
* @public exported from `@promptbook/core`
*/
export declare const ADMIN_EMAIL: string_email;
/**
* Name of the responsible person for the Promptbook on GitHub
*
* @public exported from `@promptbook/core`
*/
export declare const ADMIN_GITHUB_NAME: string_name;
/**
* Claim for the Promptbook

@@ -21,0 +35,0 @@ *

2

esm/typings/src/execution/execution-report/ExecutionReportString.d.ts

@@ -15,3 +15,3 @@ /**

/**
* TODO: Better validation or remove branded type and make it just string
* TODO: [๐Ÿ’ฉ] Better validation or remove branded type and make it just string
*/

@@ -27,3 +27,3 @@ import type { AvailableModel } from '../../execution/AvailableModel';

* @see /other/playground/playground.ts
* TODO: [๐Ÿ“] Make better
* TODO: [๐Ÿ“][๐Ÿ’ฉ] Make better
* TODO: Change model titles to human eg: "gpt-4-turbo-2024-04-09" -> "GPT-4 Turbo (2024-04-09)"

@@ -30,0 +30,0 @@ * TODO: [๐Ÿšธ] Not all models are compatible with JSON mode, add this information here and use it

@@ -11,3 +11,3 @@ /**

/**
* TODO: !! Better validation (validatePipelineString) or remove branded type and make it just string
* TODO: [๐Ÿ’ฉ] Better validation (validatePipelineString) or remove branded type and make it just string
*/
{
"name": "@promptbook/core",
"version": "0.78.0-0",
"version": "0.78.2",
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",

@@ -5,0 +5,0 @@ "--note-0": " <- [๐ŸŠ]",

@@ -26,6 +26,2 @@ <!-- โš ๏ธ 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/core`

@@ -32,0 +28,0 @@

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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