@loaders.gl/parquet 4.1.0 → 4.1.2

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.
@@ -3,7 +3,7 @@ import { parseParquetFile, parseParquetFileInBatches } from "./lib/parsers/parse
3
3
  import { parseGeoParquetFile, parseGeoParquetFileInBatches } from "./lib/parsers/parse-geoparquet.js";
4
4
  import { parseParquetFileInColumns, parseParquetFileInColumnarBatches } from "./lib/parsers/parse-parquet-to-columns.js";
5
5
  export { Buffer } from "./polyfills/buffer/install-buffer-polyfill.js";
6
- const VERSION = typeof "4.1.0" !== 'undefined' ? "4.1.0" : 'latest';
6
+ const VERSION = typeof "4.1.2" !== 'undefined' ? "4.1.2" : 'latest';
7
7
  export const ParquetWorkerLoader = {
8
8
  name: 'Apache Parquet',
9
9
  id: 'parquet',
@@ -1,5 +1,5 @@
1
1
  import { parseParquetWasm } from "./lib/wasm/parse-parquet-wasm.js";
2
- const VERSION = typeof "4.1.0" !== 'undefined' ? "4.1.0" : 'latest';
2
+ const VERSION = typeof "4.1.2" !== 'undefined' ? "4.1.2" : 'latest';
3
3
  export const ParquetWasmWorkerLoader = {
4
4
  name: 'Apache Parquet',
5
5
  id: 'parquet-wasm',
@@ -1,5 +1,5 @@
1
1
  import { encode } from "./lib/wasm/encode-parquet-wasm.js";
2
- const VERSION = typeof "4.1.0" !== 'undefined' ? "4.1.0" : 'latest';
2
+ const VERSION = typeof "4.1.2" !== 'undefined' ? "4.1.2" : 'latest';
3
3
  export const ParquetWasmWriter = {
4
4
  name: 'Apache Parquet',
5
5
  id: 'parquet-wasm',
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "4.1.0" !== 'undefined' ? "4.1.0" : 'latest';
1
+ const VERSION = typeof "4.1.2" !== 'undefined' ? "4.1.2" : 'latest';
2
2
  export const ParquetWriter = {
3
3
  name: 'Apache Parquet',
4
4
  id: 'parquet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/parquet",
3
- "version": "4.1.0",
3
+ "version": "4.1.2",
4
4
  "description": "Framework-independent loader for Apache Parquet files",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -61,13 +61,13 @@
61
61
  "base64-js and ieee754 are used by buffer polyfill"
62
62
  ],
63
63
  "dependencies": {
64
- "@loaders.gl/arrow": "4.1.0",
65
- "@loaders.gl/bson": "4.1.0",
66
- "@loaders.gl/compression": "4.1.0",
67
- "@loaders.gl/gis": "4.1.0",
68
- "@loaders.gl/loader-utils": "4.1.0",
69
- "@loaders.gl/schema": "4.1.0",
70
- "@loaders.gl/wkt": "4.1.0",
64
+ "@loaders.gl/arrow": "4.1.2",
65
+ "@loaders.gl/bson": "4.1.2",
66
+ "@loaders.gl/compression": "4.1.2",
67
+ "@loaders.gl/gis": "4.1.2",
68
+ "@loaders.gl/loader-utils": "4.1.2",
69
+ "@loaders.gl/schema": "4.1.2",
70
+ "@loaders.gl/wkt": "4.1.2",
71
71
  "async-mutex": "^0.2.2",
72
72
  "base64-js": "^1.3.1",
73
73
  "brotli": "^1.3.2",
@@ -93,5 +93,5 @@
93
93
  "@types/varint": "^5.0.0",
94
94
  "apache-arrow": "^15.0.0"
95
95
  },
96
- "gitHead": "75961cc7a6ed6679018c0e3fb6eb5c3c74d97bdb"
96
+ "gitHead": "ade6b732407c6db83e3ff166c09ef239028173cc"
97
97
  }