@promptbook/components 0.112.0-52 → 0.112.0-53

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.
@@ -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-51`).
18
+ * It follows semantic versioning (e.g., `0.112.0-52`).
19
19
  *
20
20
  * @generated
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/components",
3
- "version": "0.112.0-52",
3
+ "version": "0.112.0-53",
4
4
  "description": "Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action",
5
5
  "private": false,
6
6
  "sideEffects": false,
package/umd/index.umd.js CHANGED
@@ -30,7 +30,7 @@
30
30
  * @generated
31
31
  * @see https://github.com/webgptorg/promptbook
32
32
  */
33
- const PROMPTBOOK_ENGINE_VERSION = '0.112.0-52';
33
+ const PROMPTBOOK_ENGINE_VERSION = '0.112.0-53';
34
34
  /**
35
35
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
36
36
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -18267,8 +18267,9 @@
18267
18267
  iconName = 'SquareArrowUpRight';
18268
18268
  }
18269
18269
  if (isVoidPseudoAgentReference(reference)) {
18270
- label = VOID_PSEUDO_AGENT_REFERENCE;
18270
+ label = VOID_PSEUDO_AGENT_REFERENCE; // <- {Void} label
18271
18271
  iconName = 'ShieldAlert';
18272
+ return null; // <- Note: Do not show `{Void}` in capabilities, it's only used for internal logic
18272
18273
  }
18273
18274
  return {
18274
18275
  type: 'inheritance',