@loaders.gl/images
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -45,3 +45,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
// src/lib/utils/version.ts | ||
var VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest"; | ||
var VERSION = true ? "4.0.6" : "latest"; | ||
@@ -48,0 +48,0 @@ // ../loader-utils/src/lib/env-utils/assert.ts |
@@ -1,2 +0,2 @@ | ||
export const VERSION = typeof __VERSION__ !== 'undefined' ? __VERSION__ : 'latest'; | ||
export const VERSION = typeof "4.0.6" !== 'undefined' ? "4.0.6" : 'latest'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@loaders.gl/images", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Framework-independent loaders and writers for images (PNG, JPG, ...)", | ||
@@ -43,5 +43,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/loader-utils": "4.0.5" | ||
"@loaders.gl/loader-utils": "4.0.6" | ||
}, | ||
"gitHead": "9cc48b95bdad8842ebfd9a19f487c534f32526e9", | ||
"gitHead": "1582e06e4ac81b61091148f3d872f67478fe7511", | ||
"devDependencies": { | ||
@@ -48,0 +48,0 @@ "@types/get-pixels": "^3.3.2" |
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
165787
+ Added@loaders.gl/loader-utils@4.0.6(transitive)
+ Added@loaders.gl/worker-utils@4.0.6(transitive)
- Removed@loaders.gl/loader-utils@4.0.5(transitive)
- Removed@loaders.gl/worker-utils@4.0.5(transitive)