@mhosaic/feedback 0.21.0 → 0.22.0
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/{chunk-2I7RGRYD.mjs → chunk-6OAG72JW.mjs} +3 -3
- package/dist/embed.min.js +43 -22
- package/dist/embed.min.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/qa-meter.mjs +67 -25
- package/dist/qa-meter.mjs.map +1 -1
- package/dist/react.mjs +1 -1
- package/dist/widget.min.js +44 -23
- package/dist/widget.min.js.map +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-2I7RGRYD.mjs.map → chunk-6OAG72JW.mjs.map} +0 -0
|
@@ -4880,8 +4880,8 @@ function createFeedback(config) {
|
|
|
4880
4880
|
capture_method: captureMethod,
|
|
4881
4881
|
technical_context
|
|
4882
4882
|
};
|
|
4883
|
-
if ("0.
|
|
4884
|
-
payload.widget_version = "0.
|
|
4883
|
+
if ("0.22.0") {
|
|
4884
|
+
payload.widget_version = "0.22.0";
|
|
4885
4885
|
}
|
|
4886
4886
|
if (manualScreenshot) payload.screenshot = manualScreenshot;
|
|
4887
4887
|
if (values.synthetic) payload.synthetic = true;
|
|
@@ -4992,4 +4992,4 @@ function createFeedback(config) {
|
|
|
4992
4992
|
export {
|
|
4993
4993
|
createFeedback
|
|
4994
4994
|
};
|
|
4995
|
-
//# sourceMappingURL=chunk-
|
|
4995
|
+
//# sourceMappingURL=chunk-6OAG72JW.mjs.map
|