@checkflow/sdk 1.1.2 → 1.1.3

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/dist/react.mjs CHANGED
@@ -17,7 +17,7 @@ function useCheckflowFeedback() {
17
17
  },
18
18
  screenshot: async () => {
19
19
  if (typeof window === "undefined") return null;
20
- const { captureScreenshot } = await import("./screenshot-CUMBPE2T.mjs");
20
+ const { captureScreenshot } = await import("./screenshot-HXKGZNCZ.mjs");
21
21
  return captureScreenshot();
22
22
  },
23
23
  highlight: async () => {
@@ -0,0 +1,10 @@
1
+ import {
2
+ captureScreenshot,
3
+ clearScreenshot,
4
+ getLastScreenshot
5
+ } from "./chunk-6EVTRC5X.mjs";
6
+ export {
7
+ captureScreenshot,
8
+ clearScreenshot,
9
+ getLastScreenshot
10
+ };
package/dist/vue.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { C as CheckflowConfig, a as FeedbackResponse, H as HighlightAnnotation } from './highlighter-D_wZWHlS.mjs';
1
+ import { C as CheckflowConfig, a as FeedbackResponse, H as HighlightAnnotation } from './highlighter-Dx2zURb6.mjs';
2
2
 
3
3
  /**
4
4
  * Vue 3 plugin factory.
package/dist/vue.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { C as CheckflowConfig, a as FeedbackResponse, H as HighlightAnnotation } from './highlighter-D_wZWHlS.js';
1
+ import { C as CheckflowConfig, a as FeedbackResponse, H as HighlightAnnotation } from './highlighter-Dx2zURb6.js';
2
2
 
3
3
  /**
4
4
  * Vue 3 plugin factory.