@promptbook/browser 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 CHANGED
@@ -96,17 +96,22 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
96
96
  <tr>
97
97
  <td><a href="https://github.com/webgptorg/book">Book language</a></td>
98
98
  <td>
99
- Book is a markdown-like language to define core entities like personas, knowledge, tasks,.... It is designed to be understandable by non-programmers and non-technical people<hr>
99
+ Book is a human-understandable markup language for writing AI applications such as chatbots, knowledge bases, agents, avarars, translators, automations and more.
100
+ <hr>
100
101
  There is also <a href="https://github.com/webgptorg/book-extension">a plugin for VSCode</a> to support <code>.book</code> file extension
101
102
  </td>
102
103
  </tr>
103
104
  <tr>
104
105
  <td><a href="https://github.com/webgptorg/promptbook">Promptbook Engine</a></td>
105
- <td>Promptbook implementation in TypeScript 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></td>
106
+ <td>
107
+ 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>
108
+ </td>
106
109
  </tr>
107
110
  <tr>
108
111
  <td><a href="https://promptbook.studio">Promptbook Studio</a></td>
109
- <td>Studio to write Books and instantly publish them as miniapps</td>
112
+ <td>
113
+ Promptbook.studio is a web-based editor and runner for book applications. It is still in the experimental MVP stage.
114
+ </td>
110
115
  </tr>
111
116
  </tbody>
112
117
  </table>
@@ -125,25 +130,25 @@ And **Promptbook.studio** branded socials:
125
130
 
126
131
  - [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
127
132
 
128
-
129
-
130
133
  And **Promptujeme** sub-brand:
131
134
 
132
- */Subbrand for Czech clients/*
135
+ _/Subbrand for Czech clients/_
136
+
133
137
 
134
138
 
135
139
 
136
140
  - [Promptujeme.cz](https://www.promptujeme.cz/)
137
141
  - [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
138
142
 
139
-
140
143
  And **Promptbook.city** branded socials:
141
144
 
142
- */Sub-brand for images and graphics generated via Promptbook prompting/*
145
+ _/Sub-brand for images and graphics generated via Promptbook prompting/_
143
146
 
144
147
  - [Instagram `@promptbook.city`](https://www.instagram.com/promptbook.city/)
145
148
  - [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
146
149
 
150
+ ##
151
+
147
152
 
148
153
 
149
154
 
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.5';
18
+ var PROMPTBOOK_ENGINE_VERSION = '0.86.6';
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/browser",
3
- "version": "0.86.5",
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,
@@ -47,7 +47,7 @@
47
47
  "module": "./esm/index.es.js",
48
48
  "typings": "./esm/typings/src/_packages/browser.index.d.ts",
49
49
  "peerDependencies": {
50
- "@promptbook/core": "0.86.5"
50
+ "@promptbook/core": "0.86.6"
51
51
  },
52
52
  "dependencies": {
53
53
  "spacetrim": "0.11.59",
package/umd/index.umd.js CHANGED
@@ -22,7 +22,7 @@
22
22
  * @generated
23
23
  * @see https://github.com/webgptorg/promptbook
24
24
  */
25
- var PROMPTBOOK_ENGINE_VERSION = '0.86.5';
25
+ var PROMPTBOOK_ENGINE_VERSION = '0.86.6';
26
26
  /**
27
27
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
28
28
  * Note: [💞] Ignore a discrepancy between file name and entity name