@promptbook/types 0.86.5 → 0.86.6
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 +13 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -117,17 +117,22 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
117
117
|
<tr>
|
|
118
118
|
<td><a href="https://github.com/webgptorg/book">Book language</a></td>
|
|
119
119
|
<td>
|
|
120
|
-
Book is a
|
|
120
|
+
Book is a human-understandable markup language for writing AI applications such as chatbots, knowledge bases, agents, avarars, translators, automations and more.
|
|
121
|
+
<hr>
|
|
121
122
|
There is also <a href="https://github.com/webgptorg/book-extension">a plugin for VSCode</a> to support <code>.book</code> file extension
|
|
122
123
|
</td>
|
|
123
124
|
</tr>
|
|
124
125
|
<tr>
|
|
125
126
|
<td><a href="https://github.com/webgptorg/promptbook">Promptbook Engine</a></td>
|
|
126
|
-
<td>
|
|
127
|
+
<td>
|
|
128
|
+
Promptbook engine can run applications written in Book language. It is released as <a href="https://www.npmjs.com/package/@promptbook/core#-packages-for-developers">multiple NPM packages</a> and <a href="https://hub.docker.com/r/hejny/promptbook">Docker HUB</a>
|
|
129
|
+
</td>
|
|
127
130
|
</tr>
|
|
128
131
|
<tr>
|
|
129
132
|
<td><a href="https://promptbook.studio">Promptbook Studio</a></td>
|
|
130
|
-
<td>
|
|
133
|
+
<td>
|
|
134
|
+
Promptbook.studio is a web-based editor and runner for book applications. It is still in the experimental MVP stage.
|
|
135
|
+
</td>
|
|
131
136
|
</tr>
|
|
132
137
|
</tbody>
|
|
133
138
|
</table>
|
|
@@ -146,25 +151,25 @@ And **Promptbook.studio** branded socials:
|
|
|
146
151
|
|
|
147
152
|
- [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
|
|
148
153
|
|
|
149
|
-
|
|
150
|
-
|
|
151
154
|
And **Promptujeme** sub-brand:
|
|
152
155
|
|
|
153
|
-
|
|
156
|
+
_/Subbrand for Czech clients/_
|
|
157
|
+
|
|
154
158
|
|
|
155
159
|
|
|
156
160
|
|
|
157
161
|
- [Promptujeme.cz](https://www.promptujeme.cz/)
|
|
158
162
|
- [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
|
|
159
163
|
|
|
160
|
-
|
|
161
164
|
And **Promptbook.city** branded socials:
|
|
162
165
|
|
|
163
|
-
|
|
166
|
+
_/Sub-brand for images and graphics generated via Promptbook prompting/_
|
|
164
167
|
|
|
165
168
|
- [Instagram `@promptbook.city`](https://www.instagram.com/promptbook.city/)
|
|
166
169
|
- [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
|
|
167
170
|
|
|
171
|
+
##
|
|
172
|
+
|
|
168
173
|
|
|
169
174
|
|
|
170
175
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/types",
|
|
3
|
-
"version": "0.86.
|
|
3
|
+
"version": "0.86.6",
|
|
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,
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
"homepage": "https://ptbk.io/",
|
|
46
46
|
"typings": "./esm/typings/src/_packages/types.index.d.ts",
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@promptbook/core": "0.86.
|
|
48
|
+
"@promptbook/core": "0.86.6"
|
|
49
49
|
}
|
|
50
50
|
}
|