@loaders.gl/loader-utils
Advanced tools
Comparing version 2.3.5 to 2.3.6
@@ -24,3 +24,3 @@ "use strict"; | ||
var LATEST = 'beta'; | ||
var VERSION = typeof "2.3.5" !== 'undefined' ? "2.3.5" : LATEST; | ||
var VERSION = typeof "2.3.6" !== 'undefined' ? "2.3.6" : LATEST; | ||
var loadLibraryPromises = {}; | ||
@@ -27,0 +27,0 @@ |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "2.3.5" !== 'undefined' ? "2.3.5" : ''; | ||
var VERSION = typeof "2.3.6" !== 'undefined' ? "2.3.6" : ''; | ||
@@ -15,0 +15,0 @@ function validateLoaderVersion(loader) { |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "2.3.5" !== 'undefined' ? "2.3.5" : ''; | ||
var VERSION = typeof "2.3.6" !== 'undefined' ? "2.3.6" : ''; | ||
@@ -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.5" !== 'undefined' ? "2.3.5" : LATEST; | ||
const VERSION = typeof "2.3.6" !== 'undefined' ? "2.3.6" : 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.5" !== 'undefined' ? "2.3.5" : ''; | ||
const VERSION = typeof "2.3.6" !== 'undefined' ? "2.3.6" : ''; | ||
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.5" !== 'undefined' ? "2.3.5" : ''; | ||
const VERSION = typeof "2.3.6" !== 'undefined' ? "2.3.6" : ''; | ||
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.5" !== 'undefined' ? "2.3.5" : LATEST; | ||
var VERSION = typeof "2.3.6" !== 'undefined' ? "2.3.6" : LATEST; | ||
var loadLibraryPromises = {}; | ||
@@ -10,0 +10,0 @@ export function loadLibrary(_x) { |
import assert from './env-utils/assert'; | ||
var VERSION = typeof "2.3.5" !== 'undefined' ? "2.3.5" : ''; | ||
var VERSION = typeof "2.3.6" !== 'undefined' ? "2.3.6" : ''; | ||
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.5" !== 'undefined' ? "2.3.5" : ''; | ||
var VERSION = typeof "2.3.6" !== 'undefined' ? "2.3.6" : ''; | ||
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.5", | ||
"version": "2.3.6", | ||
"description": "Framework-independent loaders for 3D graphics formats", | ||
@@ -49,3 +49,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "b125c07dd8c9cd9b1444ca1140ececf96e4943ef" | ||
"gitHead": "756054da9c8a5ae9b9141e043b35d2255b00cc58" | ||
} |
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