@loaders.gl/bson
Advanced tools
Comparing version 4.3.0-alpha.7 to 4.3.0-alpha.8
import { parseBSONSync } from "./lib/parsers/parse-bson.js"; | ||
// __VERSION__ is injected by babel-plugin-version-inline | ||
// @ts-ignore TS2304: Cannot find name '__VERSION__'. | ||
const VERSION = typeof "4.3.0-alpha.6" !== 'undefined' ? "4.3.0-alpha.6" : 'latest'; | ||
const VERSION = typeof "4.3.0-alpha.7" !== 'undefined' ? "4.3.0-alpha.7" : 'latest'; | ||
export const BSONLoader = { | ||
@@ -6,0 +6,0 @@ dataType: null, |
@@ -7,3 +7,3 @@ // loaders.gl | ||
// @ts-ignore TS2304: Cannot find name '__VERSION__'. | ||
const VERSION = typeof "4.3.0-alpha.6" !== 'undefined' ? "4.3.0-alpha.6" : 'latest'; | ||
const VERSION = typeof "4.3.0-alpha.7" !== 'undefined' ? "4.3.0-alpha.7" : 'latest'; | ||
export const BSONWriter = { | ||
@@ -10,0 +10,0 @@ name: 'BSON', |
{ | ||
"name": "@loaders.gl/bson", | ||
"version": "4.3.0-alpha.7", | ||
"version": "4.3.0-alpha.8", | ||
"description": "Framework-independent loader for JSON and streaming JSON formats", | ||
@@ -43,5 +43,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/gis": "4.3.0-alpha.7", | ||
"@loaders.gl/loader-utils": "4.3.0-alpha.7", | ||
"@loaders.gl/schema": "4.3.0-alpha.7", | ||
"@loaders.gl/gis": "4.3.0-alpha.8", | ||
"@loaders.gl/loader-utils": "4.3.0-alpha.8", | ||
"@loaders.gl/schema": "4.3.0-alpha.8", | ||
"@types/bson": "4.2.0", | ||
@@ -53,3 +53,3 @@ "bson": "4.2.0" | ||
}, | ||
"gitHead": "73fb27872d89f3804dca37ebd568c6ba9609a98f" | ||
"gitHead": "c458e0c3a09543cd7c4a293d3c3f08c12acf78c0" | ||
} |
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
+ Added@loaders.gl/gis@4.3.0-alpha.8(transitive)
+ Added@loaders.gl/loader-utils@4.3.0-alpha.8(transitive)
+ Added@loaders.gl/schema@4.3.0-alpha.8(transitive)
+ Added@loaders.gl/worker-utils@4.3.0-alpha.8(transitive)
- Removed@loaders.gl/gis@4.3.0-alpha.7(transitive)
- Removed@loaders.gl/loader-utils@4.3.0-alpha.7(transitive)
- Removed@loaders.gl/schema@4.3.0-alpha.7(transitive)
- Removed@loaders.gl/worker-utils@4.3.0-alpha.7(transitive)