@promptbook/vercel 0.86.5 → 0.86.8
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/esm/index.es.js +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +1 -1
package/README.md
CHANGED
|
@@ -152,17 +152,22 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
152
152
|
<tr>
|
|
153
153
|
<td><a href="https://github.com/webgptorg/book">Book language</a></td>
|
|
154
154
|
<td>
|
|
155
|
-
Book is a
|
|
155
|
+
Book is a human-understandable markup language for writing AI applications such as chatbots, knowledge bases, agents, avarars, translators, automations and more.
|
|
156
|
+
<hr>
|
|
156
157
|
There is also <a href="https://github.com/webgptorg/book-extension">a plugin for VSCode</a> to support <code>.book</code> file extension
|
|
157
158
|
</td>
|
|
158
159
|
</tr>
|
|
159
160
|
<tr>
|
|
160
161
|
<td><a href="https://github.com/webgptorg/promptbook">Promptbook Engine</a></td>
|
|
161
|
-
<td>
|
|
162
|
+
<td>
|
|
163
|
+
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>
|
|
164
|
+
</td>
|
|
162
165
|
</tr>
|
|
163
166
|
<tr>
|
|
164
167
|
<td><a href="https://promptbook.studio">Promptbook Studio</a></td>
|
|
165
|
-
<td>
|
|
168
|
+
<td>
|
|
169
|
+
Promptbook.studio is a web-based editor and runner for book applications. It is still in the experimental MVP stage.
|
|
170
|
+
</td>
|
|
166
171
|
</tr>
|
|
167
172
|
</tbody>
|
|
168
173
|
</table>
|
|
@@ -181,25 +186,25 @@ And **Promptbook.studio** branded socials:
|
|
|
181
186
|
|
|
182
187
|
- [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
|
|
183
188
|
|
|
184
|
-
|
|
185
|
-
|
|
186
189
|
And **Promptujeme** sub-brand:
|
|
187
190
|
|
|
188
|
-
|
|
191
|
+
_/Subbrand for Czech clients/_
|
|
192
|
+
|
|
189
193
|
|
|
190
194
|
|
|
191
195
|
|
|
192
196
|
- [Promptujeme.cz](https://www.promptujeme.cz/)
|
|
193
197
|
- [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
|
|
194
198
|
|
|
195
|
-
|
|
196
199
|
And **Promptbook.city** branded socials:
|
|
197
200
|
|
|
198
|
-
|
|
201
|
+
_/Sub-brand for images and graphics generated via Promptbook prompting/_
|
|
199
202
|
|
|
200
203
|
- [Instagram `@promptbook.city`](https://www.instagram.com/promptbook.city/)
|
|
201
204
|
- [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
|
|
202
205
|
|
|
206
|
+
##
|
|
207
|
+
|
|
203
208
|
|
|
204
209
|
|
|
205
210
|
|
package/esm/index.es.js
CHANGED
|
@@ -15,7 +15,7 @@ var BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
15
15
|
* @generated
|
|
16
16
|
* @see https://github.com/webgptorg/promptbook
|
|
17
17
|
*/
|
|
18
|
-
var PROMPTBOOK_ENGINE_VERSION = '0.86.
|
|
18
|
+
var PROMPTBOOK_ENGINE_VERSION = '0.86.8';
|
|
19
19
|
/**
|
|
20
20
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
21
21
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/vercel",
|
|
3
|
-
"version": "0.86.
|
|
3
|
+
"version": "0.86.8",
|
|
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,
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"module": "./esm/index.es.js",
|
|
48
48
|
"typings": "./esm/typings/src/_packages/vercel.index.d.ts",
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@promptbook/core": "0.86.
|
|
50
|
+
"@promptbook/core": "0.86.8"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"colors": "1.4.0",
|
package/umd/index.umd.js
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* @generated
|
|
24
24
|
* @see https://github.com/webgptorg/promptbook
|
|
25
25
|
*/
|
|
26
|
-
var PROMPTBOOK_ENGINE_VERSION = '0.86.
|
|
26
|
+
var PROMPTBOOK_ENGINE_VERSION = '0.86.8';
|
|
27
27
|
/**
|
|
28
28
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
29
29
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|