@loaders.gl/excel
Advanced tools
Comparing version 4.2.0-beta.2 to 4.2.0
@@ -6,3 +6,3 @@ // loaders.gl | ||
// @ts-ignore TS2304: Cannot find name '__VERSION__'. | ||
const VERSION = typeof "4.2.0-beta.1" !== 'undefined' ? "4.2.0-beta.1" : 'latest'; | ||
const VERSION = typeof "4.2.0-beta.2" !== 'undefined' ? "4.2.0-beta.2" : 'latest'; | ||
/** | ||
@@ -9,0 +9,0 @@ * Worker Loader for Excel files |
{ | ||
"name": "@loaders.gl/excel", | ||
"version": "4.2.0-beta.2", | ||
"version": "4.2.0", | ||
"description": "Framework-independent loader for Excel files", | ||
@@ -47,4 +47,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/loader-utils": "4.2.0-beta.2", | ||
"@loaders.gl/schema": "4.2.0-beta.2", | ||
"@loaders.gl/loader-utils": "4.2.0", | ||
"@loaders.gl/schema": "4.2.0", | ||
"xlsx": "^0.18.5" | ||
@@ -55,3 +55,3 @@ }, | ||
}, | ||
"gitHead": "13c03663fec365a4d24c06377d50035cebd7ba9f" | ||
"gitHead": "0d9f54fca98dd1fae8998ef5829004af01feaaff" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
1
1909181
+ Added@loaders.gl/loader-utils@4.2.0(transitive)
+ Added@loaders.gl/schema@4.2.0(transitive)
+ Added@loaders.gl/worker-utils@4.2.0(transitive)
- Removed@loaders.gl/loader-utils@4.2.0-beta.2(transitive)
- Removed@loaders.gl/schema@4.2.0-beta.2(transitive)
- Removed@loaders.gl/worker-utils@4.2.0-beta.2(transitive)
Updated@loaders.gl/schema@4.2.0