@promptbook/cli 0.63.0-0 → 0.63.0-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import type { string_semantic_version } from './types/typeAliases';
|
|
2
2
|
/**
|
|
3
3
|
* The version of the Promptbook library
|
|
4
|
-
*
|
|
5
|
-
* @public exported from all packages
|
|
6
4
|
*/
|
|
7
5
|
export declare const PROMPTBOOK_VERSION: string_promptbook_version;
|
|
8
6
|
export type string_promptbook_version = string_semantic_version;
|