@promptbook/node 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 +1076 -987
- 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 +3 -2
- package/umd/index.umd.js +1080 -991
- 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
|
@@ -410,7 +410,7 @@ See [CHANGELOG.md](./CHANGELOG.md)
|
|
|
410
410
|
|
|
411
411
|
## π License
|
|
412
412
|
|
|
413
|
-
|
|
413
|
+
Promptbook project is under [BUSL 1.1 is an SPDX license](https://spdx.org/licenses/BUSL-1.1.html)
|
|
414
414
|
|
|
415
415
|
## π― Todos
|
|
416
416
|
|
|
@@ -418,7 +418,6 @@ See [TODO.md](./TODO.md)
|
|
|
418
418
|
|
|
419
419
|
|
|
420
420
|
|
|
421
|
-
|
|
422
421
|
## π€ Partners
|
|
423
422
|
|
|
424
423
|
<div style="display: flex; align-items: center; gap: 20px;">
|
|
@@ -435,6 +434,6 @@ See [TODO.md](./TODO.md)
|
|
|
435
434
|
|
|
436
435
|
## ποΈ Contributing
|
|
437
436
|
|
|
438
|
-
|
|
437
|
+
We are open to pull requests, feedback, and suggestions.
|
|
439
438
|
|
|
440
|
-
You can also β star the
|
|
439
|
+
You can also β star the project, [follow us on GitHub](https://github.com/hejny) or [various other social networks](https://www.pavolhejny.com/contact/).
|