@loaders.gl/bson
Advanced tools
Comparing version 4.1.0-alpha.3 to 4.1.0-alpha.4
import { parseBSONSync } from "./lib/parsers/parse-bson.js"; | ||
const VERSION = typeof "4.1.0-alpha.3" !== 'undefined' ? "4.1.0-alpha.3" : 'latest'; | ||
const VERSION = typeof "4.1.0-alpha.4" !== 'undefined' ? "4.1.0-alpha.4" : 'latest'; | ||
export const BSONLoader = { | ||
@@ -4,0 +4,0 @@ name: 'BSON', |
import { encodeBSONSync } from "./lib/encoders/encode-bson.js"; | ||
const VERSION = typeof "4.1.0-alpha.3" !== 'undefined' ? "4.1.0-alpha.3" : 'latest'; | ||
const VERSION = typeof "4.1.0-alpha.4" !== 'undefined' ? "4.1.0-alpha.4" : 'latest'; | ||
export const BSONWriter = { | ||
@@ -4,0 +4,0 @@ name: 'BSON', |
{ | ||
"name": "@loaders.gl/bson", | ||
"version": "4.1.0-alpha.3", | ||
"version": "4.1.0-alpha.4", | ||
"description": "Framework-independent loader for JSON and streaming JSON formats", | ||
@@ -42,9 +42,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/gis": "4.1.0-alpha.3", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.3", | ||
"@loaders.gl/schema": "4.1.0-alpha.3", | ||
"@loaders.gl/gis": "4.1.0-alpha.4", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.4", | ||
"@loaders.gl/schema": "4.1.0-alpha.4", | ||
"@types/bson": "4.2.0", | ||
"bson": "4.2.0" | ||
}, | ||
"gitHead": "b78075a7cb8d4ecd4aac84805ce74b8ceb400cf7" | ||
"gitHead": "b18ba1d63be704fd021e4470e8ab84175621e62d" | ||
} |
Sorry, the diff of this file is too big to display
+ Added@loaders.gl/gis@4.1.0-alpha.4(transitive)
+ Added@loaders.gl/loader-utils@4.1.0-alpha.4(transitive)
+ Added@loaders.gl/schema@4.1.0-alpha.4(transitive)
+ Added@loaders.gl/worker-utils@4.1.0-alpha.4(transitive)
- Removed@loaders.gl/gis@4.1.0-alpha.3(transitive)
- Removed@loaders.gl/loader-utils@4.1.0-alpha.3(transitive)
- Removed@loaders.gl/schema@4.1.0-alpha.3(transitive)
- Removed@loaders.gl/worker-utils@4.1.0-alpha.3(transitive)