@promptbook/markdown-utils 0.112.0-45 → 0.112.0-46

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/esm/index.es.js CHANGED
@@ -23,7 +23,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
23
23
  * @generated
24
24
  * @see https://github.com/webgptorg/promptbook
25
25
  */
26
- const PROMPTBOOK_ENGINE_VERSION = '0.112.0-45';
26
+ const PROMPTBOOK_ENGINE_VERSION = '0.112.0-46';
27
27
  /**
28
28
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
29
29
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -5,7 +5,7 @@ import type { AvatarDefinition } from './AvatarDefinition';
5
5
  *
6
6
  * @private shared contract for the avatar rendering system
7
7
  */
8
- export type AvatarVisualId = 'pixel-art' | 'octopus' | 'minecraft';
8
+ export type AvatarVisualId = 'pixel-art' | 'octopus' | 'octopus2' | 'minecraft' | 'fractal';
9
9
  /**
10
10
  * Derived color palette used by avatar visuals.
11
11
  *
@@ -0,0 +1,7 @@
1
+ import type { AvatarVisualDefinition } from '../types/AvatarVisualDefinition';
2
+ /**
3
+ * Fractal avatar visual.
4
+ *
5
+ * @private built-in avatar visual
6
+ */
7
+ export declare const fractalAvatarVisual: AvatarVisualDefinition;
@@ -0,0 +1,7 @@
1
+ import type { AvatarVisualDefinition } from '../types/AvatarVisualDefinition';
2
+ /**
3
+ * Octopus2 avatar visual.
4
+ *
5
+ * @private built-in avatar visual
6
+ */
7
+ export declare const octopus2AvatarVisual: AvatarVisualDefinition;
@@ -15,7 +15,7 @@ export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
15
15
  export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
16
16
  /**
17
17
  * Represents the version string of the Promptbook engine.
18
- * It follows semantic versioning (e.g., `0.112.0-44`).
18
+ * It follows semantic versioning (e.g., `0.112.0-45`).
19
19
  *
20
20
  * @generated
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/markdown-utils",
3
- "version": "0.112.0-45",
3
+ "version": "0.112.0-46",
4
4
  "description": "Promptbook: Turn your company's scattered knowledge into AI ready books",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -99,7 +99,8 @@
99
99
  },
100
100
  "main": "./umd/index.umd.js",
101
101
  "module": "./esm/index.es.js",
102
- "typings": "./esm/typings/src/_packages/markdown-utils.index.d.ts",
102
+ "types": "./esm/src/_packages/markdown-utils.index.d.ts",
103
+ "typings": "./esm/src/_packages/markdown-utils.index.d.ts",
103
104
  "dependencies": {
104
105
  "crypto": "1.0.1",
105
106
  "crypto-js": "4.2.0",
package/umd/index.umd.js CHANGED
@@ -23,7 +23,7 @@
23
23
  * @generated
24
24
  * @see https://github.com/webgptorg/promptbook
25
25
  */
26
- const PROMPTBOOK_ENGINE_VERSION = '0.112.0-45';
26
+ const PROMPTBOOK_ENGINE_VERSION = '0.112.0-46';
27
27
  /**
28
28
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
29
29
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -5,7 +5,7 @@ import type { AvatarDefinition } from './AvatarDefinition';
5
5
  *
6
6
  * @private shared contract for the avatar rendering system
7
7
  */
8
- export type AvatarVisualId = 'pixel-art' | 'octopus' | 'minecraft';
8
+ export type AvatarVisualId = 'pixel-art' | 'octopus' | 'octopus2' | 'minecraft' | 'fractal';
9
9
  /**
10
10
  * Derived color palette used by avatar visuals.
11
11
  *
@@ -0,0 +1,7 @@
1
+ import type { AvatarVisualDefinition } from '../types/AvatarVisualDefinition';
2
+ /**
3
+ * Fractal avatar visual.
4
+ *
5
+ * @private built-in avatar visual
6
+ */
7
+ export declare const fractalAvatarVisual: AvatarVisualDefinition;
@@ -0,0 +1,7 @@
1
+ import type { AvatarVisualDefinition } from '../types/AvatarVisualDefinition';
2
+ /**
3
+ * Octopus2 avatar visual.
4
+ *
5
+ * @private built-in avatar visual
6
+ */
7
+ export declare const octopus2AvatarVisual: AvatarVisualDefinition;
@@ -15,7 +15,7 @@ export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
15
15
  export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
16
16
  /**
17
17
  * Represents the version string of the Promptbook engine.
18
- * It follows semantic versioning (e.g., `0.112.0-44`).
18
+ * It follows semantic versioning (e.g., `0.112.0-45`).
19
19
  *
20
20
  * @generated
21
21
  */