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