@loaders.gl/loader-utils
Advanced tools
Comparing version 2.0.0-beta.4 to 2.0.0-beta.5
@@ -20,3 +20,3 @@ "use strict"; | ||
var LATEST = 'beta'; | ||
var VERSION = typeof "2.0.0-beta.4" !== 'undefined' ? "2.0.0-beta.4" : LATEST; | ||
var VERSION = typeof "2.0.0-beta.5" !== 'undefined' ? "2.0.0-beta.5" : LATEST; | ||
var loadLibraryPromises = {}; | ||
@@ -23,0 +23,0 @@ |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "2.0.0-beta.4" !== 'undefined' ? "2.0.0-beta.4" : ''; | ||
var VERSION = typeof "2.0.0-beta.5" !== 'undefined' ? "2.0.0-beta.5" : ''; | ||
@@ -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.0.0-beta.4" !== 'undefined' ? "2.0.0-beta.4" : LATEST; | ||
const VERSION = typeof "2.0.0-beta.5" !== 'undefined' ? "2.0.0-beta.5" : 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.0.0-beta.4" !== 'undefined' ? "2.0.0-beta.4" : ''; | ||
const VERSION = typeof "2.0.0-beta.5" !== 'undefined' ? "2.0.0-beta.5" : ''; | ||
export function validateLoaderVersion(loader, coreVersion = VERSION) { | ||
@@ -4,0 +4,0 @@ assert(loader, 'no loader provided'); |
@@ -6,3 +6,3 @@ import _regeneratorRuntime from "@babel/runtime/regenerator"; | ||
var LATEST = 'beta'; | ||
var VERSION = typeof "2.0.0-beta.4" !== 'undefined' ? "2.0.0-beta.4" : LATEST; | ||
var VERSION = typeof "2.0.0-beta.5" !== 'undefined' ? "2.0.0-beta.5" : LATEST; | ||
var loadLibraryPromises = {}; | ||
@@ -9,0 +9,0 @@ export function loadLibrary(libraryUrl) { |
import assert from './env-utils/assert'; | ||
var VERSION = typeof "2.0.0-beta.4" !== 'undefined' ? "2.0.0-beta.4" : ''; | ||
var VERSION = typeof "2.0.0-beta.5" !== 'undefined' ? "2.0.0-beta.5" : ''; | ||
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.0.0-beta.4", | ||
"version": "2.0.0-beta.5", | ||
"description": "Framework-independent loaders for 3D graphics formats", | ||
@@ -32,3 +32,3 @@ "license": "MIT", | ||
"./dist/esm/lib/library-utils/require-utils.node.js": false, | ||
"./dist/es6/library-utils/require-utils.node.js": false | ||
"./dist/es6/lib/library-utils/require-utils.node.js": false | ||
}, | ||
@@ -42,3 +42,3 @@ "scripts": { | ||
}, | ||
"gitHead": "d650d84afabb0c87ef084df6bd0f17f3b179d239" | ||
"gitHead": "138f85535a81e14b201ab89b818122c440f1e35e" | ||
} |
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
217868