@loaders.gl/arrow
Advanced tools
Comparing version 4.0.0-beta.7 to 4.0.0-beta.8
{ | ||
"name": "@loaders.gl/arrow", | ||
"version": "4.0.0-beta.7", | ||
"version": "4.0.0-beta.8", | ||
"description": "Simple columnar table loader for the Apache Arrow format", | ||
@@ -49,7 +49,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/loader-utils": "4.0.0-beta.7", | ||
"@loaders.gl/schema": "4.0.0-beta.7", | ||
"@loaders.gl/loader-utils": "4.0.0-beta.8", | ||
"@loaders.gl/schema": "4.0.0-beta.8", | ||
"apache-arrow": "^13.0.0" | ||
}, | ||
"gitHead": "5b6cab0ab5d73212cfa37fa5da6e25ad7ef83fe5" | ||
"gitHead": "ec3d1747b4c01c52a235455d6462680e711b4e19" | ||
} |
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
import type {Loader, LoaderOptions} from '@loaders.gl/loader-utils'; | ||
@@ -3,0 +4,0 @@ import type {ArrowTable} from './lib/arrow-table'; |
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
@@ -3,0 +4,0 @@ import type {Batch, Schema} from '@loaders.gl/schema'; |
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
import type {ColumnarTable, ObjectRowTable} from '@loaders.gl/schema'; | ||
@@ -3,0 +4,0 @@ import type {Table as ApacheArrowTable} from 'apache-arrow'; |
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
@@ -3,0 +4,0 @@ import type {TypedArray} from '@loaders.gl/schema'; |
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
@@ -3,0 +4,0 @@ import type {DataType, Field, Schema, SchemaMetadata} from '@loaders.gl/schema'; |
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
@@ -3,0 +4,0 @@ // import { |
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
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 not supported yet
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 not supported yet
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
976978
26195
+ Added@loaders.gl/loader-utils@4.0.0-beta.8(transitive)
+ Added@loaders.gl/schema@4.0.0-beta.8(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-beta.8(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-beta.7(transitive)
- Removed@loaders.gl/schema@4.0.0-beta.7(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-beta.7(transitive)