@loaders.gl/parquet 4.3.0-beta.1 → 4.3.0-beta.3

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 @@
3
3
  // Copyright (c) vis.gl contributors
4
4
  // __VERSION__ is injected by babel-plugin-version-inline
5
5
  // @ts-ignore TS2304: Cannot find name '__VERSION__'.
6
- export const VERSION = typeof "4.3.0-alpha.8" !== 'undefined' ? "4.3.0-alpha.8" : 'latest';
6
+ export const VERSION = typeof "4.3.0-beta.2" !== 'undefined' ? "4.3.0-beta.2" : 'latest';
7
7
  export const PARQUET_WASM_URL = 'https://unpkg.com/parquet-wasm@0.6.1/esm/parquet_wasm_bg.wasm';
8
8
  /**
9
9
  * Parquet File Magic String
@@ -12,7 +12,7 @@ import { Buffer } from "./polyfills/buffer/install-buffer-polyfill.js";
12
12
  export { Buffer };
13
13
  // __VERSION__ is injected by babel-plugin-version-inline
14
14
  // @ts-ignore TS2304: Cannot find name '__VERSION__'.
15
- const VERSION = typeof "4.3.0-alpha.8" !== 'undefined' ? "4.3.0-alpha.8" : 'latest';
15
+ const VERSION = typeof "4.3.0-beta.2" !== 'undefined' ? "4.3.0-beta.2" : 'latest';
16
16
  /**
17
17
  * ParquetJS table loader
18
18
  */
@@ -3,7 +3,7 @@
3
3
  // Copyright (c) vis.gl contributors
4
4
  // __VERSION__ is injected by babel-plugin-version-inline
5
5
  // @ts-ignore TS2304: Cannot find name '__VERSION__'.
6
- const VERSION = typeof "4.3.0-alpha.8" !== 'undefined' ? "4.3.0-alpha.8" : 'latest';
6
+ const VERSION = typeof "4.3.0-beta.2" !== 'undefined' ? "4.3.0-beta.2" : 'latest';
7
7
  export const ParquetWriter = {
8
8
  name: 'Apache Parquet',
9
9
  id: 'parquet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/parquet",
3
- "version": "4.3.0-beta.1",
3
+ "version": "4.3.0-beta.3",
4
4
  "description": "Framework-independent loader for Apache Parquet files",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -60,13 +60,13 @@
60
60
  "base64-js and ieee754 are used by buffer polyfill"
61
61
  ],
62
62
  "dependencies": {
63
- "@loaders.gl/arrow": "4.3.0-beta.1",
64
- "@loaders.gl/bson": "4.3.0-beta.1",
65
- "@loaders.gl/compression": "4.3.0-beta.1",
66
- "@loaders.gl/gis": "4.3.0-beta.1",
67
- "@loaders.gl/loader-utils": "4.3.0-beta.1",
68
- "@loaders.gl/schema": "4.3.0-beta.1",
69
- "@loaders.gl/wkt": "4.3.0-beta.1",
63
+ "@loaders.gl/arrow": "4.3.0-beta.3",
64
+ "@loaders.gl/bson": "4.3.0-beta.3",
65
+ "@loaders.gl/compression": "4.3.0-beta.3",
66
+ "@loaders.gl/gis": "4.3.0-beta.3",
67
+ "@loaders.gl/loader-utils": "4.3.0-beta.3",
68
+ "@loaders.gl/schema": "4.3.0-beta.3",
69
+ "@loaders.gl/wkt": "4.3.0-beta.3",
70
70
  "@probe.gl/log": "^4.0.9",
71
71
  "async-mutex": "^0.2.2",
72
72
  "base64-js": "^1.3.1",
@@ -94,5 +94,5 @@
94
94
  "@loaders.gl/core": "^4.0.0",
95
95
  "apache-arrow": ">= 15.0.0"
96
96
  },
97
- "gitHead": "992d24e7d4e3015a91fa1cbfe87ee7dc1b333322"
97
+ "gitHead": "a63e72f3f325450a883bb2f29d1a8179543ef68c"
98
98
  }