@amplitude/session-replay-browser
Advanced tools
Comparing version 1.13.6 to 1.13.7
@@ -384,9 +384,4 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
SessionReplay.prototype.getDeviceId = function () { | ||
var _a, _b; | ||
var identityStoreDeviceId; | ||
if ((_a = this.config) === null || _a === void 0 ? void 0 : _a.instanceName) { | ||
var identityStore = (0, analytics_client_common_1.getAnalyticsConnector)(this.config.instanceName).identityStore; | ||
identityStoreDeviceId = identityStore.getIdentity().deviceId; | ||
} | ||
return identityStoreDeviceId || ((_b = this.identifiers) === null || _b === void 0 ? void 0 : _b.deviceId); | ||
var _a; | ||
return (_a = this.identifiers) === null || _a === void 0 ? void 0 : _a.deviceId; | ||
}; | ||
@@ -393,0 +388,0 @@ SessionReplay.prototype.getSessionId = function () { |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.13.6"; | ||
export declare const VERSION = "1.13.7"; | ||
//# sourceMappingURL=version.d.ts.map |
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
// Autogenerated by `yarn version-file`. DO NOT EDIT | ||
exports.VERSION = '1.13.6'; | ||
exports.VERSION = '1.13.7'; | ||
//# sourceMappingURL=version.js.map |
@@ -382,9 +382,4 @@ import { __assign, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
SessionReplay.prototype.getDeviceId = function () { | ||
var _a, _b; | ||
var identityStoreDeviceId; | ||
if ((_a = this.config) === null || _a === void 0 ? void 0 : _a.instanceName) { | ||
var identityStore = getAnalyticsConnector(this.config.instanceName).identityStore; | ||
identityStoreDeviceId = identityStore.getIdentity().deviceId; | ||
} | ||
return identityStoreDeviceId || ((_b = this.identifiers) === null || _b === void 0 ? void 0 : _b.deviceId); | ||
var _a; | ||
return (_a = this.identifiers) === null || _a === void 0 ? void 0 : _a.deviceId; | ||
}; | ||
@@ -391,0 +386,0 @@ SessionReplay.prototype.getSessionId = function () { |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.13.6"; | ||
export declare const VERSION = "1.13.7"; | ||
//# sourceMappingURL=version.d.ts.map |
// Autogenerated by `yarn version-file`. DO NOT EDIT | ||
export var VERSION = '1.13.6'; | ||
export var VERSION = '1.13.7'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.13.6"; | ||
export declare const VERSION = "1.13.7"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "@amplitude/session-replay-browser", | ||
"version": "1.13.6", | ||
"version": "1.13.7", | ||
"description": "", | ||
@@ -66,3 +66,3 @@ "author": "Amplitude Inc", | ||
], | ||
"gitHead": "4890acf99990ab6698520f2b83c6d3b053443ef9" | ||
"gitHead": "30a2da33b817edc608f5fb35df9b2fd084518972" | ||
} |
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
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1029775
7561