@superfeedback/widget 0.0.38 → 0.0.39
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.iife.js +1 -1
- package/dist/index.js +2 -2
- package/dist/widget.iife.js +1 -1
- package/dist/widget.js +1 -1
- package/package.json +1 -1
package/dist/widget.js
CHANGED
|
@@ -6564,7 +6564,7 @@ var _globalThis = (function() {
|
|
|
6564
6564
|
AbortController
|
|
6565
6565
|
}), ApiClient = class qc {
|
|
6566
6566
|
#e = null;
|
|
6567
|
-
#t = "https://superfeedback.ai/api/external/v1";
|
|
6567
|
+
#t = "https://app.superfeedback.ai/api/external/v1";
|
|
6568
6568
|
constructor(qc) {
|
|
6569
6569
|
if (!qc) {
|
|
6570
6570
|
console.warn("[Superfeedback] projectId is not provided");
|