@promptbook/openai 0.34.0-0 → 0.34.0-1

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.
@@ -6,6 +6,7 @@ import { string_char_emoji } from '../types/typeAliasEmoji';
6
6
  * @see https://getemoji.com/
7
7
  *
8
8
  * @private within the library
9
+ * @deprecated Use /\p{Extended_Pictographic}/ instead
9
10
  */
10
11
  export declare const EMOJIS_IN_CATEGORIES: Record<string, Array<string_char_emoji>>;
11
12
  /**
@@ -13,6 +14,7 @@ export declare const EMOJIS_IN_CATEGORIES: Record<string, Array<string_char_emoj
13
14
  * All possible emoji chars like "🍆", "🍡", "🍤"...
14
15
  *
15
16
  * @private within the library
17
+ * @deprecated Use /\p{Extended_Pictographic}/ instead
16
18
  */
17
19
  export declare const EMOJIS: Set<string_char_emoji>;
18
20
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/openai",
3
- "version": "0.34.0-0",
3
+ "version": "0.34.0-1",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -37,7 +37,7 @@
37
37
  "openai": "4.2.0"
38
38
  },
39
39
  "peerDependencies": {
40
- "@promptbook/core": "0.34.0-0"
40
+ "@promptbook/core": "0.34.0-1"
41
41
  },
42
42
  "main": "./umd/index.umd.js",
43
43
  "module": "./esm/index.es.js",
@@ -6,6 +6,7 @@ import { string_char_emoji } from '../types/typeAliasEmoji';
6
6
  * @see https://getemoji.com/
7
7
  *
8
8
  * @private within the library
9
+ * @deprecated Use /\p{Extended_Pictographic}/ instead
9
10
  */
10
11
  export declare const EMOJIS_IN_CATEGORIES: Record<string, Array<string_char_emoji>>;
11
12
  /**
@@ -13,6 +14,7 @@ export declare const EMOJIS_IN_CATEGORIES: Record<string, Array<string_char_emoj
13
14
  * All possible emoji chars like "🍆", "🍡", "🍤"...
14
15
  *
15
16
  * @private within the library
17
+ * @deprecated Use /\p{Extended_Pictographic}/ instead
16
18
  */
17
19
  export declare const EMOJIS: Set<string_char_emoji>;
18
20
  /**