@loaders.gl/arrow 4.0.4 → 4.0.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.
@@ -11939,7 +11939,7 @@ return true;`);
11939
11939
  }
11940
11940
 
11941
11941
  // src/arrow-loader.ts
11942
- var VERSION = true ? "4.0.4" : "latest";
11942
+ var VERSION = true ? "4.0.5" : "latest";
11943
11943
  var ArrowWorkerLoader = {
11944
11944
  name: "Apache Arrow",
11945
11945
  id: "arrow",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/arrow",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "description": "Simple columnar table loader for the Apache Arrow format",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -47,11 +47,11 @@
47
47
  "build-worker2": "esbuild src/workers/arrow-worker.ts --bundle --outfile=dist/arrow-worker.js --platform=browser --external:{stream}"
48
48
  },
49
49
  "dependencies": {
50
- "@loaders.gl/gis": "4.0.4",
51
- "@loaders.gl/loader-utils": "4.0.4",
52
- "@loaders.gl/schema": "4.0.4",
50
+ "@loaders.gl/gis": "4.0.5",
51
+ "@loaders.gl/loader-utils": "4.0.5",
52
+ "@loaders.gl/schema": "4.0.5",
53
53
  "@math.gl/polygon": "4.0.0",
54
54
  "apache-arrow": "^13.0.0"
55
55
  },
56
- "gitHead": "4dc810fa04bb400f4aedfef98a83c7ef882ed3d7"
56
+ "gitHead": "9cc48b95bdad8842ebfd9a19f487c534f32526e9"
57
57
  }