@loaders.gl/bson
Advanced tools
Comparing version 4.1.0-alpha.9 to 4.1.0-alpha.10
import { parseBSONSync } from "./lib/parsers/parse-bson.js"; | ||
const VERSION = typeof "4.1.0-alpha.9" !== 'undefined' ? "4.1.0-alpha.9" : 'latest'; | ||
const VERSION = typeof "4.1.0-alpha.10" !== 'undefined' ? "4.1.0-alpha.10" : '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.9" !== 'undefined' ? "4.1.0-alpha.9" : 'latest'; | ||
const VERSION = typeof "4.1.0-alpha.10" !== 'undefined' ? "4.1.0-alpha.10" : 'latest'; | ||
export const BSONWriter = { | ||
@@ -4,0 +4,0 @@ name: 'BSON', |
{ | ||
"name": "@loaders.gl/bson", | ||
"version": "4.1.0-alpha.9", | ||
"version": "4.1.0-alpha.10", | ||
"description": "Framework-independent loader for JSON and streaming JSON formats", | ||
@@ -26,5 +26,5 @@ "license": "MIT", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
"require": "./dist/index.cjs" | ||
} | ||
@@ -43,9 +43,9 @@ }, | ||
"dependencies": { | ||
"@loaders.gl/gis": "4.1.0-alpha.9", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.9", | ||
"@loaders.gl/schema": "4.1.0-alpha.9", | ||
"@loaders.gl/gis": "4.1.0-alpha.10", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.10", | ||
"@loaders.gl/schema": "4.1.0-alpha.10", | ||
"@types/bson": "4.2.0", | ||
"bson": "4.2.0" | ||
}, | ||
"gitHead": "0291d4d78d71202385d0368942f84778d6aafa82" | ||
"gitHead": "19f43c2d90d8b50860c3f8e487429779a386287d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
263833
+ Added@loaders.gl/gis@4.1.0-alpha.10(transitive)
+ Added@loaders.gl/loader-utils@4.1.0-alpha.10(transitive)
+ Added@loaders.gl/schema@4.1.0-alpha.10(transitive)
+ Added@loaders.gl/worker-utils@4.1.0-alpha.10(transitive)
- Removed@loaders.gl/gis@4.1.0-alpha.9(transitive)
- Removed@loaders.gl/loader-utils@4.1.0-alpha.9(transitive)
- Removed@loaders.gl/schema@4.1.0-alpha.9(transitive)
- Removed@loaders.gl/worker-utils@4.1.0-alpha.9(transitive)