@aircall/logger
Advanced tools
Comparing version 1.0.5 to 1.1.0
@@ -15,2 +15,3 @@ /// <reference types="segment-analytics" /> | ||
company: number; | ||
debugging_session_id: string; | ||
platform: string; | ||
@@ -17,0 +18,0 @@ environment: string; |
{ | ||
"name": "@aircall/logger", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"main": "dist/index.js", | ||
@@ -13,3 +13,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "7f6ef9df0a0f1288aeb36ecdd1d10aa74e327151", | ||
"gitHead": "de94dd351beb999d8f26d8bb922fd75de9d13686", | ||
"devDependencies": { | ||
@@ -16,0 +16,0 @@ "@types/segment-analytics": "^0.0.31" |
@@ -13,2 +13,3 @@ import Logger, { LOGGER_LEVEL, WindowWithAnalytics } from './Logger'; | ||
company: 1234, | ||
debugging_session_id: 'qwertyuiop234567890', | ||
platform: 'platform', | ||
@@ -15,0 +16,0 @@ environment: 'production' |
@@ -16,2 +16,3 @@ export declare interface WindowWithAnalytics extends Window { | ||
company: number; | ||
debugging_session_id: string; | ||
platform: string; | ||
@@ -18,0 +19,0 @@ environment: string; |
Sorry, the diff of this file is not supported yet
40829
652