@loaders.gl/arrow
Advanced tools
Comparing version 4.0.0-alpha.20 to 4.0.0-alpha.21
@@ -10,3 +10,2 @@ import type { Loader, LoaderOptions } from '@loaders.gl/loader-utils'; | ||
export declare const ArrowLoader: Loader<ArrowTable, never, ArrowLoaderOptions>; | ||
export declare const _typecheckArrowLoader: Loader; | ||
//# sourceMappingURL=arrow-loader.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports._typecheckArrowLoader = exports.ArrowLoader = void 0; | ||
exports.ArrowLoader = void 0; | ||
// __VERSION__ is injected by babel-plugin-version-inline | ||
@@ -29,2 +29,1 @@ // @ts-ignore TS2304: Cannot find name '__VERSION__'. | ||
}; | ||
exports._typecheckArrowLoader = exports.ArrowLoader; |
@@ -6,4 +6,4 @@ "use strict"; | ||
}); | ||
exports._typecheckArrowLoader = exports.ArrowLoader = void 0; | ||
var VERSION = typeof "4.0.0-alpha.20" !== 'undefined' ? "4.0.0-alpha.20" : 'latest'; | ||
exports.ArrowLoader = void 0; | ||
var VERSION = typeof "4.0.0-alpha.21" !== 'undefined' ? "4.0.0-alpha.21" : 'latest'; | ||
var ArrowLoader = { | ||
@@ -26,4 +26,2 @@ name: 'Apache Arrow', | ||
exports.ArrowLoader = ArrowLoader; | ||
var _typecheckArrowLoader = ArrowLoader; | ||
exports._typecheckArrowLoader = _typecheckArrowLoader; | ||
//# sourceMappingURL=arrow-loader.js.map |
@@ -8,3 +8,3 @@ "use strict"; | ||
var _encodeArrow = require("./lib/encode-arrow"); | ||
var VERSION = typeof "4.0.0-alpha.20" !== 'undefined' ? "4.0.0-alpha.20" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.21" !== 'undefined' ? "4.0.0-alpha.21" : 'latest'; | ||
var ArrowWriter = { | ||
@@ -11,0 +11,0 @@ name: 'Apache Arrow', |
@@ -1,2 +0,2 @@ | ||
const VERSION = typeof "4.0.0-alpha.20" !== 'undefined' ? "4.0.0-alpha.20" : 'latest'; | ||
const VERSION = typeof "4.0.0-alpha.21" !== 'undefined' ? "4.0.0-alpha.21" : 'latest'; | ||
export const ArrowLoader = { | ||
@@ -18,3 +18,2 @@ name: 'Apache Arrow', | ||
}; | ||
export const _typecheckArrowLoader = ArrowLoader; | ||
//# sourceMappingURL=arrow-loader.js.map |
import { encodeArrowSync } from './lib/encode-arrow'; | ||
const VERSION = typeof "4.0.0-alpha.20" !== 'undefined' ? "4.0.0-alpha.20" : 'latest'; | ||
const VERSION = typeof "4.0.0-alpha.21" !== 'undefined' ? "4.0.0-alpha.21" : 'latest'; | ||
export const ArrowWriter = { | ||
@@ -4,0 +4,0 @@ name: 'Apache Arrow', |
{ | ||
"name": "@loaders.gl/arrow", | ||
"version": "4.0.0-alpha.20", | ||
"version": "4.0.0-alpha.21", | ||
"description": "Simple columnar table loader for the Apache Arrow format", | ||
@@ -42,7 +42,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.20", | ||
"@loaders.gl/schema": "4.0.0-alpha.20", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.21", | ||
"@loaders.gl/schema": "4.0.0-alpha.21", | ||
"apache-arrow": "^9.0.0" | ||
}, | ||
"gitHead": "ac122e83102657c38207d59c631a5ce4e7aa46bd" | ||
"gitHead": "df5d670b136192b26941396e944f9c46be788e83" | ||
} |
@@ -37,3 +37,1 @@ // loaders.gl, MIT license | ||
}; | ||
export const _typecheckArrowLoader: Loader = ArrowLoader; |
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
1018382
25710
+ Added@loaders.gl/loader-utils@4.0.0-alpha.21(transitive)
+ Added@loaders.gl/schema@4.0.0-alpha.21(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-alpha.21(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-alpha.20(transitive)
- Removed@loaders.gl/schema@4.0.0-alpha.20(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-alpha.20(transitive)