@amplitude/analytics-core
Advanced tools
Comparing version 0.12.1 to 0.13.0
@@ -61,3 +61,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { | ||
var _a, event, _b, resolve, before, before_1, before_1_1, plugin, e_1_1, enrichment, enrichment_1, enrichment_1_1, plugin, e_2_1, destination, executeDestinations; | ||
var _a, event, _b, resolve, before, before_1, before_1_1, plugin, e, e_1_1, enrichment, enrichment_1, enrichment_1_1, plugin, e, e_2_1, destination, executeDestinations; | ||
var e_1, _c, e_2, _d; | ||
@@ -83,3 +83,10 @@ return tslib_1.__generator(this, function (_e) { | ||
case 3: | ||
event = _e.sent(); | ||
e = _e.sent(); | ||
if (e === null) { | ||
resolve({ event: event, code: 0, message: '' }); | ||
return [2 /*return*/]; | ||
} | ||
else { | ||
event = e; | ||
} | ||
_e.label = 4; | ||
@@ -112,3 +119,10 @@ case 4: | ||
case 11: | ||
event = _e.sent(); | ||
e = _e.sent(); | ||
if (e === null) { | ||
resolve({ event: event, code: 0, message: '' }); | ||
return [2 /*return*/]; | ||
} | ||
else { | ||
event = e; | ||
} | ||
_e.label = 12; | ||
@@ -115,0 +129,0 @@ case 12: |
@@ -59,3 +59,3 @@ import { __assign, __awaiter, __generator, __read, __values } from "tslib"; | ||
return __awaiter(this, void 0, void 0, function () { | ||
var _a, event, _b, resolve, before, before_1, before_1_1, plugin, e_1_1, enrichment, enrichment_1, enrichment_1_1, plugin, e_2_1, destination, executeDestinations; | ||
var _a, event, _b, resolve, before, before_1, before_1_1, plugin, e, e_1_1, enrichment, enrichment_1, enrichment_1_1, plugin, e, e_2_1, destination, executeDestinations; | ||
var e_1, _c, e_2, _d; | ||
@@ -81,3 +81,10 @@ return __generator(this, function (_e) { | ||
case 3: | ||
event = _e.sent(); | ||
e = _e.sent(); | ||
if (e === null) { | ||
resolve({ event: event, code: 0, message: '' }); | ||
return [2 /*return*/]; | ||
} | ||
else { | ||
event = e; | ||
} | ||
_e.label = 4; | ||
@@ -110,3 +117,10 @@ case 4: | ||
case 11: | ||
event = _e.sent(); | ||
e = _e.sent(); | ||
if (e === null) { | ||
resolve({ event: event, code: 0, message: '' }); | ||
return [2 /*return*/]; | ||
} | ||
else { | ||
event = e; | ||
} | ||
_e.label = 12; | ||
@@ -113,0 +127,0 @@ case 12: |
{ | ||
"name": "@amplitude/analytics-core", | ||
"version": "0.12.1", | ||
"version": "0.13.0", | ||
"description": "", | ||
@@ -37,3 +37,3 @@ "author": "Amplitude Inc", | ||
"dependencies": { | ||
"@amplitude/analytics-types": "^0.17.1", | ||
"@amplitude/analytics-types": "^0.18.0", | ||
"tslib": "^2.4.1" | ||
@@ -44,3 +44,3 @@ }, | ||
], | ||
"gitHead": "cc2a4e2bbad0093b2f8c7667c9eadf7428ce548e" | ||
"gitHead": "5873e5d604445490dd9fcbfe80dc3cbb19a17c2d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
352461
3431
+ Added@amplitude/analytics-types@0.18.0(transitive)
- Removed@amplitude/analytics-types@0.17.1(transitive)