@loaders.gl/arrow 3.4.4 → 3.4.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.
@@ -14956,7 +14956,7 @@ return true;`);
14956
14956
  }
14957
14957
 
14958
14958
  // src/arrow-loader.ts
14959
- var VERSION = true ? "3.4.4" : "latest";
14959
+ var VERSION = true ? "3.4.5" : "latest";
14960
14960
  var DEFAULT_ARROW_LOADER_OPTIONS = {
14961
14961
  arrow: {
14962
14962
  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.4.4" !== 'undefined' ? "3.4.4" : 'latest';
7
+ var VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest';
8
8
  var DEFAULT_ARROW_LOADER_OPTIONS = {
9
9
  arrow: {
10
10
  shape: 'columnar-table'
@@ -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 "3.4.4" !== 'undefined' ? "3.4.4" : 'latest';
8
+ var VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest';
9
9
  var ArrowWriter = {
10
10
  name: 'Apache Arrow',
11
11
  id: 'arrow',
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest';
1
+ const VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.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.4.4" !== 'undefined' ? "3.4.4" : 'latest';
2
+ const VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.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.4.4",
3
+ "version": "3.4.5",
4
4
  "description": "Simple columnar table loader for the Apache Arrow format",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -36,9 +36,9 @@
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.4.4",
40
- "@loaders.gl/schema": "3.4.4",
39
+ "@loaders.gl/loader-utils": "3.4.5",
40
+ "@loaders.gl/schema": "3.4.5",
41
41
  "apache-arrow": "^4.0.0"
42
42
  },
43
- "gitHead": "20f682f11c437189adac7e0ee8a4e2aca1c57d94"
43
+ "gitHead": "3d2f9c2792182d8f9bc23b5137f5a69cf14f4722"
44
44
  }