@loaders.gl/parquet 4.0.0-alpha.11 → 4.0.0-alpha.13

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.
@@ -12,4 +12,4 @@ var BoundaryOrder;
12
12
  BoundaryOrder[BoundaryOrder["UNORDERED"] = 0] = "UNORDERED";
13
13
  BoundaryOrder[BoundaryOrder["ASCENDING"] = 1] = "ASCENDING";
14
14
  BoundaryOrder[BoundaryOrder["DESCENDING"] = 2] = "DESCENDING";
15
- })(BoundaryOrder = exports.BoundaryOrder || (exports.BoundaryOrder = {}));
15
+ })(BoundaryOrder || (exports.BoundaryOrder = BoundaryOrder = {}));
@@ -17,4 +17,4 @@ var CompressionCodec;
17
17
  CompressionCodec[CompressionCodec["LZ4"] = 5] = "LZ4";
18
18
  CompressionCodec[CompressionCodec["ZSTD"] = 6] = "ZSTD";
19
19
  CompressionCodec[CompressionCodec["LZ4_RAW"] = 7] = "LZ4_RAW"; // Added in 2.9
20
- })(CompressionCodec = exports.CompressionCodec || (exports.CompressionCodec = {}));
20
+ })(CompressionCodec || (exports.CompressionCodec = CompressionCodec = {}));
@@ -31,4 +31,4 @@ var ConvertedType;
31
31
  ConvertedType[ConvertedType["JSON"] = 19] = "JSON";
32
32
  ConvertedType[ConvertedType["BSON"] = 20] = "BSON";
33
33
  ConvertedType[ConvertedType["INTERVAL"] = 21] = "INTERVAL";
34
- })(ConvertedType = exports.ConvertedType || (exports.ConvertedType = {}));
34
+ })(ConvertedType || (exports.ConvertedType = ConvertedType = {}));
@@ -17,4 +17,4 @@ var Encoding;
17
17
  Encoding[Encoding["DELTA_LENGTH_BYTE_ARRAY"] = 6] = "DELTA_LENGTH_BYTE_ARRAY";
18
18
  Encoding[Encoding["DELTA_BYTE_ARRAY"] = 7] = "DELTA_BYTE_ARRAY";
19
19
  Encoding[Encoding["RLE_DICTIONARY"] = 8] = "RLE_DICTIONARY";
20
- })(Encoding = exports.Encoding || (exports.Encoding = {}));
20
+ })(Encoding || (exports.Encoding = Encoding = {}));
@@ -12,4 +12,4 @@ var FieldRepetitionType;
12
12
  FieldRepetitionType[FieldRepetitionType["REQUIRED"] = 0] = "REQUIRED";
13
13
  FieldRepetitionType[FieldRepetitionType["OPTIONAL"] = 1] = "OPTIONAL";
14
14
  FieldRepetitionType[FieldRepetitionType["REPEATED"] = 2] = "REPEATED";
15
- })(FieldRepetitionType = exports.FieldRepetitionType || (exports.FieldRepetitionType = {}));
15
+ })(FieldRepetitionType || (exports.FieldRepetitionType = FieldRepetitionType = {}));
@@ -13,4 +13,4 @@ var PageType;
13
13
  PageType[PageType["INDEX_PAGE"] = 1] = "INDEX_PAGE";
14
14
  PageType[PageType["DICTIONARY_PAGE"] = 2] = "DICTIONARY_PAGE";
15
15
  PageType[PageType["DATA_PAGE_V2"] = 3] = "DATA_PAGE_V2";
16
- })(PageType = exports.PageType || (exports.PageType = {}));
16
+ })(PageType || (exports.PageType = PageType = {}));
@@ -17,4 +17,4 @@ var Type;
17
17
  Type[Type["DOUBLE"] = 5] = "DOUBLE";
18
18
  Type[Type["BYTE_ARRAY"] = 6] = "BYTE_ARRAY";
19
19
  Type[Type["FIXED_LEN_BYTE_ARRAY"] = 7] = "FIXED_LEN_BYTE_ARRAY";
20
- })(Type = exports.Type || (exports.Type = {}));
20
+ })(Type || (exports.Type = Type = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/parquet",
3
- "version": "4.0.0-alpha.11",
3
+ "version": "4.0.0-alpha.13",
4
4
  "description": "Framework-independent loader for Apache Parquet files",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -41,10 +41,10 @@
41
41
  "./src/lib/wasm/load-wasm/load-wasm-node.ts": "./src/lib/wasm/load-wasm/load-wasm-browser.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@loaders.gl/bson": "4.0.0-alpha.11",
45
- "@loaders.gl/compression": "4.0.0-alpha.11",
46
- "@loaders.gl/loader-utils": "4.0.0-alpha.11",
47
- "@loaders.gl/schema": "4.0.0-alpha.11",
44
+ "@loaders.gl/bson": "4.0.0-alpha.13",
45
+ "@loaders.gl/compression": "4.0.0-alpha.13",
46
+ "@loaders.gl/loader-utils": "4.0.0-alpha.13",
47
+ "@loaders.gl/schema": "4.0.0-alpha.13",
48
48
  "async-mutex": "^0.2.2",
49
49
  "brotli": "^1.3.2",
50
50
  "int53": "^0.2.4",
@@ -67,5 +67,5 @@
67
67
  "@types/varint": "^5.0.0",
68
68
  "apache-arrow": "^9.0.0"
69
69
  },
70
- "gitHead": "bc680098cfea790c67b7fb95bab96e8d9288d34f"
70
+ "gitHead": "32421ea66db35040f1026be734a7ec9f905ecab7"
71
71
  }