spaps-issue-reporting-react 0.1.5 → 0.3.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.0] - 2026-05-09
4
+
5
+ - Added voice input support through SPAPS-minted ElevenLabs realtime tokens.
6
+ - Added provider controls for text-only, voice-only, and mixed report input modes.
7
+
8
+ ## [0.1.5] - 2026-04-25
9
+
10
+ - Maintenance: align the published React issue-reporting package version after release automation.
11
+
3
12
  ## [0.1.4] - 2026-04-25
4
13
 
5
14
  - Maintenance: align the published React issue-reporting package version after release automation.
package/README.md CHANGED
@@ -231,7 +231,7 @@ No. This package is UI only. If your browser app calls SPAPS directly with a pub
231
231
  ## Metadata
232
232
 
233
233
  - `package_name`: `spaps-issue-reporting-react`
234
- - `latest_version`: `0.1.4`
234
+ - `latest_version`: `0.2.0`
235
235
  - `minimum_runtime`: `Node.js >=18.0.0`
236
236
  - `api_base_url`: `https://api.sweetpotato.dev`
237
237
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spaps-issue-reporting-react",
3
- "version": "0.1.5",
3
+ "version": "0.3.0",
4
4
  "description": "Shared React issue-reporting UI for Sweet Potato platform consumers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -40,7 +40,7 @@
40
40
  "@radix-ui/react-dialog": "^1.1.15",
41
41
  "@radix-ui/react-popover": "^1.1.15",
42
42
  "date-fns": "^4.1.0",
43
- "spaps-types": "^1.1.4"
43
+ "spaps-types": "^1.2.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@tanstack/react-query": ">=5.0.0",