@loaders.gl/bson
Advanced tools
Comparing version 4.1.0 to 4.1.1
import { parseBSONSync } from "./lib/parsers/parse-bson.js"; | ||
const VERSION = typeof "4.1.0" !== 'undefined' ? "4.1.0" : 'latest'; | ||
const VERSION = typeof "4.1.1" !== 'undefined' ? "4.1.1" : 'latest'; | ||
export const BSONLoader = { | ||
@@ -4,0 +4,0 @@ name: 'BSON', |
import { encodeBSONSync } from "./lib/encoders/encode-bson.js"; | ||
const VERSION = typeof "4.1.0" !== 'undefined' ? "4.1.0" : 'latest'; | ||
const VERSION = typeof "4.1.1" !== 'undefined' ? "4.1.1" : 'latest'; | ||
export const BSONWriter = { | ||
@@ -4,0 +4,0 @@ name: 'BSON', |
{ | ||
"name": "@loaders.gl/bson", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Framework-independent loader for JSON and streaming JSON formats", | ||
@@ -42,9 +42,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/gis": "4.1.0", | ||
"@loaders.gl/loader-utils": "4.1.0", | ||
"@loaders.gl/schema": "4.1.0", | ||
"@loaders.gl/gis": "4.1.1", | ||
"@loaders.gl/loader-utils": "4.1.1", | ||
"@loaders.gl/schema": "4.1.1", | ||
"@types/bson": "4.2.0", | ||
"bson": "4.2.0" | ||
}, | ||
"gitHead": "75961cc7a6ed6679018c0e3fb6eb5c3c74d97bdb" | ||
"gitHead": "b4a8cb4e5c2b67ac0e1afaa21ae45b3a45a91db0" | ||
} |
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.1.1(transitive)
+ Added@loaders.gl/loader-utils@4.1.1(transitive)
+ Added@loaders.gl/schema@4.1.1(transitive)
+ Added@loaders.gl/worker-utils@4.1.1(transitive)
- Removed@loaders.gl/gis@4.1.0(transitive)
- Removed@loaders.gl/loader-utils@4.1.0(transitive)
- Removed@loaders.gl/schema@4.1.0(transitive)
- Removed@loaders.gl/worker-utils@4.1.0(transitive)
Updated@loaders.gl/gis@4.1.1
Updated@loaders.gl/schema@4.1.1