@promptbook/cli 0.44.0-21 → 0.44.0-22

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
@@ -38,7 +38,7 @@ This will prettify all promptbooks in `promptbook` directory and adds Mermaid gr
38
38
 
39
39
  ---
40
40
 
41
- Rest of the documentation is common for entire promptbook ecosystem:
41
+ Rest of the documentation is common for **entire promptbook ecosystem**:
42
42
 
43
43
  <!--
44
44
  TODO: Probbably remove this section only in packages
@@ -715,6 +715,10 @@ iterations
715
715
 
716
716
  See [CHANGELOG.md](./CHANGELOG.md)
717
717
 
718
+ ## 📜 License
719
+
720
+ <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://github.com/webgptorg/promptbook">Promptbook</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/hejny/">Pavol Hejný</a> is licensed under <a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""></a></p>
721
+
718
722
  <!--Contributing-->
719
723
  <!--⚠️WARNING: This section was generated by https://github.com/hejny/batch-project-editor/blob/main/src/workflows/810-contributing/contributing.ts so every manual change will be overwritten.-->
720
724
 
package/esm/index.es.js CHANGED
@@ -143,7 +143,7 @@ new Function("\n try {\n if (typeof WorkerGlobalScope !== 'undefined'
143
143
  /**
144
144
  * The version of the Promptbook library
145
145
  */
146
- var PROMPTBOOK_VERSION = '0.44.0-20';
146
+ var PROMPTBOOK_VERSION = '0.44.0-21';
147
147
 
148
148
  /**
149
149
  * This error indicates that the promptbook in a markdown format cannot be parsed into a valid promptbook object
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/cli",
3
- "version": "0.44.0-21",
3
+ "version": "0.44.0-22",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -28,7 +28,7 @@
28
28
  "text-generation",
29
29
  "language-model"
30
30
  ],
31
- "license": "SEE LICENSE IN LICENSE",
31
+ "license": "CC-BY-4.0",
32
32
  "bugs": {
33
33
  "url": "https://github.com/webgptorg/promptbook/issues"
34
34
  },
@@ -42,7 +42,7 @@
42
42
  "waitasecond": "1.11.33"
43
43
  },
44
44
  "peerDependencies": {
45
- "@promptbook/core": "0.44.0-21"
45
+ "@promptbook/core": "0.44.0-22"
46
46
  },
47
47
  "main": "./umd/index.umd.js",
48
48
  "module": "./esm/index.es.js",
package/umd/index.umd.js CHANGED
@@ -146,7 +146,7 @@
146
146
  /**
147
147
  * The version of the Promptbook library
148
148
  */
149
- var PROMPTBOOK_VERSION = '0.44.0-20';
149
+ var PROMPTBOOK_VERSION = '0.44.0-21';
150
150
 
151
151
  /**
152
152
  * This error indicates that the promptbook in a markdown format cannot be parsed into a valid promptbook object