@promptbook/documents 0.86.6 β 0.86.10
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/README.md +3 -4
- package/esm/index.es.js +1 -1
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/conversion/archive/loadArchive.d.ts +16 -0
- package/esm/typings/src/conversion/archive/saveArchive.d.ts +18 -0
- package/esm/typings/src/conversion/validation/_importPipeline.d.ts +3 -10
- package/package.json +2 -2
- package/umd/index.umd.js +1 -1
- package/umd/index.umd.js.map +1 -1
- package/esm/typings/src/utils/editable/utils/stringifyPipelineJson.test.d.ts +0 -1
package/README.md
CHANGED
|
@@ -409,7 +409,7 @@ See [CHANGELOG.md](./CHANGELOG.md)
|
|
|
409
409
|
|
|
410
410
|
## π License
|
|
411
411
|
|
|
412
|
-
|
|
412
|
+
Promptbook project is under [BUSL 1.1 is an SPDX license](https://spdx.org/licenses/BUSL-1.1.html)
|
|
413
413
|
|
|
414
414
|
## π― Todos
|
|
415
415
|
|
|
@@ -417,7 +417,6 @@ See [TODO.md](./TODO.md)
|
|
|
417
417
|
|
|
418
418
|
|
|
419
419
|
|
|
420
|
-
|
|
421
420
|
## π€ Partners
|
|
422
421
|
|
|
423
422
|
<div style="display: flex; align-items: center; gap: 20px;">
|
|
@@ -434,6 +433,6 @@ See [TODO.md](./TODO.md)
|
|
|
434
433
|
|
|
435
434
|
## ποΈ Contributing
|
|
436
435
|
|
|
437
|
-
|
|
436
|
+
We are open to pull requests, feedback, and suggestions.
|
|
438
437
|
|
|
439
|
-
You can also β star the
|
|
438
|
+
You can also β star the project, [follow us on GitHub](https://github.com/hejny) or [various other social networks](https://www.pavolhejny.com/contact/).
|
package/esm/index.es.js
CHANGED
|
@@ -28,7 +28,7 @@ var BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
28
28
|
* @generated
|
|
29
29
|
* @see https://github.com/webgptorg/promptbook
|
|
30
30
|
*/
|
|
31
|
-
var PROMPTBOOK_ENGINE_VERSION = '0.86.
|
|
31
|
+
var PROMPTBOOK_ENGINE_VERSION = '0.86.10';
|
|
32
32
|
/**
|
|
33
33
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
34
34
|
* Note: [π] Ignore a discrepancy between file name and entity name
|