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.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. 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
- <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://github.com/webgptorg/promptbook">Promptbook</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/hejny/">Pavol HejnΓ½</a> is licensed under <a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0</a></p>
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
- I am open to pull requests, feedback, and suggestions. Or if you like this utility, you can [β˜• buy me a coffee](https://www.buymeacoffee.com/hejny) or [donate via cryptocurrencies](https://github.com/hejny/hejny/blob/main/documents/crypto.md).
413
+ We are open to pull requests, feedback, and suggestions.
415
414
 
416
- You can also ⭐ star the promptbook package, [follow me on GitHub](https://github.com/hejny) or [various other social networks](https://www.pavolhejny.com/contact/).
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.8",
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.8"
47
+ "@promptbook/core": "0.86.10"
48
48
  },
49
49
  "dependencies": {
50
- "promptbook": "0.86.8"
50
+ "promptbook": "0.86.10"
51
51
  },
52
52
  "bin": {
53
53
  "ptbk": "bin/promptbook-cli-proxy.js"