@deriv-com/analytics 1.32.0 → 1.32.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/lib/analytics.js +0 -1
- package/package.json +1 -1
package/lib/analytics.js
CHANGED
|
@@ -220,7 +220,6 @@ function createAnalyticsInstance(options) {
|
|
|
220
220
|
return;
|
|
221
221
|
_rudderstack === null || _rudderstack === void 0 ? void 0 : _rudderstack.reset();
|
|
222
222
|
};
|
|
223
|
-
// Runtime guard for V2 Events
|
|
224
223
|
var isV2Payload = function (payload) {
|
|
225
224
|
return 'event_metadata' in payload || 'cta_information' in payload || 'error' in payload;
|
|
226
225
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deriv-com/analytics",
|
|
3
|
-
"version": "1.32.
|
|
3
|
+
"version": "1.32.1",
|
|
4
4
|
"description": "The analytics package contains all the utility functions used for tracking user events and sending them to the respective platform such as Rudderstack.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rudderstack",
|