react-visual-feedback 2.2.3 → 2.2.5

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 +2 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # React Visual Feedback
2
2
 
3
+ **[Live Demo](https://react-library-demo-rosy.vercel.app/)**
4
+
3
5
  A powerful, visual feedback collection tool for React applications with screen recording, session replay, and an integrated dashboard for managing user feedback.
4
6
 
5
7
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-visual-feedback",
3
- "version": "2.2.3",
3
+ "version": "2.2.5",
4
4
  "description": "A visual feedback widget for React applications with element selection, screenshot capture, professional dashboard, and Jira/Google Sheets integrations",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -52,6 +52,7 @@
52
52
  ],
53
53
  "author": "Murali <murali.g@hyperverge.co>",
54
54
  "license": "MIT",
55
+ "homepage": "https://react-library-demo-rosy.vercel.app/",
55
56
  "repository": {
56
57
  "type": "git",
57
58
  "url": "git+https://github.com/Murali1889/react-feedback-widget.git"