@solomei-ai/intent 2.1.0 → 2.1.1

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.
@@ -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.0",
3
+ "version": "2.1.1",
4
4
  "description": "Lightweight browser SDK for intent events (client-only).",
5
5
  "type": "module",
6
6
  "module": "dist/esm/index.js",