@promptbook/deepseek 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 CHANGED
@@ -91,17 +91,22 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
91
91
  <tr>
92
92
  <td><a href="https://github.com/webgptorg/book">Book language</a></td>
93
93
  <td>
94
- 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>
94
+ Book is a human-understandable markup language for writing AI applications such as chatbots, knowledge bases, agents, avarars, translators, automations and more.
95
+ <hr>
95
96
  There is also <a href="https://github.com/webgptorg/book-extension">a plugin for VSCode</a> to support <code>.book</code> file extension
96
97
  </td>
97
98
  </tr>
98
99
  <tr>
99
100
  <td><a href="https://github.com/webgptorg/promptbook">Promptbook Engine</a></td>
100
- <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>
101
+ <td>
102
+ 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>
103
+ </td>
101
104
  </tr>
102
105
  <tr>
103
106
  <td><a href="https://promptbook.studio">Promptbook Studio</a></td>
104
- <td>Studio to write Books and instantly publish them as miniapps</td>
107
+ <td>
108
+ Promptbook.studio is a web-based editor and runner for book applications. It is still in the experimental MVP stage.
109
+ </td>
105
110
  </tr>
106
111
  </tbody>
107
112
  </table>
@@ -120,25 +125,25 @@ And **Promptbook.studio** branded socials:
120
125
 
121
126
  - [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
122
127
 
123
-
124
-
125
128
  And **Promptujeme** sub-brand:
126
129
 
127
- */Subbrand for Czech clients/*
130
+ _/Subbrand for Czech clients/_
131
+
128
132
 
129
133
 
130
134
 
131
135
  - [Promptujeme.cz](https://www.promptujeme.cz/)
132
136
  - [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
133
137
 
134
-
135
138
  And **Promptbook.city** branded socials:
136
139
 
137
- */Sub-brand for images and graphics generated via Promptbook prompting/*
140
+ _/Sub-brand for images and graphics generated via Promptbook prompting/_
138
141
 
139
142
  - [Instagram `@promptbook.city`](https://www.instagram.com/promptbook.city/)
140
143
  - [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
141
144
 
145
+ ##
146
+
142
147
 
143
148
 
144
149
 
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.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/deepseek",
3
- "version": "0.86.5",
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/deepseek.index.d.ts",
49
49
  "peerDependencies": {
50
- "@promptbook/core": "0.86.5"
50
+ "@promptbook/core": "0.86.8"
51
51
  },
52
52
  "dependencies": {
53
53
  "@ai-sdk/deepseek": "^0.1.6",
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.5';
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