@promptbook/core 0.44.0-14 → 0.44.0-15

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 CHANGED
@@ -1,4 +1,4 @@
1
- # 📖 Promptbook
1
+ # ![Promptbook logo - cube with letters P and B](./other/design/logo-h1.png) Promptbook
2
2
 
3
3
  Library to supercharge your use of large language models
4
4
 
package/esm/index.es.js CHANGED
@@ -1161,7 +1161,7 @@ function parsingMarkdownStructureToMarkdownStructure(parsingMarkdownStructure) {
1161
1161
  /**
1162
1162
  * The version of the Promptbook library
1163
1163
  */
1164
- var PROMPTBOOK_VERSION = '0.44.0-13';
1164
+ var PROMPTBOOK_VERSION = '0.44.0-14';
1165
1165
 
1166
1166
  /**
1167
1167
  * Parses the given script and returns the list of all used variables that are not defined in the script
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/core",
3
- "version": "0.44.0-14",
3
+ "version": "0.44.0-15",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
package/umd/index.umd.js CHANGED
@@ -1161,7 +1161,7 @@
1161
1161
  /**
1162
1162
  * The version of the Promptbook library
1163
1163
  */
1164
- var PROMPTBOOK_VERSION = '0.44.0-13';
1164
+ var PROMPTBOOK_VERSION = '0.44.0-14';
1165
1165
 
1166
1166
  /**
1167
1167
  * Parses the given script and returns the list of all used variables that are not defined in the script