@loaders.gl/images
Advanced tools
Comparing version 4.1.0 to 4.2.0-alpha.1
@@ -45,3 +45,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
// src/lib/utils/version.ts | ||
var VERSION = true ? "4.1.0" : "latest"; | ||
var VERSION = true ? "4.2.0-alpha.1" : "latest"; | ||
@@ -48,0 +48,0 @@ // ../loader-utils/src/lib/env-utils/assert.ts |
@@ -1,2 +0,2 @@ | ||
export const VERSION = typeof "4.1.0" !== 'undefined' ? "4.1.0" : 'latest'; | ||
export const VERSION = typeof "4.2.0-alpha.1" !== 'undefined' ? "4.2.0-alpha.1" : 'latest'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@loaders.gl/images", | ||
"version": "4.1.0", | ||
"version": "4.2.0-alpha.1", | ||
"description": "Framework-independent loaders and writers for images (PNG, JPG, ...)", | ||
@@ -43,5 +43,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/loader-utils": "4.1.0" | ||
"@loaders.gl/loader-utils": "4.2.0-alpha.1" | ||
}, | ||
"gitHead": "75961cc7a6ed6679018c0e3fb6eb5c3c74d97bdb", | ||
"gitHead": "d4da81f4d8fb2a3b43b0e025109cf7ccfb317d4c", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
165946
2
+ Added@loaders.gl/loader-utils@4.2.0-alpha.1(transitive)
+ Added@loaders.gl/worker-utils@4.2.0-alpha.1(transitive)
- Removed@loaders.gl/loader-utils@4.1.0(transitive)
- Removed@loaders.gl/worker-utils@4.1.0(transitive)