@promptbook/cli 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 +811 -680
- 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 +811 -680
- 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
|
@@ -460,7 +460,7 @@ See [CHANGELOG.md](./CHANGELOG.md)
|
|
|
460
460
|
|
|
461
461
|
## π License
|
|
462
462
|
|
|
463
|
-
|
|
463
|
+
Promptbook project is under [BUSL 1.1 is an SPDX license](https://spdx.org/licenses/BUSL-1.1.html)
|
|
464
464
|
|
|
465
465
|
## π― Todos
|
|
466
466
|
|
|
@@ -468,7 +468,6 @@ See [TODO.md](./TODO.md)
|
|
|
468
468
|
|
|
469
469
|
|
|
470
470
|
|
|
471
|
-
|
|
472
471
|
## π€ Partners
|
|
473
472
|
|
|
474
473
|
<div style="display: flex; align-items: center; gap: 20px;">
|
|
@@ -485,6 +484,6 @@ See [TODO.md](./TODO.md)
|
|
|
485
484
|
|
|
486
485
|
## ποΈ Contributing
|
|
487
486
|
|
|
488
|
-
|
|
487
|
+
We are open to pull requests, feedback, and suggestions.
|
|
489
488
|
|
|
490
|
-
You can also β star the
|
|
489
|
+
You can also β star the project, [follow us on GitHub](https://github.com/hejny) or [various other social networks](https://www.pavolhejny.com/contact/).
|