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