promptbook 0.63.0-2 → 0.63.0-4

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 +4 -2
  2. package/package.json +17 -17
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ <!-- ⚠️ WARNING: This section has been generated so that any manual changes will be overwritten -->
2
+
1
3
  # ![Promptbook logo - cube with letters P and B](./other/design/logo-h1.png) Promptbook
2
4
 
3
5
  Supercharge your use of large language models
@@ -290,11 +292,11 @@ Or you can install them separately:
290
292
  > ⭐ Marked packages are worth to try first
291
293
 
292
294
 
293
-
294
295
  - ⭐ **[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
295
296
  - **[promptbook](https://www.npmjs.com/package/promptbook)** - Same as `ptbk`
296
297
  - **[@promptbook/core](https://www.npmjs.com/package/@promptbook/core)** - Core of the library, it contains the main logic for promptbooks
297
- - **[@promptbook/node](https://www.npmjs.com/package/@promptbook/node)** - Core of the library for Node.js
298
+ - **[@promptbook/node](https://www.npmjs.com/package/@promptbook/node)** - Core of the library for Node.js environment
299
+ - **[@promptbook/browser](https://www.npmjs.com/package/@promptbook/browser)** - Core of the library for browser environment
298
300
  - ⭐ **[@promptbook/utils](https://www.npmjs.com/package/@promptbook/utils)** - Utility functions used in the library but also useful for individual use in preprocessing and postprocessing LLM inputs and outputs
299
301
  - **[@promptbook/markdown-utils](https://www.npmjs.com/package/@promptbook/markdown-utils)** - Utility functions used for processing markdown
300
302
  - _(Not finished)_ **[@promptbook/wizzard](https://www.npmjs.com/package/@promptbook/wizzard)** - Wizard for creating+running promptbooks in single line
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promptbook",
3
- "version": "0.63.0-2",
3
+ "version": "0.63.0-4",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -44,23 +44,23 @@
44
44
  }
45
45
  ],
46
46
  "peerDependencies": {
47
- "@promptbook/core": "0.63.0-2"
47
+ "@promptbook/core": "0.63.0-4"
48
48
  },
49
49
  "dependencies": {
50
- "@promptbook/anthropic-claude": "0.63.0-2",
51
- "@promptbook/azure-openai": "0.63.0-2",
52
- "@promptbook/browser": "0.63.0-2",
53
- "@promptbook/cli": "0.63.0-2",
54
- "@promptbook/core": "0.63.0-2",
55
- "@promptbook/execute-javascript": "0.63.0-2",
56
- "@promptbook/fake-llm": "0.63.0-2",
57
- "@promptbook/langtail": "0.63.0-2",
58
- "@promptbook/markdown-utils": "0.63.0-2",
59
- "@promptbook/node": "0.63.0-2",
60
- "@promptbook/openai": "0.63.0-2",
61
- "@promptbook/remote-client": "0.63.0-2",
62
- "@promptbook/remote-server": "0.63.0-2",
63
- "@promptbook/types": "0.63.0-2",
64
- "@promptbook/utils": "0.63.0-2"
50
+ "@promptbook/anthropic-claude": "0.63.0-4",
51
+ "@promptbook/azure-openai": "0.63.0-4",
52
+ "@promptbook/browser": "0.63.0-4",
53
+ "@promptbook/cli": "0.63.0-4",
54
+ "@promptbook/core": "0.63.0-4",
55
+ "@promptbook/execute-javascript": "0.63.0-4",
56
+ "@promptbook/fake-llm": "0.63.0-4",
57
+ "@promptbook/langtail": "0.63.0-4",
58
+ "@promptbook/markdown-utils": "0.63.0-4",
59
+ "@promptbook/node": "0.63.0-4",
60
+ "@promptbook/openai": "0.63.0-4",
61
+ "@promptbook/remote-client": "0.63.0-4",
62
+ "@promptbook/remote-server": "0.63.0-4",
63
+ "@promptbook/types": "0.63.0-4",
64
+ "@promptbook/utils": "0.63.0-4"
65
65
  }
66
66
  }