@myinterview/widget-react 1.0.51-experimental-3 → 1.0.51-experimental-4
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -20085,7 +20085,7 @@ function getEventForEnvelopeItem(item, type) {
|
|
|
20085
20085
|
return Array.isArray(item) ? (item )[1] : undefined;
|
|
20086
20086
|
}
|
|
20087
20087
|
|
|
20088
|
-
const SDK_VERSION = '7.
|
|
20088
|
+
const SDK_VERSION = '7.26.0';
|
|
20089
20089
|
|
|
20090
20090
|
let originalFunctionToString;
|
|
20091
20091
|
|