ptbk 0.81.0-8 → 0.81.0
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 +25 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -102,11 +102,31 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
102
102
|
</tbody>
|
|
103
103
|
</table>
|
|
104
104
|
|
|
105
|
-
|
|
105
|
+
We also have a community of developers and users of **Promptbook**:
|
|
106
106
|
|
|
107
|
-
- [Discord](https://discord.gg/x3QWNaa89N)
|
|
108
|
-
- [Landing page](https://ptbk.io)
|
|
107
|
+
- [Discord community](https://discord.gg/x3QWNaa89N)
|
|
108
|
+
- [Landing page `ptbk.io`](https://ptbk.io)
|
|
109
109
|
- [Github discussions](https://github.com/webgptorg/promptbook/discussions)
|
|
110
|
+
- [LinkedIn `Promptbook`](https://linkedin.com/company/promptbook)
|
|
111
|
+
- [Facebook `Promptbook`](https://www.facebook.com/61560776453536)
|
|
112
|
+
|
|
113
|
+
And **Promptbook.studio** branded socials:
|
|
114
|
+
|
|
115
|
+
- [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
|
|
116
|
+
|
|
117
|
+
And **Promptujeme** sub-brand:
|
|
118
|
+
|
|
119
|
+
_/Subbrand for Czech clients/_
|
|
120
|
+
|
|
121
|
+
- [Promptujeme.cz](https://www.promptujeme.cz/)
|
|
122
|
+
- [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
|
|
123
|
+
|
|
124
|
+
And **Promptbook.city** branded socials:
|
|
125
|
+
|
|
126
|
+
_/Sub-brand for images and graphics generated via Promptbook prompting/_
|
|
127
|
+
|
|
128
|
+
- [Instagram `@promptbook.city`](https://www.instagram.com/promptbook.city/)
|
|
129
|
+
- [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
|
|
110
130
|
|
|
111
131
|
|
|
112
132
|
|
|
@@ -207,6 +227,7 @@ Or you can install them separately:
|
|
|
207
227
|
|
|
208
228
|
- ⭐ **[ptbk](https://www.npmjs.com/package/ptbk)** - Bundle of all packages, when you want to install everything and you don't care about the size
|
|
209
229
|
- **[promptbook](https://www.npmjs.com/package/promptbook)** - Same as `ptbk`
|
|
230
|
+
- ⭐🧙♂️ **[@promptbook/wizzard](https://www.npmjs.com/package/@promptbook/wizzard)** - Wizzard to just run the books in node without any struggle
|
|
210
231
|
- **[@promptbook/core](https://www.npmjs.com/package/@promptbook/core)** - Core of the library, it contains the main logic for promptbooks
|
|
211
232
|
- **[@promptbook/node](https://www.npmjs.com/package/@promptbook/node)** - Core of the library for Node.js environment
|
|
212
233
|
- **[@promptbook/browser](https://www.npmjs.com/package/@promptbook/browser)** - Core of the library for browser environment
|
|
@@ -230,7 +251,7 @@ Or you can install them separately:
|
|
|
230
251
|
- **[@promptbook/editable](https://www.npmjs.com/package/@promptbook/editable)** - Editable book as native javascript object with imperative object API
|
|
231
252
|
- **[@promptbook/templates](https://www.npmjs.com/package/@promptbook/templates)** - Usefull templates and examples of books which can be used as a starting point
|
|
232
253
|
- **[@promptbook/types](https://www.npmjs.com/package/@promptbook/types)** - Just typescript types used in the library
|
|
233
|
-
- **[@promptbook/cli](https://www.npmjs.com/package/@promptbook/cli)** - Command line interface utilities for promptbooks
|
|
254
|
+
- ⭐ **[@promptbook/cli](https://www.npmjs.com/package/@promptbook/cli)** - Command line interface utilities for promptbooks
|
|
234
255
|
|
|
235
256
|
|
|
236
257
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ptbk",
|
|
3
|
-
"version": "0.81.0
|
|
3
|
+
"version": "0.81.0",
|
|
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.81.0
|
|
54
|
+
"@promptbook/core": "0.81.0"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"promptbook": "0.81.0
|
|
57
|
+
"promptbook": "0.81.0"
|
|
58
58
|
}
|
|
59
59
|
}
|