@promptbook/fake-llm
Advanced tools
Comparing version 0.63.0-0 to 0.63.0-1
@@ -6,6 +6,4 @@ import { spaceTrim } from 'spacetrim'; | ||
* The version of the Promptbook library | ||
* | ||
* @public exported from all packages | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.62.0'; | ||
var PROMPTBOOK_VERSION = '0.63.0-0'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -12,0 +10,0 @@ |
import type { string_semantic_version } from './types/typeAliases'; | ||
/** | ||
* The version of the Promptbook library | ||
* | ||
* @public exported from all packages | ||
*/ | ||
export declare const PROMPTBOOK_VERSION: string_promptbook_version; | ||
export type string_promptbook_version = string_semantic_version; |
{ | ||
"name": "@promptbook/fake-llm", | ||
"version": "0.63.0-0", | ||
"version": "0.63.0-1", | ||
"description": "Supercharge your use of large language models", | ||
@@ -51,3 +51,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.63.0-0" | ||
"@promptbook/core": "0.63.0-1" | ||
}, | ||
@@ -54,0 +54,0 @@ "main": "./umd/index.umd.js", |
@@ -9,6 +9,4 @@ (function (global, factory) { | ||
* The version of the Promptbook library | ||
* | ||
* @public exported from all packages | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.62.0'; | ||
var PROMPTBOOK_VERSION = '0.63.0-0'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -15,0 +13,0 @@ |
import type { string_semantic_version } from './types/typeAliases'; | ||
/** | ||
* The version of the Promptbook library | ||
* | ||
* @public exported from all packages | ||
*/ | ||
export declare const PROMPTBOOK_VERSION: string_promptbook_version; | ||
export type string_promptbook_version = string_semantic_version; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
846734
16988