promptbook 0.83.0 → 0.84.0-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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +27 -26
package/README.md CHANGED
@@ -245,6 +245,7 @@ Or you can install them separately:
245
245
  - **[@promptbook/remote-client](https://www.npmjs.com/package/@promptbook/remote-client)** - Remote client for remote execution of promptbooks
246
246
  - **[@promptbook/remote-server](https://www.npmjs.com/package/@promptbook/remote-server)** - Remote server for remote execution of promptbooks
247
247
  - **[@promptbook/pdf](https://www.npmjs.com/package/@promptbook/pdf)** - Read knowledge from `.pdf` documents
248
+ - **[@promptbook/documents](https://www.npmjs.com/package/@promptbook/markitdown)** - Integration of [Markitdown by Microsoft](https://github.com/microsoft/markitdown)
248
249
  - **[@promptbook/documents](https://www.npmjs.com/package/@promptbook/documents)** - Read knowledge from documents like `.docx`, `.odt`,…
249
250
  - **[@promptbook/legacy-documents](https://www.npmjs.com/package/@promptbook/legacy-documents)** - Read knowledge from legacy documents like `.doc`, `.rtf`,…
250
251
  - **[@promptbook/website-crawler](https://www.npmjs.com/package/@promptbook/website-crawler)** - Crawl knowledge from the web
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promptbook",
3
- "version": "0.83.0",
3
+ "version": "0.84.0-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,
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/webgptorg/promptbook"
11
11
  },
12
12
  "contributors": [
13
- "Pavol Hejný <me@pavolhejny.com> (https://www.pavolhejny.com/)"
13
+ "Pavol Hejný <pavol@ptbk.io> (https://www.pavolhejny.com/)"
14
14
  ],
15
15
  "--todo-0": "TODO: [❇️] Make better list of keywords",
16
16
  "keywords": [
@@ -51,31 +51,32 @@
51
51
  }
52
52
  ],
53
53
  "peerDependencies": {
54
- "@promptbook/core": "0.83.0"
54
+ "@promptbook/core": "0.84.0-10"
55
55
  },
56
56
  "dependencies": {
57
- "@promptbook/anthropic-claude": "0.83.0",
58
- "@promptbook/azure-openai": "0.83.0",
59
- "@promptbook/browser": "0.83.0",
60
- "@promptbook/cli": "0.83.0",
61
- "@promptbook/core": "0.83.0",
62
- "@promptbook/documents": "0.83.0",
63
- "@promptbook/editable": "0.83.0",
64
- "@promptbook/execute-javascript": "0.83.0",
65
- "@promptbook/fake-llm": "0.83.0",
66
- "@promptbook/google": "0.83.0",
67
- "@promptbook/legacy-documents": "0.83.0",
68
- "@promptbook/markdown-utils": "0.83.0",
69
- "@promptbook/node": "0.83.0",
70
- "@promptbook/openai": "0.83.0",
71
- "@promptbook/pdf": "0.83.0",
72
- "@promptbook/remote-client": "0.83.0",
73
- "@promptbook/remote-server": "0.83.0",
74
- "@promptbook/templates": "0.83.0",
75
- "@promptbook/types": "0.83.0",
76
- "@promptbook/utils": "0.83.0",
77
- "@promptbook/vercel": "0.83.0",
78
- "@promptbook/website-crawler": "0.83.0",
79
- "@promptbook/wizzard": "0.83.0"
57
+ "@promptbook/anthropic-claude": "0.84.0-10",
58
+ "@promptbook/azure-openai": "0.84.0-10",
59
+ "@promptbook/browser": "0.84.0-10",
60
+ "@promptbook/cli": "0.84.0-10",
61
+ "@promptbook/core": "0.84.0-10",
62
+ "@promptbook/documents": "0.84.0-10",
63
+ "@promptbook/editable": "0.84.0-10",
64
+ "@promptbook/execute-javascript": "0.84.0-10",
65
+ "@promptbook/fake-llm": "0.84.0-10",
66
+ "@promptbook/google": "0.84.0-10",
67
+ "@promptbook/legacy-documents": "0.84.0-10",
68
+ "@promptbook/markdown-utils": "0.84.0-10",
69
+ "@promptbook/markitdown": "0.84.0-10",
70
+ "@promptbook/node": "0.84.0-10",
71
+ "@promptbook/openai": "0.84.0-10",
72
+ "@promptbook/pdf": "0.84.0-10",
73
+ "@promptbook/remote-client": "0.84.0-10",
74
+ "@promptbook/remote-server": "0.84.0-10",
75
+ "@promptbook/templates": "0.84.0-10",
76
+ "@promptbook/types": "0.84.0-10",
77
+ "@promptbook/utils": "0.84.0-10",
78
+ "@promptbook/vercel": "0.84.0-10",
79
+ "@promptbook/website-crawler": "0.84.0-10",
80
+ "@promptbook/wizzard": "0.84.0-10"
80
81
  }
81
82
  }