@loaders.gl/loader-utils
Advanced tools
Comparing version 2.3.0-alpha.14 to 2.3.0-beta.1
@@ -24,3 +24,3 @@ "use strict"; | ||
var LATEST = 'beta'; | ||
var VERSION = typeof "2.3.0-alpha.14" !== 'undefined' ? "2.3.0-alpha.14" : LATEST; | ||
var VERSION = typeof "2.3.0-beta.1" !== 'undefined' ? "2.3.0-beta.1" : LATEST; | ||
var loadLibraryPromises = {}; | ||
@@ -27,0 +27,0 @@ |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "2.3.0-alpha.14" !== 'undefined' ? "2.3.0-alpha.14" : ''; | ||
var VERSION = typeof "2.3.0-beta.1" !== 'undefined' ? "2.3.0-beta.1" : ''; | ||
@@ -15,0 +15,0 @@ function validateLoaderVersion(loader) { |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "2.3.0-alpha.14" !== 'undefined' ? "2.3.0-alpha.14" : ''; | ||
var VERSION = typeof "2.3.0-beta.1" !== 'undefined' ? "2.3.0-beta.1" : ''; | ||
@@ -15,0 +15,0 @@ function validateLoaderVersion(loader) { |
@@ -5,3 +5,3 @@ import { global, isBrowser, isWorker } from '../env-utils/globals'; | ||
const LATEST = 'beta'; | ||
const VERSION = typeof "2.3.0-alpha.14" !== 'undefined' ? "2.3.0-alpha.14" : LATEST; | ||
const VERSION = typeof "2.3.0-beta.1" !== 'undefined' ? "2.3.0-beta.1" : LATEST; | ||
const loadLibraryPromises = {}; | ||
@@ -8,0 +8,0 @@ export async function loadLibrary(libraryUrl, moduleName = null, options = {}) { |
import assert from './env-utils/assert'; | ||
const VERSION = typeof "2.3.0-alpha.14" !== 'undefined' ? "2.3.0-alpha.14" : ''; | ||
const VERSION = typeof "2.3.0-beta.1" !== 'undefined' ? "2.3.0-beta.1" : ''; | ||
export function validateLoaderVersion(loader, coreVersion = VERSION) { | ||
@@ -4,0 +4,0 @@ assert(loader, 'no loader provided'); |
import assert from '../env-utils/assert'; | ||
const VERSION = typeof "2.3.0-alpha.14" !== 'undefined' ? "2.3.0-alpha.14" : ''; | ||
const VERSION = typeof "2.3.0-beta.1" !== 'undefined' ? "2.3.0-beta.1" : ''; | ||
export function validateLoaderVersion(loader, coreVersion = VERSION) { | ||
@@ -4,0 +4,0 @@ assert(loader, 'no loader provided'); |
@@ -7,3 +7,3 @@ import _regeneratorRuntime from "@babel/runtime/regenerator"; | ||
var LATEST = 'beta'; | ||
var VERSION = typeof "2.3.0-alpha.14" !== 'undefined' ? "2.3.0-alpha.14" : LATEST; | ||
var VERSION = typeof "2.3.0-beta.1" !== 'undefined' ? "2.3.0-beta.1" : LATEST; | ||
var loadLibraryPromises = {}; | ||
@@ -10,0 +10,0 @@ export function loadLibrary(_x) { |
import assert from './env-utils/assert'; | ||
var VERSION = typeof "2.3.0-alpha.14" !== 'undefined' ? "2.3.0-alpha.14" : ''; | ||
var VERSION = typeof "2.3.0-beta.1" !== 'undefined' ? "2.3.0-beta.1" : ''; | ||
export function validateLoaderVersion(loader) { | ||
@@ -4,0 +4,0 @@ var coreVersion = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : VERSION; |
import assert from '../env-utils/assert'; | ||
var VERSION = typeof "2.3.0-alpha.14" !== 'undefined' ? "2.3.0-alpha.14" : ''; | ||
var VERSION = typeof "2.3.0-beta.1" !== 'undefined' ? "2.3.0-beta.1" : ''; | ||
export function validateLoaderVersion(loader) { | ||
@@ -4,0 +4,0 @@ var coreVersion = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : VERSION; |
{ | ||
"name": "@loaders.gl/loader-utils", | ||
"version": "2.3.0-alpha.14", | ||
"version": "2.3.0-beta.1", | ||
"description": "Framework-independent loaders for 3D graphics formats", | ||
@@ -49,3 +49,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "936c14fb90a9b1a0f36793d4de2f787a237e21df" | ||
"gitHead": "20185ef6136bafde8bed1a8bc53f9be1e1a0404f" | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
694932