@loaders.gl/flatgeobuf
Advanced tools
Comparing version 4.0.0-alpha.22 to 4.0.0-alpha.23
@@ -7,3 +7,3 @@ "use strict"; | ||
exports.FlatGeobufLoader = void 0; | ||
var VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.23" !== 'undefined' ? "4.0.0-alpha.23" : 'latest'; | ||
var FlatGeobufLoader = { | ||
@@ -10,0 +10,0 @@ id: 'flatgeobuf', |
@@ -1,2 +0,2 @@ | ||
const VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest'; | ||
const VERSION = typeof "4.0.0-alpha.23" !== 'undefined' ? "4.0.0-alpha.23" : 'latest'; | ||
export const FlatGeobufLoader = { | ||
@@ -3,0 +3,0 @@ id: 'flatgeobuf', |
{ | ||
"name": "@loaders.gl/flatgeobuf", | ||
"description": "Loader for FlatGeobuf", | ||
"version": "4.0.0-alpha.22", | ||
"version": "4.0.0-alpha.23", | ||
"license": "MIT", | ||
@@ -35,8 +35,8 @@ "publishConfig": { | ||
"dependencies": { | ||
"@loaders.gl/gis": "4.0.0-alpha.22", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.22", | ||
"@loaders.gl/gis": "4.0.0-alpha.23", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.23", | ||
"@math.gl/proj4": "^3.3.1", | ||
"flatgeobuf": "3.6.5" | ||
}, | ||
"gitHead": "0da838c506d1275383f2fd3d244d9c72b25397d2" | ||
"gitHead": "e212f2a0c0e342f7cb65ce84fa2ff39f64b7d94b" | ||
} |
Sorry, the diff of this file is too big to display
+ Added@loaders.gl/gis@4.0.0-alpha.23(transitive)
+ Added@loaders.gl/loader-utils@4.0.0-alpha.23(transitive)
+ Added@loaders.gl/schema@4.0.0-alpha.23(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-alpha.23(transitive)
- Removed@loaders.gl/gis@4.0.0-alpha.22(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-alpha.22(transitive)
- Removed@loaders.gl/schema@4.0.0-alpha.22(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-alpha.22(transitive)