@promptbook/pdf 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
|
@@ -408,7 +408,7 @@ See [CHANGELOG.md](./CHANGELOG.md)
|
|
|
408
408
|
|
|
409
409
|
## π License
|
|
410
410
|
|
|
411
|
-
|
|
411
|
+
Promptbook project is under [BUSL 1.1 is an SPDX license](https://spdx.org/licenses/BUSL-1.1.html)
|
|
412
412
|
|
|
413
413
|
## π― Todos
|
|
414
414
|
|
|
@@ -416,7 +416,6 @@ See [TODO.md](./TODO.md)
|
|
|
416
416
|
|
|
417
417
|
|
|
418
418
|
|
|
419
|
-
|
|
420
419
|
## π€ Partners
|
|
421
420
|
|
|
422
421
|
<div style="display: flex; align-items: center; gap: 20px;">
|
|
@@ -433,6 +432,6 @@ See [TODO.md](./TODO.md)
|
|
|
433
432
|
|
|
434
433
|
## ποΈ Contributing
|
|
435
434
|
|
|
436
|
-
|
|
435
|
+
We are open to pull requests, feedback, and suggestions.
|
|
437
436
|
|
|
438
|
-
You can also β star the
|
|
437
|
+
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
|
@@ -26,7 +26,7 @@ var BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
26
26
|
* @generated
|
|
27
27
|
* @see https://github.com/webgptorg/promptbook
|
|
28
28
|
*/
|
|
29
|
-
var PROMPTBOOK_ENGINE_VERSION = '0.86.
|
|
29
|
+
var PROMPTBOOK_ENGINE_VERSION = '0.86.10';
|
|
30
30
|
/**
|
|
31
31
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
32
32
|
* Note: [π] Ignore a discrepancy between file name and entity name
|