@stephenov/feedbackwidget 1.0.0 → 2.0.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stephenov/feedbackwidget",
3
- "version": "1.0.0",
4
- "description": "Voice-first feedback widget with AI analysis, GitHub, and Slack integration",
3
+ "version": "2.0.2",
4
+ "description": "Voice-first feedback widget for Next.js App Router",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -13,13 +13,7 @@
13
13
  "types": "./dist/index.d.ts",
14
14
  "import": "./dist/index.mjs",
15
15
  "require": "./dist/index.js"
16
- },
17
- "./auto": {
18
- "types": "./dist/auto.d.ts",
19
- "import": "./dist/auto.mjs",
20
- "require": "./dist/auto.js"
21
- },
22
- "./styles.css": "./dist/styles.css"
16
+ }
23
17
  },
24
18
  "files": [
25
19
  "dist"
@@ -50,12 +44,11 @@
50
44
  "feedback",
51
45
  "widget",
52
46
  "voice",
53
- "user-feedback",
47
+ "nextjs",
48
+ "next.js",
54
49
  "react",
55
- "github",
56
- "slack",
57
- "ai",
58
- "cli"
50
+ "user-feedback",
51
+ "voice-feedback"
59
52
  ],
60
53
  "license": "MIT",
61
54
  "repository": {
package/dist/auto.d.mts DELETED
@@ -1,5 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
-
3
- declare function AutoFeedbackWidget(): react_jsx_runtime.JSX.Element | null;
4
-
5
- export { AutoFeedbackWidget, AutoFeedbackWidget as default };
package/dist/auto.d.ts DELETED
@@ -1,5 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
-
3
- declare function AutoFeedbackWidget(): react_jsx_runtime.JSX.Element | null;
4
-
5
- export { AutoFeedbackWidget, AutoFeedbackWidget as default };