@loaders.gl/arrow 3.1.4 → 3.1.5

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.
@@ -14940,7 +14940,7 @@ return true;`);
14940
14940
  }
14941
14941
 
14942
14942
  // src/arrow-loader.ts
14943
- var VERSION = true ? "3.1.4" : "latest";
14943
+ var VERSION = true ? "3.1.5" : "latest";
14944
14944
  var DEFAULT_ARROW_LOADER_OPTIONS = {
14945
14945
  arrow: {
14946
14946
  shape: "columnar-table"
@@ -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 "3.1.4" !== 'undefined' ? "3.1.4" : 'latest';
7
+ var VERSION = typeof "3.1.5" !== 'undefined' ? "3.1.5" : 'latest';
8
8
  var DEFAULT_ARROW_LOADER_OPTIONS = {
9
9
  arrow: {
10
10
  shape: 'columnar-table'
@@ -7,7 +7,7 @@ exports.ArrowWriter = void 0;
7
7
 
8
8
  var _encodeArrow = require("./lib/encode-arrow");
9
9
 
10
- var VERSION = typeof "3.1.4" !== 'undefined' ? "3.1.4" : 'latest';
10
+ var VERSION = typeof "3.1.5" !== 'undefined' ? "3.1.5" : 'latest';
11
11
  var ArrowWriter = {
12
12
  name: 'Apache Arrow',
13
13
  id: 'arrow',
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "3.1.4" !== 'undefined' ? "3.1.4" : 'latest';
1
+ const VERSION = typeof "3.1.5" !== 'undefined' ? "3.1.5" : 'latest';
2
2
  const DEFAULT_ARROW_LOADER_OPTIONS = {
3
3
  arrow: {
4
4
  shape: 'columnar-table'
@@ -1,5 +1,5 @@
1
1
  import { encodeArrowSync } from './lib/encode-arrow';
2
- const VERSION = typeof "3.1.4" !== 'undefined' ? "3.1.4" : 'latest';
2
+ const VERSION = typeof "3.1.5" !== 'undefined' ? "3.1.5" : '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": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "description": "Simple columnar table loader for the Apache Arrow format",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -36,12 +36,12 @@
36
36
  "build-worker": "esbuild src/workers/arrow-worker.ts --bundle --outfile=dist/arrow-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
37
37
  },
38
38
  "dependencies": {
39
- "@loaders.gl/loader-utils": "3.1.4",
40
- "@loaders.gl/schema": "3.1.4",
39
+ "@loaders.gl/loader-utils": "3.1.5",
40
+ "@loaders.gl/schema": "3.1.5",
41
41
  "apache-arrow": "^4.0.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@loaders.gl/core": "3.1.0"
45
45
  },
46
- "gitHead": "4d27d3ac6023e53b562dcad83b9254b198e81ee5"
46
+ "gitHead": "c9ddd753c8353ac15a8ab31b29b0e5f927de43a9"
47
47
  }