@promptbook/utils 0.69.0-16 → 0.69.0-17

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
@@ -16,6 +16,10 @@ Supercharge your use of large language models
16
16
 
17
17
 
18
18
 
19
+ ## ✨ New Features
20
+
21
+ - ✨ **Support of [OpenAI o1 model](https://openai.com/o1/)**
22
+
19
23
  ## 📦 Package `@promptbook/utils`
20
24
 
21
25
  - Promptbooks are [divided into several](#-packages) packages, all are published from [single monorepo](https://github.com/webgptorg/promptbook).
@@ -159,10 +163,6 @@ See also the documentation for all the functions in the `@promptbook/utils` pack
159
163
 
160
164
  Rest of the documentation is common for **entire promptbook ecosystem**:
161
165
 
162
- # ✨ New Features
163
-
164
- - ✨ **Support [OpenAI o1 model](https://openai.com/o1/)**
165
-
166
166
  ## 🤍 The Promptbook Whitepaper
167
167
 
168
168
 
package/esm/index.es.js CHANGED
@@ -4,7 +4,7 @@ import spaceTrim$1, { spaceTrim } from 'spacetrim';
4
4
  /**
5
5
  * The version of the Promptbook library
6
6
  */
7
- var PROMPTBOOK_VERSION = '0.69.0-15';
7
+ var PROMPTBOOK_VERSION = '0.69.0-16';
8
8
  // TODO:[main] !!!! List here all the versions and annotate + put into script
9
9
 
10
10
  /*! *****************************************************************************
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/utils",
3
- "version": "0.69.0-16",
3
+ "version": "0.69.0-17",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
package/umd/index.umd.js CHANGED
@@ -12,7 +12,7 @@
12
12
  /**
13
13
  * The version of the Promptbook library
14
14
  */
15
- var PROMPTBOOK_VERSION = '0.69.0-15';
15
+ var PROMPTBOOK_VERSION = '0.69.0-16';
16
16
  // TODO:[main] !!!! List here all the versions and annotate + put into script
17
17
 
18
18
  /*! *****************************************************************************