ptbk 0.46.0-1 → 0.46.0-3

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 +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -296,11 +296,12 @@ npm i ptbk
296
296
 
297
297
  Or you can install them separately:
298
298
 
299
+ > ⭐ Marked packages are worth to try first
299
300
 
300
301
 
301
302
 
302
- - ⭐ **[ptbk](https://www.npmjs.com/package/@promptbook/core)** - Bundle of all packages, when you want to install everything and you don't care about the size
303
- - **[promptbook](https://www.npmjs.com/package/@promptbook/core)** - Just alias for `ptbk`
303
+ - ⭐ **[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
304
+ - **[promptbook](https://www.npmjs.com/package/promptbook)** - Same as `ptbk`
304
305
  - **[@promptbook/core](https://www.npmjs.com/package/@promptbook/core)** - Core of the library, it contains the main logic for promptbooks
305
306
  - ⭐ **[@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
306
307
  - _(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": "ptbk",
3
- "version": "0.46.0-1",
3
+ "version": "0.46.0-3",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -34,6 +34,6 @@
34
34
  },
35
35
  "homepage": "https://www.npmjs.com/package/@promptbook/core",
36
36
  "dependencies": {
37
- "promptbook": "0.46.0-1"
37
+ "promptbook": "0.46.0-3"
38
38
  }
39
39
  }