ptbk 0.63.0-4 → 0.63.0-6

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 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <!-- ⚠️ WARNING: This section has been generated so that any manual changes will be overwritten -->
1
+ <!-- ⚠️ WARNING: This code has been generated so that any manual changes will be overwritten -->
2
2
 
3
3
  # ![Promptbook logo - cube with letters P and B](./other/design/logo-h1.png) Promptbook
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ptbk",
3
- "version": "0.63.0-4",
3
+ "version": "0.63.0-6",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -44,9 +44,9 @@
44
44
  }
45
45
  ],
46
46
  "peerDependencies": {
47
- "@promptbook/core": "0.63.0-4"
47
+ "@promptbook/core": "0.63.0-6"
48
48
  },
49
49
  "dependencies": {
50
- "promptbook": "0.63.0-4"
50
+ "promptbook": "0.63.0-6"
51
51
  }
52
52
  }