@solomei-ai/intent 2.1.0 → 2.1.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.
- package/dist/esm/index.debug.js +1 -1
- package/dist/esm/index.debug.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/native.js +1 -1
- package/dist/intent.debug.umd.min.js +1 -1
- package/dist/intent.debug.umd.min.js.map +1 -1
- package/dist/intent.umd.min.js +2 -2
- package/dist/types/native.d.ts +3 -1
- package/package.json +5 -5
package/dist/types/native.d.ts
CHANGED
|
@@ -13,7 +13,9 @@ type DigestAction = {
|
|
|
13
13
|
role: string;
|
|
14
14
|
/**
|
|
15
15
|
* Where the action leads. A URL on web; a route/screen name on native.
|
|
16
|
-
* Absent for actions that don't navigate
|
|
16
|
+
* Absent for actions that don't navigate — `javascript:` and its kin are
|
|
17
|
+
* affordances with no destination, and `navigatingHref` in `digest-shape`
|
|
18
|
+
* is what holds this field to that promise.
|
|
17
19
|
*/
|
|
18
20
|
href?: string;
|
|
19
21
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solomei-ai/intent",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "Lightweight browser SDK for intent events (client-only).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"inspect:digest": "npm run build:perf && node tools/digest-inspect.mjs"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"html2canvas-pro": "
|
|
59
|
+
"html2canvas-pro": "~2.3.9",
|
|
60
60
|
"js-cookie": "3.0.8"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
@@ -78,14 +78,14 @@
|
|
|
78
78
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
79
79
|
"@tsconfig/recommended": "^1.0.13",
|
|
80
80
|
"@types/js-cookie": "^3.0.6",
|
|
81
|
-
"@types/react": "^19.2.
|
|
81
|
+
"@types/react": "^19.2.18",
|
|
82
82
|
"@vitest/browser-playwright": "^4.1.11",
|
|
83
83
|
"@vitest/coverage-v8": "^4.1.11",
|
|
84
84
|
"@vitest/ui": "^4.1.11",
|
|
85
85
|
"eslint-config-xo": "^1.0.0",
|
|
86
|
-
"happy-dom": "^20.11.
|
|
86
|
+
"happy-dom": "^20.11.13",
|
|
87
87
|
"react": "^19.2.8",
|
|
88
|
-
"rollup": "^4.
|
|
88
|
+
"rollup": "^4.63.1",
|
|
89
89
|
"rollup-plugin-dts": "^6.5.1",
|
|
90
90
|
"rollup-plugin-obfuscator": "^1.1.0",
|
|
91
91
|
"typescript": "^6.0.3",
|