@promptbook/node 0.113.0-1 → 0.113.0-2

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.
@@ -9,7 +9,7 @@ export type CitationIframePreviewProps = {
9
9
  };
10
10
  /**
11
11
  * Renders a citation URL preview as an iframe when the target page allows embedding,
12
- * or falls back to a live server-side browser preview with an "Open in new tab" link
12
+ * or falls back to a live server-side browser stream with an "Open in new tab" link
13
13
  * when it does not (e.g. X-Frame-Options: DENY / SAMEORIGIN).
14
14
  *
15
15
  * Embedding capability is determined by `GET /api/page-preview/check?url=<url>`.
@@ -0,0 +1,2 @@
1
+ /** @jest-environment jsdom */
2
+ export {};
@@ -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.113.0-0`).
18
+ * It follows semantic versioning (e.g., `0.113.0-1`).
19
19
  *
20
20
  * @generated
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/node",
3
- "version": "0.113.0-1",
3
+ "version": "0.113.0-2",
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,
@@ -97,7 +97,7 @@
97
97
  "types": "./esm/src/_packages/node.index.d.ts",
98
98
  "typings": "./esm/src/_packages/node.index.d.ts",
99
99
  "peerDependencies": {
100
- "@promptbook/core": "0.113.0-1"
100
+ "@promptbook/core": "0.113.0-2"
101
101
  },
102
102
  "dependencies": {
103
103
  "@mozilla/readability": "0.6.0",
package/umd/index.umd.js CHANGED
@@ -51,7 +51,7 @@
51
51
  * @generated
52
52
  * @see https://github.com/webgptorg/promptbook
53
53
  */
54
- const PROMPTBOOK_ENGINE_VERSION = '0.113.0-1';
54
+ const PROMPTBOOK_ENGINE_VERSION = '0.113.0-2';
55
55
  /**
56
56
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
57
57
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -4589,9 +4589,10 @@
4589
4589
 
4590
4590
  [Up to 50,000 CZK](?message=We are posting an order up to 50,000 CZK)
4591
4591
  [Up to 100,000 CZK](?message=We are posting an order up to 100,000 CZK)
4592
- [Over 100,000 CZK](?message=We are posting an order over 100,000 CZK)
4592
+ [Over 100,000 CZK](?messageDraft=We are posting an order over 100,000 CZK)
4593
4593
  \`\`\`
4594
4594
 
4595
+ - You can use \`message\` for message that will be sent immediately after clicking the button, or \`messageDraft\` for message that will be prefilled in the input field for editing before sending.
4595
4596
 
4596
4597
  ## This is how you should behave
4597
4598