@loaders.gl/bson
Advanced tools
Comparing version 4.2.0-alpha.2 to 4.2.0-alpha.3
import { parseBSONSync } from "./lib/parsers/parse-bson.js"; | ||
const VERSION = typeof "4.2.0-alpha.2" !== 'undefined' ? "4.2.0-alpha.2" : 'latest'; | ||
const VERSION = typeof "4.2.0-alpha.3" !== 'undefined' ? "4.2.0-alpha.3" : 'latest'; | ||
export const BSONLoader = { | ||
@@ -4,0 +4,0 @@ name: 'BSON', |
import { encodeBSONSync } from "./lib/encoders/encode-bson.js"; | ||
const VERSION = typeof "4.2.0-alpha.2" !== 'undefined' ? "4.2.0-alpha.2" : 'latest'; | ||
const VERSION = typeof "4.2.0-alpha.3" !== 'undefined' ? "4.2.0-alpha.3" : 'latest'; | ||
export const BSONWriter = { | ||
@@ -4,0 +4,0 @@ name: 'BSON', |
{ | ||
"name": "@loaders.gl/bson", | ||
"version": "4.2.0-alpha.2", | ||
"version": "4.2.0-alpha.3", | ||
"description": "Framework-independent loader for JSON and streaming JSON formats", | ||
@@ -42,9 +42,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/gis": "4.2.0-alpha.2", | ||
"@loaders.gl/loader-utils": "4.2.0-alpha.2", | ||
"@loaders.gl/schema": "4.2.0-alpha.2", | ||
"@loaders.gl/gis": "4.2.0-alpha.3", | ||
"@loaders.gl/loader-utils": "4.2.0-alpha.3", | ||
"@loaders.gl/schema": "4.2.0-alpha.3", | ||
"@types/bson": "4.2.0", | ||
"bson": "4.2.0" | ||
}, | ||
"gitHead": "d66a6a4626ea84c5f2cad5fa5cf7ebb6943c57c8" | ||
"gitHead": "cf18e05801314a62c9fc4c2a85e8888a8a852083" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Added@loaders.gl/gis@4.2.0-alpha.3(transitive)
+ Added@loaders.gl/loader-utils@4.2.0-alpha.3(transitive)
+ Added@loaders.gl/schema@4.2.0-alpha.3(transitive)
+ Added@loaders.gl/worker-utils@4.2.0-alpha.3(transitive)
- Removed@loaders.gl/gis@4.2.0-alpha.2(transitive)
- Removed@loaders.gl/loader-utils@4.2.0-alpha.2(transitive)
- Removed@loaders.gl/schema@4.2.0-alpha.2(transitive)
- Removed@loaders.gl/worker-utils@4.2.0-alpha.2(transitive)