@cohiva/support-widget 1.1.2 → 1.1.3

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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,5 @@
1
1
  # Cohiva Support Widget
2
2
 
3
- [![CI](https://github.com/cohiva/cohiva-support-widget/actions/workflows/ci.yml/badge.svg)](https://github.com/cohiva/cohiva-support-widget/actions/workflows/ci.yml)
4
- [![Release](https://github.com/cohiva/cohiva-support-widget/actions/workflows/release.yml/badge.svg)](https://github.com/cohiva/cohiva-support-widget/actions/workflows/release.yml)
5
-
6
3
  Shared, production-ready Support Ticket package for React apps. It preserves the documented legacy flow from the audit in `docs/support-widget-audit/` with a typed public API, diagnostics capture, and backend-compatible payload generation for `POST /api/feedback`.
7
4
 
8
5
  ## What This Package Does
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cohiva/support-widget",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Reusable Support Ticket widget with diagnostics capture and typed payload generation",
5
5
  "license": "MIT",
6
6
  "engines": {