promptbook 0.100.0-47 → 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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +30 -29
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": "promptbook",
3
- "version": "0.100.0-47",
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,35 +88,36 @@
88
88
  "npm": ">=8.0.0"
89
89
  },
90
90
  "peerDependencies": {
91
- "@promptbook/core": "0.100.0-47"
91
+ "@promptbook/core": "0.100.0-48"
92
92
  },
93
93
  "dependencies": {
94
- "@promptbook/anthropic-claude": "0.100.0-47",
95
- "@promptbook/azure-openai": "0.100.0-47",
96
- "@promptbook/browser": "0.100.0-47",
97
- "@promptbook/cli": "0.100.0-47",
98
- "@promptbook/components": "0.100.0-47",
99
- "@promptbook/core": "0.100.0-47",
100
- "@promptbook/deepseek": "0.100.0-47",
101
- "@promptbook/documents": "0.100.0-47",
102
- "@promptbook/editable": "0.100.0-47",
103
- "@promptbook/fake-llm": "0.100.0-47",
104
- "@promptbook/google": "0.100.0-47",
105
- "@promptbook/javascript": "0.100.0-47",
106
- "@promptbook/legacy-documents": "0.100.0-47",
107
- "@promptbook/markdown-utils": "0.100.0-47",
108
- "@promptbook/markitdown": "0.100.0-47",
109
- "@promptbook/node": "0.100.0-47",
110
- "@promptbook/ollama": "0.100.0-47",
111
- "@promptbook/openai": "0.100.0-47",
112
- "@promptbook/pdf": "0.100.0-47",
113
- "@promptbook/remote-client": "0.100.0-47",
114
- "@promptbook/remote-server": "0.100.0-47",
115
- "@promptbook/templates": "0.100.0-47",
116
- "@promptbook/types": "0.100.0-47",
117
- "@promptbook/utils": "0.100.0-47",
118
- "@promptbook/vercel": "0.100.0-47",
119
- "@promptbook/website-crawler": "0.100.0-47",
120
- "@promptbook/wizard": "0.100.0-47"
94
+ "@promptbook/anthropic-claude": "0.100.0-48",
95
+ "@promptbook/azure-openai": "0.100.0-48",
96
+ "@promptbook/browser": "0.100.0-48",
97
+ "@promptbook/cli": "0.100.0-48",
98
+ "@promptbook/color": "0.100.0-48",
99
+ "@promptbook/components": "0.100.0-48",
100
+ "@promptbook/core": "0.100.0-48",
101
+ "@promptbook/deepseek": "0.100.0-48",
102
+ "@promptbook/documents": "0.100.0-48",
103
+ "@promptbook/editable": "0.100.0-48",
104
+ "@promptbook/fake-llm": "0.100.0-48",
105
+ "@promptbook/google": "0.100.0-48",
106
+ "@promptbook/javascript": "0.100.0-48",
107
+ "@promptbook/legacy-documents": "0.100.0-48",
108
+ "@promptbook/markdown-utils": "0.100.0-48",
109
+ "@promptbook/markitdown": "0.100.0-48",
110
+ "@promptbook/node": "0.100.0-48",
111
+ "@promptbook/ollama": "0.100.0-48",
112
+ "@promptbook/openai": "0.100.0-48",
113
+ "@promptbook/pdf": "0.100.0-48",
114
+ "@promptbook/remote-client": "0.100.0-48",
115
+ "@promptbook/remote-server": "0.100.0-48",
116
+ "@promptbook/templates": "0.100.0-48",
117
+ "@promptbook/types": "0.100.0-48",
118
+ "@promptbook/utils": "0.100.0-48",
119
+ "@promptbook/vercel": "0.100.0-48",
120
+ "@promptbook/website-crawler": "0.100.0-48",
121
+ "@promptbook/wizard": "0.100.0-48"
121
122
  }
122
123
  }