@promptbook/legacy-documents 0.81.0-6 → 0.81.0-7
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.
- package/esm/index.es.js +3 -1
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/version.d.ts +7 -0
- package/package.json +2 -2
- package/umd/index.umd.js +3 -1
- package/umd/index.umd.js.map +1 -1
|
@@ -2,15 +2,22 @@ import type { string_semantic_version } from './types/typeAliases';
|
|
|
2
2
|
/**
|
|
3
3
|
* The version of the Book language
|
|
4
4
|
*
|
|
5
|
+
* @generated
|
|
5
6
|
* @see https://github.com/webgptorg/book
|
|
6
7
|
*/
|
|
7
8
|
export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
|
|
8
9
|
/**
|
|
9
10
|
* The version of the Promptbook engine
|
|
10
11
|
*
|
|
12
|
+
* @generated
|
|
11
13
|
* @see https://github.com/webgptorg/promptbook
|
|
12
14
|
*/
|
|
13
15
|
export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
|
|
16
|
+
/**
|
|
17
|
+
* @@@
|
|
18
|
+
*
|
|
19
|
+
* @generated
|
|
20
|
+
*/
|
|
14
21
|
export type string_promptbook_version = string_semantic_version;
|
|
15
22
|
/**
|
|
16
23
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/legacy-documents",
|
|
3
|
-
"version": "0.81.0-
|
|
3
|
+
"version": "0.81.0-7",
|
|
4
4
|
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
|
|
5
5
|
"--note-0": " <- [🐊]",
|
|
6
6
|
"private": false,
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"module": "./esm/index.es.js",
|
|
55
55
|
"typings": "./esm/typings/src/_packages/legacy-documents.index.d.ts",
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@promptbook/core": "0.81.0-
|
|
57
|
+
"@promptbook/core": "0.81.0-7"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"colors": "1.4.0",
|
package/umd/index.umd.js
CHANGED
|
@@ -15,15 +15,17 @@
|
|
|
15
15
|
/**
|
|
16
16
|
* The version of the Book language
|
|
17
17
|
*
|
|
18
|
+
* @generated
|
|
18
19
|
* @see https://github.com/webgptorg/book
|
|
19
20
|
*/
|
|
20
21
|
var BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
21
22
|
/**
|
|
22
23
|
* The version of the Promptbook engine
|
|
23
24
|
*
|
|
25
|
+
* @generated
|
|
24
26
|
* @see https://github.com/webgptorg/promptbook
|
|
25
27
|
*/
|
|
26
|
-
var PROMPTBOOK_ENGINE_VERSION = '0.81.0-
|
|
28
|
+
var PROMPTBOOK_ENGINE_VERSION = '0.81.0-6';
|
|
27
29
|
/**
|
|
28
30
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
29
31
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|