Comparing version 3.0.0-alpha.7 to 3.0.0
@@ -50,3 +50,3 @@ "use strict"; | ||
var VERSION = typeof "3.0.0-alpha.7" !== 'undefined' ? "3.0.0-alpha.7" : 'untranspiled source'; | ||
var VERSION = typeof "3.0.0" !== 'undefined' ? "3.0.0" : 'untranspiled source'; | ||
exports.VERSION = VERSION; | ||
@@ -53,0 +53,0 @@ var isBrowser = (0, _isBrowser.default)(); |
import checkIfBrowser from '../env/is-browser'; | ||
export { self, window, global, document, process, console } from '../env/globals'; | ||
export const VERSION = typeof "3.0.0-alpha.7" !== 'undefined' ? "3.0.0-alpha.7" : 'untranspiled source'; | ||
export const VERSION = typeof "3.0.0" !== 'undefined' ? "3.0.0" : 'untranspiled source'; | ||
export const isBrowser = checkIfBrowser(); | ||
//# sourceMappingURL=globals.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.7" !== 'undefined' ? "3.0.0-alpha.7" : 'untranspiled source'; | ||
export var VERSION = typeof "3.0.0" !== 'undefined' ? "3.0.0" : 'untranspiled source'; | ||
export var isBrowser = checkIfBrowser(); | ||
//# sourceMappingURL=globals.js.map |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "3.0.0-alpha.7", | ||
"version": "3.0.0", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "javascript", |
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
1
308473