ptbk 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/package.json +3 -3
package/README.md
CHANGED
|
@@ -386,7 +386,7 @@ See [CHANGELOG.md](./CHANGELOG.md)
|
|
|
386
386
|
|
|
387
387
|
## π License
|
|
388
388
|
|
|
389
|
-
|
|
389
|
+
Promptbook project is under [BUSL 1.1 is an SPDX license](https://spdx.org/licenses/BUSL-1.1.html)
|
|
390
390
|
|
|
391
391
|
## π― Todos
|
|
392
392
|
|
|
@@ -394,7 +394,6 @@ See [TODO.md](./TODO.md)
|
|
|
394
394
|
|
|
395
395
|
|
|
396
396
|
|
|
397
|
-
|
|
398
397
|
## π€ Partners
|
|
399
398
|
|
|
400
399
|
<div style="display: flex; align-items: center; gap: 20px;">
|
|
@@ -411,6 +410,6 @@ See [TODO.md](./TODO.md)
|
|
|
411
410
|
|
|
412
411
|
## ποΈ Contributing
|
|
413
412
|
|
|
414
|
-
|
|
413
|
+
We are open to pull requests, feedback, and suggestions.
|
|
415
414
|
|
|
416
|
-
You can also β star the
|
|
415
|
+
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ptbk",
|
|
3
|
-
"version": "0.86.
|
|
3
|
+
"version": "0.86.10",
|
|
4
4
|
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://ptbk.io/",
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@promptbook/core": "0.86.
|
|
47
|
+
"@promptbook/core": "0.86.10"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"promptbook": "0.86.
|
|
50
|
+
"promptbook": "0.86.10"
|
|
51
51
|
},
|
|
52
52
|
"bin": {
|
|
53
53
|
"ptbk": "bin/promptbook-cli-proxy.js"
|