@probe.gl/log
Advanced tools
Comparing version 4.0.9 to 4.1.0-alpha.2
@@ -14,1 +14,2 @@ import { Log } from "./log.js"; | ||
import "./init.js"; | ||
//# sourceMappingURL=index.js.map |
// @ts-nocheck | ||
/* eslint-disable */ | ||
globalThis.probe = {}; | ||
//# sourceMappingURL=init.js.map |
// probe.gl, MIT license | ||
/* eslint-disable no-console */ | ||
/* eslint-disable no-console,prefer-rest-params */ | ||
import { VERSION, isBrowser } from '@probe.gl/env'; | ||
@@ -304,1 +304,2 @@ import { LocalStorage } from "./utils/local-storage.js"; | ||
} | ||
//# sourceMappingURL=log.js.map |
@@ -6,1 +6,2 @@ export default function assert(condition, message) { | ||
} | ||
//# sourceMappingURL=assert.js.map |
@@ -31,3 +31,3 @@ // Copyright (c) 2015 - 2017 Uber Technologies, Inc. | ||
if (typeof value === 'function') { | ||
if (!predefined.find(name => key === name)) { | ||
if (!predefined.find((name) => key === name)) { | ||
object[key] = value.bind(obj); | ||
@@ -38,1 +38,2 @@ } | ||
} | ||
//# sourceMappingURL=autobind.js.map |
@@ -43,1 +43,2 @@ import { isBrowser } from '@probe.gl/env'; | ||
} | ||
//# sourceMappingURL=color.js.map |
@@ -69,1 +69,2 @@ // probe.gl, MIT license | ||
} | ||
//# sourceMappingURL=formatters.js.map |
@@ -19,1 +19,2 @@ // probe.gl, MIT license | ||
} | ||
//# sourceMappingURL=hi-res-timestamp.js.map |
@@ -43,1 +43,2 @@ // probe.gl, MIT license | ||
} | ||
//# sourceMappingURL=local-storage.js.map |
@@ -6,3 +6,3 @@ { | ||
"type": "module", | ||
"version": "4.0.9", | ||
"version": "4.1.0-alpha.2", | ||
"keywords": [ | ||
@@ -16,3 +16,3 @@ "javascript", | ||
"type": "git", | ||
"url": "https://github.com/uber-web/probe.gl.git" | ||
"url": "https://github.com/visgl/probe.gl.git" | ||
}, | ||
@@ -38,5 +38,5 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@probe.gl/env": "4.0.9" | ||
"@probe.gl/env": "4.1.0-alpha.2" | ||
}, | ||
"gitHead": "b595a8ba3314bc7a745db02661cb06912c26e337" | ||
"gitHead": "d4a77c278b9e19537c6a1a0209451465c44f9d52" | ||
} |
// probe.gl, MIT license | ||
/* eslint-disable no-console */ | ||
/* eslint-disable no-console,prefer-rest-params */ | ||
import {VERSION, isBrowser} from '@probe.gl/env'; | ||
@@ -5,0 +5,0 @@ import {LocalStorage} from './utils/local-storage'; |
@@ -33,3 +33,3 @@ // Copyright (c) 2015 - 2017 Uber Technologies, Inc. | ||
if (typeof value === 'function') { | ||
if (!predefined.find(name => key === name)) { | ||
if (!predefined.find((name) => key === name)) { | ||
object[key] = value.bind(obj); | ||
@@ -36,0 +36,0 @@ } |
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 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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
110394
2
0
+ Added@probe.gl/env@4.1.0-alpha.2(transitive)
- Removed@probe.gl/env@4.0.9(transitive)
Updated@probe.gl/env@4.1.0-alpha.2