ptbk 0.100.0-46 → 0.100.0-48
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 +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
@@ -291,6 +291,7 @@ Or you can install them separately:
|
|
291
291
|
- **[@promptbook/editable](https://www.npmjs.com/package/@promptbook/editable)** - Editable book as native javascript object with imperative object API
|
292
292
|
- **[@promptbook/templates](https://www.npmjs.com/package/@promptbook/templates)** - Useful templates and examples of books which can be used as a starting point
|
293
293
|
- **[@promptbook/types](https://www.npmjs.com/package/@promptbook/types)** - Just typescript types used in the library
|
294
|
+
- **[@promptbook/color](https://www.npmjs.com/package/@promptbook/color)** - Just typescript types used in the library
|
294
295
|
- ⭐ **[@promptbook/cli](https://www.npmjs.com/package/@promptbook/cli)** - Command line interface utilities for promptbooks
|
295
296
|
- 🐋 **[Docker image](https://hub.docker.com/r/hejny/promptbook/)** - Promptbook server
|
296
297
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ptbk",
|
3
|
-
"version": "0.100.0-
|
3
|
+
"version": "0.100.0-48",
|
4
4
|
"description": "Promptbook: Run AI apps in plain human language across multiple models and platforms",
|
5
5
|
"private": false,
|
6
6
|
"sideEffects": false,
|
@@ -88,10 +88,10 @@
|
|
88
88
|
"npm": ">=8.0.0"
|
89
89
|
},
|
90
90
|
"peerDependencies": {
|
91
|
-
"@promptbook/core": "0.100.0-
|
91
|
+
"@promptbook/core": "0.100.0-48"
|
92
92
|
},
|
93
93
|
"dependencies": {
|
94
|
-
"promptbook": "0.100.0-
|
94
|
+
"promptbook": "0.100.0-48"
|
95
95
|
},
|
96
96
|
"bin": {
|
97
97
|
"ptbk": "bin/promptbook-cli-proxy.js"
|