@loaders.gl/loader-utils
Advanced tools
Comparing version 4.0.4 to 4.1.0-alpha.1
@@ -38,2 +38,4 @@ import type { DataSourceProps } from './data-source'; | ||
boundingBox: [min: [x: number, y: number], max: [x: number, y: number]]; | ||
/** @deprecated use boundingBox */ | ||
bbox?: [number, number, number, number]; | ||
/** pixel width of returned image */ | ||
@@ -40,0 +42,0 @@ width: number; |
{ | ||
"name": "@loaders.gl/loader-utils", | ||
"version": "4.0.4", | ||
"version": "4.1.0-alpha.1", | ||
"description": "Framework-independent loaders for 3D graphics formats", | ||
@@ -50,6 +50,6 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/worker-utils": "4.0.4", | ||
"@loaders.gl/worker-utils": "4.1.0-alpha.1", | ||
"@probe.gl/stats": "^4.0.2" | ||
}, | ||
"gitHead": "4dc810fa04bb400f4aedfef98a83c7ef882ed3d7" | ||
"gitHead": "6a4d3da93d45115ad99861474a43c3f4a0b280a7" | ||
} |
@@ -44,2 +44,4 @@ // loaders.gl, MIT license | ||
boundingBox: [min: [x: number, y: number], max: [x: number, y: number]]; | ||
/** @deprecated use boundingBox */ | ||
bbox?: [number, number, number, number]; | ||
/** pixel width of returned image */ | ||
@@ -46,0 +48,0 @@ width: number; |
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
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
440905
6504
2
+ Added@loaders.gl/worker-utils@4.1.0-alpha.1(transitive)
- Removed@loaders.gl/worker-utils@4.0.4(transitive)