@loaders.gl/arrow
Advanced tools
Comparing version 4.0.0-alpha.21 to 4.0.0-alpha.22
@@ -7,3 +7,3 @@ "use strict"; | ||
exports.ArrowLoader = void 0; | ||
var VERSION = typeof "4.0.0-alpha.21" !== 'undefined' ? "4.0.0-alpha.21" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest'; | ||
var ArrowLoader = { | ||
@@ -10,0 +10,0 @@ name: 'Apache Arrow', |
@@ -8,3 +8,3 @@ "use strict"; | ||
var _encodeArrow = require("./lib/encode-arrow"); | ||
var VERSION = typeof "4.0.0-alpha.21" !== 'undefined' ? "4.0.0-alpha.21" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest'; | ||
var ArrowWriter = { | ||
@@ -11,0 +11,0 @@ name: 'Apache Arrow', |
@@ -1,2 +0,2 @@ | ||
const VERSION = typeof "4.0.0-alpha.21" !== 'undefined' ? "4.0.0-alpha.21" : 'latest'; | ||
const VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest'; | ||
export const ArrowLoader = { | ||
@@ -3,0 +3,0 @@ name: 'Apache Arrow', |
import { encodeArrowSync } from './lib/encode-arrow'; | ||
const VERSION = typeof "4.0.0-alpha.21" !== 'undefined' ? "4.0.0-alpha.21" : 'latest'; | ||
const VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest'; | ||
export const ArrowWriter = { | ||
@@ -4,0 +4,0 @@ name: 'Apache Arrow', |
{ | ||
"name": "@loaders.gl/arrow", | ||
"version": "4.0.0-alpha.21", | ||
"version": "4.0.0-alpha.22", | ||
"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.21", | ||
"@loaders.gl/schema": "4.0.0-alpha.21", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.22", | ||
"@loaders.gl/schema": "4.0.0-alpha.22", | ||
"apache-arrow": "^9.0.0" | ||
}, | ||
"gitHead": "df5d670b136192b26941396e944f9c46be788e83" | ||
"gitHead": "0da838c506d1275383f2fd3d244d9c72b25397d2" | ||
} |
Sorry, the diff of this file is too big to display
1018418
25715
+ Added@loaders.gl/loader-utils@4.0.0-alpha.22(transitive)
+ Added@loaders.gl/schema@4.0.0-alpha.22(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-alpha.22(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-alpha.21(transitive)
- Removed@loaders.gl/schema@4.0.0-alpha.21(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-alpha.21(transitive)