@checkflow/sdk 1.1.3 → 1.1.4
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/highlighter-D0FpwCSU.d.mts +18 -0
- package/dist/highlighter-D0FpwCSU.d.ts +18 -0
- package/dist/{chunk-CD33QAA6.mjs → highlighter-EMSU6IYQ.mjs} +2 -3
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1155 -164
- package/dist/index.mjs +1154 -41
- package/dist/react.d.mts +2 -1
- package/dist/react.d.ts +2 -1
- package/dist/react.js +1318 -175
- package/dist/react.mjs +1 -1
- package/dist/{highlighter-Dx2zURb6.d.mts → types-CBCRUGst.d.mts} +2 -20
- package/dist/{highlighter-Dx2zURb6.d.ts → types-CBCRUGst.d.ts} +2 -20
- package/dist/vue.d.mts +2 -1
- package/dist/vue.d.ts +2 -1
- package/dist/vue.js +1318 -175
- package/dist/vue.mjs +1 -1
- package/package.json +1 -1
- package/dist/highlighter-W4XDALRE.mjs +0 -8
package/dist/vue.mjs
CHANGED
|
@@ -26,7 +26,7 @@ function useCheckflow() {
|
|
|
26
26
|
},
|
|
27
27
|
highlight: async () => {
|
|
28
28
|
if (typeof window === "undefined") return [];
|
|
29
|
-
const { startHighlighting } = await import("./highlighter-
|
|
29
|
+
const { startHighlighting } = await import("./highlighter-EMSU6IYQ.mjs");
|
|
30
30
|
return startHighlighting();
|
|
31
31
|
},
|
|
32
32
|
show: async () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkflow/sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Lightweight bug reporter & feedback SDK for Checkflow — with screenshot capture, element highlighting, and framework integrations",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|