spaps-issue-reporting-react 0.6.1 → 0.6.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/CHANGELOG.md +5 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
- No changes yet.
|
|
6
6
|
|
|
7
|
+
## [0.6.1] - 2026-06-18
|
|
8
|
+
|
|
9
|
+
- Maintenance: align package README metadata and changelog top version with the
|
|
10
|
+
package version.
|
|
11
|
+
|
|
7
12
|
## [0.6.0] - 2026-06-07
|
|
8
13
|
|
|
9
14
|
- Lazy-load voice input (`@elevenlabs/react`) behind a dynamic `import()` so consumers no longer eager-load `livekit-client` (~492KB raw / ~140KB gzip) on first paint. The Scribe voice-capture UI/logic now lives in a code-split `VoiceCapture` chunk that is only fetched when the reporter switches to voice input (`inputMode === "voice"` and voice is permitted); text-only reporting never touches `@elevenlabs`/livekit. Public API (`IssueReportingProvider`, `FloatingIssueReportButton`, `IssueReportingPageConfig`, `ReportableSection`, `useIssueReporting`) and behavior are unchanged.
|
package/README.md
CHANGED
|
@@ -400,7 +400,7 @@ and revisit trigger.
|
|
|
400
400
|
## Metadata
|
|
401
401
|
|
|
402
402
|
- `package_name`: `spaps-issue-reporting-react`
|
|
403
|
-
- `latest_version`: `0.6.
|
|
403
|
+
- `latest_version`: `0.6.1`
|
|
404
404
|
- `minimum_runtime`: `Node.js >=18.0.0`
|
|
405
405
|
- `api_base_url`: `https://api.sweetpotato.dev`
|
|
406
406
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spaps-issue-reporting-react",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
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",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
53
53
|
"@radix-ui/react-popover": "^1.1.15",
|
|
54
54
|
"date-fns": "^4.1.0",
|
|
55
|
-
"spaps-types": "^1.5.
|
|
55
|
+
"spaps-types": "^1.5.1"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@tanstack/react-query": ">=5.0.0",
|