@promptbook/utils 0.46.0-1 → 0.46.0-2
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 +3 -2
- package/esm/index.es.js +1 -1
- package/package.json +1 -1
- package/umd/index.umd.js +1 -1
package/README.md
CHANGED
|
@@ -433,11 +433,12 @@ npm i ptbk
|
|
|
433
433
|
|
|
434
434
|
Or you can install them separately:
|
|
435
435
|
|
|
436
|
+
> ⭐ Marked packages are worth to try first
|
|
436
437
|
|
|
437
438
|
|
|
438
439
|
|
|
439
|
-
- ⭐ **[ptbk](https://www.npmjs.com/package
|
|
440
|
-
- **[promptbook](https://www.npmjs.com/package
|
|
440
|
+
- ⭐ **[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
|
|
441
|
+
- **[promptbook](https://www.npmjs.com/package/promptbook)** - Same as `ptbk`
|
|
441
442
|
- **[@promptbook/core](https://www.npmjs.com/package/@promptbook/core)** - Core of the library, it contains the main logic for promptbooks
|
|
442
443
|
- ⭐ **[@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
|
|
443
444
|
- _(Not finished)_ **[@promptbook/wizzard](https://www.npmjs.com/package/@promptbook/wizzard)** - Wizard for creating+running promptbooks in single line
|
package/esm/index.es.js
CHANGED
|
@@ -403,7 +403,7 @@ function removeContentComments(content) {
|
|
|
403
403
|
/**
|
|
404
404
|
* The version of the Promptbook library
|
|
405
405
|
*/
|
|
406
|
-
var PROMPTBOOK_VERSION = '0.46.0-
|
|
406
|
+
var PROMPTBOOK_VERSION = '0.46.0-1';
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
409
|
* Parses the given script and returns the list of all used variables that are not defined in the script
|
package/package.json
CHANGED
package/umd/index.umd.js
CHANGED
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
/**
|
|
409
409
|
* The version of the Promptbook library
|
|
410
410
|
*/
|
|
411
|
-
var PROMPTBOOK_VERSION = '0.46.0-
|
|
411
|
+
var PROMPTBOOK_VERSION = '0.46.0-1';
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
414
|
* Parses the given script and returns the list of all used variables that are not defined in the script
|