@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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;
|