@loaders.gl/bson
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -1,2 +0,2 @@ | ||
import type { Writer, WriterOptions } from '@loaders.gl/loader-utils'; | ||
import type { WriterWithEncoder, WriterOptions } from '@loaders.gl/loader-utils'; | ||
import type { EncodeBSONOptions } from './lib/encoders/encode-bson'; | ||
@@ -6,3 +6,3 @@ export type BSONWriterOptions = WriterOptions & { | ||
}; | ||
export declare const BSONWriter: Writer<Record<string, unknown>, never, BSONWriterOptions>; | ||
export declare const BSONWriter: WriterWithEncoder<Record<string, unknown>, never, BSONWriterOptions>; | ||
//# sourceMappingURL=bson-writer.d.ts.map |
{ | ||
"name": "@loaders.gl/bson", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Framework-independent loader for JSON and streaming JSON formats", | ||
@@ -45,9 +45,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/gis": "4.0.2", | ||
"@loaders.gl/loader-utils": "4.0.2", | ||
"@loaders.gl/schema": "4.0.2", | ||
"@loaders.gl/gis": "4.0.3", | ||
"@loaders.gl/loader-utils": "4.0.3", | ||
"@loaders.gl/schema": "4.0.3", | ||
"@types/bson": "4.2.0", | ||
"bson": "4.2.0" | ||
}, | ||
"gitHead": "471058d109d5652f28c32c1f296fd632f9a5c806" | ||
"gitHead": "03c871839b36c997249dabae1844df53a35d3760" | ||
} |
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
import type {Writer, WriterOptions} from '@loaders.gl/loader-utils'; | ||
import type {WriterWithEncoder, WriterOptions} from '@loaders.gl/loader-utils'; | ||
import type {EncodeBSONOptions} from './lib/encoders/encode-bson'; | ||
@@ -16,3 +16,3 @@ import {encodeBSONSync} from './lib/encoders/encode-bson'; | ||
export const BSONWriter: Writer<Record<string, unknown>, never, BSONWriterOptions> = { | ||
export const BSONWriter: WriterWithEncoder<Record<string, unknown>, never, BSONWriterOptions> = { | ||
name: 'BSON', | ||
@@ -19,0 +19,0 @@ id: 'bson', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
263113
+ Added@loaders.gl/gis@4.0.3(transitive)
+ Added@loaders.gl/loader-utils@4.0.3(transitive)
+ Added@loaders.gl/schema@4.0.3(transitive)
+ Added@loaders.gl/worker-utils@4.0.3(transitive)
- Removed@loaders.gl/gis@4.0.2(transitive)
- Removed@loaders.gl/loader-utils@4.0.2(transitive)
- Removed@loaders.gl/schema@4.0.2(transitive)
- Removed@loaders.gl/worker-utils@4.0.2(transitive)
Updated@loaders.gl/gis@4.0.3
Updated@loaders.gl/schema@4.0.3