@loaders.gl/arrow 3.1.0 → 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/arrow-worker.js +1 -1
- package/dist/bundle.js +5 -15452
- package/dist/dist.min.js +15452 -0
- package/dist/es5/arrow-loader.js +1 -1
- package/dist/es5/arrow-writer.js +1 -1
- package/dist/esm/arrow-loader.js +1 -1
- package/dist/esm/arrow-writer.js +1 -1
- package/package.json +7 -7
package/dist/arrow-worker.js
CHANGED
|
@@ -14940,7 +14940,7 @@ return true;`);
|
|
|
14940
14940
|
}
|
|
14941
14941
|
|
|
14942
14942
|
// src/arrow-loader.ts
|
|
14943
|
-
var VERSION =
|
|
14943
|
+
var VERSION = true ? "3.1.4" : "latest";
|
|
14944
14944
|
var DEFAULT_ARROW_LOADER_OPTIONS = {
|
|
14945
14945
|
arrow: {
|
|
14946
14946
|
shape: "columnar-table"
|