ptbk 0.75.6 → 0.75.10
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 +8 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
71
71
|
<tr>
|
|
72
72
|
<td>Core</td>
|
|
73
73
|
<td>Promptbook Core is a description and documentation of the basic concepts, ideas and inner workings of how Promptbook should be implemented, and defines what features must be describable by book language.</td>
|
|
74
|
-
<td rowspan=2>https://
|
|
74
|
+
<td rowspan=2>https://github.com/webgptorg/book</td>
|
|
75
75
|
</tr>
|
|
76
76
|
<tr>
|
|
77
77
|
<td>Book language</td>
|
|
@@ -82,7 +82,7 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
82
82
|
<tr>
|
|
83
83
|
<td>Promptbook typescript project</td>
|
|
84
84
|
<td>Promptbook implementation in TypeScript released as multiple NPM packages</td>
|
|
85
|
-
<td>https://github.com/webgptorg/promptbook + Multiple packages on NPM</td>
|
|
85
|
+
<td>https://github.com/webgptorg/promptbook + <a href="https://www.npmjs.com/package/@promptbook/core#-packages-for-developers">Multiple packages published on NPM</a></td>
|
|
86
86
|
</tr>
|
|
87
87
|
<tr>
|
|
88
88
|
<td>Promptbook studio</td>
|
|
@@ -102,6 +102,12 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
102
102
|
</tbody>
|
|
103
103
|
</table>
|
|
104
104
|
|
|
105
|
+
Also we have a community of developers and users:
|
|
106
|
+
|
|
107
|
+
- [Discord](https://discord.gg/x3QWNaa89N)
|
|
108
|
+
- [Landing page](https://ptbk.io)
|
|
109
|
+
- [Github discussions](https://github.com/webgptorg/promptbook/discussions)
|
|
110
|
+
|
|
105
111
|
|
|
106
112
|
|
|
107
113
|
## 💙 Book language _(for prompt-engineer)_
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ptbk",
|
|
3
|
-
"version": "0.75.
|
|
3
|
+
"version": "0.75.10",
|
|
4
4
|
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
|
|
5
5
|
"--note-0": " <- [🐊]",
|
|
6
6
|
"private": false,
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
}
|
|
52
52
|
],
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@promptbook/core": "0.75.
|
|
54
|
+
"@promptbook/core": "0.75.10"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"promptbook": "0.75.
|
|
57
|
+
"promptbook": "0.75.10"
|
|
58
58
|
}
|
|
59
59
|
}
|