@stephenov/feedbackwidget 0.1.0 → 0.1.1

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/dist/index.js CHANGED
@@ -632,7 +632,7 @@ function VoiceRecorder({
632
632
  }
633
633
 
634
634
  // src/api/client.ts
635
- var API_BASE = "https://api.feedbackwidget.dev/v1";
635
+ var API_BASE = "https://feedbackwidget-api.vercel.app/api/v1";
636
636
  var FeedbackApiClient = class {
637
637
  constructor(apiKey, baseUrl) {
638
638
  this.apiKey = apiKey;
package/dist/index.mjs CHANGED
@@ -587,7 +587,7 @@ function VoiceRecorder({
587
587
  }
588
588
 
589
589
  // src/api/client.ts
590
- var API_BASE = "https://api.feedbackwidget.dev/v1";
590
+ var API_BASE = "https://feedbackwidget-api.vercel.app/api/v1";
591
591
  var FeedbackApiClient = class {
592
592
  constructor(apiKey, baseUrl) {
593
593
  this.apiKey = apiKey;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stephenov/feedbackwidget",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Voice-first feedback widget with AI analysis, GitHub, and Slack integration",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",