@loaders.gl/arrow 4.0.0-alpha.18 → 4.0.0-alpha.20

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.
@@ -718,7 +718,7 @@
718
718
  }
719
719
 
720
720
  // src/arrow-loader.ts
721
- var VERSION = true ? "4.0.0-alpha.18" : "latest";
721
+ var VERSION = true ? "4.0.0-alpha.20" : "latest";
722
722
  var ArrowLoader = {
723
723
  name: "Apache Arrow",
724
724
  id: "arrow",
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports._typecheckArrowLoader = exports.ArrowLoader = void 0;
7
- var VERSION = typeof "4.0.0-alpha.18" !== 'undefined' ? "4.0.0-alpha.18" : 'latest';
7
+ var VERSION = typeof "4.0.0-alpha.20" !== 'undefined' ? "4.0.0-alpha.20" : 'latest';
8
8
  var ArrowLoader = {
9
9
  name: 'Apache Arrow',
10
10
  id: 'arrow',
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.ArrowWriter = void 0;
7
7
  var _encodeArrow = require("./lib/encode-arrow");
8
- var VERSION = typeof "4.0.0-alpha.18" !== 'undefined' ? "4.0.0-alpha.18" : 'latest';
8
+ var VERSION = typeof "4.0.0-alpha.20" !== 'undefined' ? "4.0.0-alpha.20" : 'latest';
9
9
  var ArrowWriter = {
10
10
  name: 'Apache Arrow',
11
11
  id: 'arrow',
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "4.0.0-alpha.18" !== 'undefined' ? "4.0.0-alpha.18" : 'latest';
1
+ const VERSION = typeof "4.0.0-alpha.20" !== 'undefined' ? "4.0.0-alpha.20" : 'latest';
2
2
  export const ArrowLoader = {
3
3
  name: 'Apache Arrow',
4
4
  id: 'arrow',
@@ -1,5 +1,5 @@
1
1
  import { encodeArrowSync } from './lib/encode-arrow';
2
- const VERSION = typeof "4.0.0-alpha.18" !== 'undefined' ? "4.0.0-alpha.18" : 'latest';
2
+ const VERSION = typeof "4.0.0-alpha.20" !== 'undefined' ? "4.0.0-alpha.20" : 'latest';
3
3
  export const ArrowWriter = {
4
4
  name: 'Apache Arrow',
5
5
  id: 'arrow',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/arrow",
3
- "version": "4.0.0-alpha.18",
3
+ "version": "4.0.0-alpha.20",
4
4
  "description": "Simple columnar table loader for the Apache Arrow format",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -39,9 +39,9 @@
39
39
  "build-worker2": "esbuild src/workers/arrow-worker.ts --bundle --outfile=dist/arrow-worker.js --platform=browser --external:{stream}"
40
40
  },
41
41
  "dependencies": {
42
- "@loaders.gl/loader-utils": "4.0.0-alpha.18",
43
- "@loaders.gl/schema": "4.0.0-alpha.18",
42
+ "@loaders.gl/loader-utils": "4.0.0-alpha.20",
43
+ "@loaders.gl/schema": "4.0.0-alpha.20",
44
44
  "apache-arrow": "^9.0.0"
45
45
  },
46
- "gitHead": "7bc633f46560f661bdd46cf1015ea27b3694ebce"
46
+ "gitHead": "ac122e83102657c38207d59c631a5ce4e7aa46bd"
47
47
  }