promptbook 0.80.0 → 0.81.0-5
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 +2 -0
- package/package.json +24 -22
package/README.md
CHANGED
|
@@ -227,6 +227,8 @@ Or you can install them separately:
|
|
|
227
227
|
- **[@promptbook/documents](https://www.npmjs.com/package/@promptbook/documents)** - Read knowledge from documents like `.docx`, `.odt`,…
|
|
228
228
|
- **[@promptbook/legacy-documents](https://www.npmjs.com/package/@promptbook/legacy-documents)** - Read knowledge from legacy documents like `.doc`, `.rtf`,…
|
|
229
229
|
- **[@promptbook/website-crawler](https://www.npmjs.com/package/@promptbook/website-crawler)** - Crawl knowledge from the web
|
|
230
|
+
- **[@promptbook/editable](https://www.npmjs.com/package/@promptbook/editable)** - Editable book as native javascript object with imperative object API
|
|
231
|
+
- **[@promptbook/templates](https://www.npmjs.com/package/@promptbook/templates)** - Usefull templates and examples of books which can be used as a starting point
|
|
230
232
|
- **[@promptbook/types](https://www.npmjs.com/package/@promptbook/types)** - Just typescript types used in the library
|
|
231
233
|
- **[@promptbook/cli](https://www.npmjs.com/package/@promptbook/cli)** - Command line interface utilities for promptbooks
|
|
232
234
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "promptbook",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.81.0-5",
|
|
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,28 +51,30 @@
|
|
|
51
51
|
}
|
|
52
52
|
],
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@promptbook/core": "0.
|
|
54
|
+
"@promptbook/core": "0.81.0-5"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@promptbook/anthropic-claude": "0.
|
|
58
|
-
"@promptbook/azure-openai": "0.
|
|
59
|
-
"@promptbook/browser": "0.
|
|
60
|
-
"@promptbook/cli": "0.
|
|
61
|
-
"@promptbook/core": "0.
|
|
62
|
-
"@promptbook/documents": "0.
|
|
63
|
-
"@promptbook/
|
|
64
|
-
"@promptbook/
|
|
65
|
-
"@promptbook/
|
|
66
|
-
"@promptbook/
|
|
67
|
-
"@promptbook/
|
|
68
|
-
"@promptbook/
|
|
69
|
-
"@promptbook/
|
|
70
|
-
"@promptbook/
|
|
71
|
-
"@promptbook/
|
|
72
|
-
"@promptbook/remote-
|
|
73
|
-
"@promptbook/
|
|
74
|
-
"@promptbook/
|
|
75
|
-
"@promptbook/
|
|
76
|
-
"@promptbook/
|
|
57
|
+
"@promptbook/anthropic-claude": "0.81.0-5",
|
|
58
|
+
"@promptbook/azure-openai": "0.81.0-5",
|
|
59
|
+
"@promptbook/browser": "0.81.0-5",
|
|
60
|
+
"@promptbook/cli": "0.81.0-5",
|
|
61
|
+
"@promptbook/core": "0.81.0-5",
|
|
62
|
+
"@promptbook/documents": "0.81.0-5",
|
|
63
|
+
"@promptbook/editable": "0.81.0-5",
|
|
64
|
+
"@promptbook/execute-javascript": "0.81.0-5",
|
|
65
|
+
"@promptbook/fake-llm": "0.81.0-5",
|
|
66
|
+
"@promptbook/google": "0.81.0-5",
|
|
67
|
+
"@promptbook/legacy-documents": "0.81.0-5",
|
|
68
|
+
"@promptbook/markdown-utils": "0.81.0-5",
|
|
69
|
+
"@promptbook/node": "0.81.0-5",
|
|
70
|
+
"@promptbook/openai": "0.81.0-5",
|
|
71
|
+
"@promptbook/pdf": "0.81.0-5",
|
|
72
|
+
"@promptbook/remote-client": "0.81.0-5",
|
|
73
|
+
"@promptbook/remote-server": "0.81.0-5",
|
|
74
|
+
"@promptbook/templates": "0.81.0-5",
|
|
75
|
+
"@promptbook/types": "0.81.0-5",
|
|
76
|
+
"@promptbook/utils": "0.81.0-5",
|
|
77
|
+
"@promptbook/vercel": "0.81.0-5",
|
|
78
|
+
"@promptbook/website-crawler": "0.81.0-5"
|
|
77
79
|
}
|
|
78
80
|
}
|