@promptbook/types 0.46.0-2 → 0.46.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 +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -20,6 +20,9 @@ Library to supercharge your use of large language models
20
20
  To install this package, run:
21
21
 
22
22
  ```bash
23
+ # Install entire promptbook ecosystem
24
+ npm i ptbk
25
+
23
26
  npm i -D @promptbook/types
24
27
  ```
25
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/types",
3
- "version": "0.46.0-2",
3
+ "version": "0.46.0-4",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -35,7 +35,7 @@
35
35
  "homepage": "https://www.npmjs.com/package/@promptbook/core",
36
36
  "dependencies": {},
37
37
  "peerDependencies": {
38
- "@promptbook/core": "0.46.0-2"
38
+ "@promptbook/core": "0.46.0-4"
39
39
  },
40
40
  "main": "./umd/index.umd.js",
41
41
  "module": "./esm/index.es.js",