Comparing version 3.0.0-alpha.1 to 3.0.0-alpha.3
@@ -136,8 +136,2 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "_enableDOMLogging", { | ||
enumerable: true, | ||
get: function get() { | ||
return _logToDom.enableDOMLogging; | ||
} | ||
}); | ||
exports.default = void 0; | ||
@@ -171,4 +165,2 @@ | ||
var _logToDom = require("./utils/log-to-dom"); | ||
var _default = new _log.default({ | ||
@@ -175,0 +167,0 @@ id: 'probe.gl' |
@@ -50,3 +50,3 @@ "use strict"; | ||
var VERSION = typeof "3.0.0-alpha.1" !== 'undefined' ? "3.0.0-alpha.1" : 'untranspiled source'; | ||
var VERSION = typeof "3.0.0-alpha.3" !== 'undefined' ? "3.0.0-alpha.3" : 'untranspiled source'; | ||
exports.VERSION = VERSION; | ||
@@ -53,0 +53,0 @@ var isBrowser = (0, _isBrowser.default)(); |
@@ -19,3 +19,2 @@ import './init'; | ||
export { default as LocalStorage } from './utils/local-storage'; | ||
export { enableDOMLogging as _enableDOMLogging } from './utils/log-to-dom'; | ||
//# sourceMappingURL=index.js.map |
import checkIfBrowser from '../env/is-browser'; | ||
export { self, window, global, document, process, console } from '../env/globals'; | ||
export const VERSION = typeof "3.0.0-alpha.1" !== 'undefined' ? "3.0.0-alpha.1" : 'untranspiled source'; | ||
export const VERSION = typeof "3.0.0-alpha.3" !== 'undefined' ? "3.0.0-alpha.3" : 'untranspiled source'; | ||
export const isBrowser = checkIfBrowser(); | ||
//# sourceMappingURL=globals.js.map |
@@ -19,3 +19,2 @@ import './init'; | ||
export { default as LocalStorage } from './utils/local-storage'; | ||
export { enableDOMLogging as _enableDOMLogging } from './utils/log-to-dom'; | ||
//# sourceMappingURL=index.js.map |
import checkIfBrowser from '../env/is-browser'; | ||
export { self, window, global, document, process, console } from '../env/globals'; | ||
export var VERSION = typeof "3.0.0-alpha.1" !== 'undefined' ? "3.0.0-alpha.1" : 'untranspiled source'; | ||
export var VERSION = typeof "3.0.0-alpha.3" !== 'undefined' ? "3.0.0-alpha.3" : 'untranspiled source'; | ||
export var isBrowser = checkIfBrowser(); | ||
//# sourceMappingURL=globals.js.map |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "3.0.0-alpha.1", | ||
"version": "3.0.0-alpha.3", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "javascript", |
@@ -30,5 +30,1 @@ import './init'; | ||
export {default as LocalStorage} from './utils/local-storage'; | ||
// EXPERIMENTAL EXPORTS | ||
// DOM LOGGING | ||
export {enableDOMLogging as _enableDOMLogging} from './utils/log-to-dom'; |
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
334349
116
4154