@probe.gl/log
Advanced tools
Comparing version 4.0.1 to 4.0.2
import { LocalStorage } from './utils/local-storage'; | ||
/** "Global" log configuration settings */ | ||
declare type LogConfiguration = { | ||
type LogConfiguration = { | ||
enabled?: boolean; | ||
@@ -9,3 +9,3 @@ level?: number; | ||
/** Options when logging a message */ | ||
declare type LogOptions = { | ||
type LogOptions = { | ||
method?: Function; | ||
@@ -21,3 +21,3 @@ time?: boolean; | ||
}; | ||
declare type LogFunction = () => void; | ||
type LogFunction = () => void; | ||
/** A console wrapper */ | ||
@@ -24,0 +24,0 @@ export declare class Log { |
@@ -1,2 +0,2 @@ | ||
export declare type FormatValueOptions = { | ||
export type FormatValueOptions = { | ||
isInteger?: boolean; | ||
@@ -3,0 +3,0 @@ maxElts?: number; |
@@ -1,2 +0,2 @@ | ||
export declare type StorageType = 'sessionStorage' | 'localStorage'; | ||
export type StorageType = 'sessionStorage' | 'localStorage'; | ||
export declare class LocalStorage<Configuration extends {}> { | ||
@@ -3,0 +3,0 @@ storage: Storage | null; |
@@ -6,3 +6,3 @@ { | ||
"type": "module", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"keywords": [ | ||
@@ -38,5 +38,5 @@ "javascript", | ||
"@babel/runtime": "^7.0.0", | ||
"@probe.gl/env": "4.0.1" | ||
"@probe.gl/env": "4.0.2" | ||
}, | ||
"gitHead": "6320ab819621b18ea25008a88458edf7f9069fd4" | ||
"gitHead": "ef8723c9c4c6ec6cb03ae696a0868d245c73f4bf" | ||
} |
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
110144
+ Added@probe.gl/env@4.0.2(transitive)
- Removed@probe.gl/env@4.0.1(transitive)
Updated@probe.gl/env@4.0.2