@loaders.gl/arrow 4.0.0-beta.8 → 4.0.0

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.
@@ -945,7 +945,7 @@
945
945
  }
946
946
 
947
947
  // src/arrow-loader.ts
948
- var VERSION = true ? "4.0.0-beta.8" : "latest";
948
+ var VERSION = true ? "4.0.0" : "latest";
949
949
  var ArrowLoader = {
950
950
  name: "Apache Arrow",
951
951
  id: "arrow",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/arrow",
3
- "version": "4.0.0-beta.8",
3
+ "version": "4.0.0",
4
4
  "description": "Simple columnar table loader for the Apache Arrow format",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -46,9 +46,9 @@
46
46
  "build-worker2": "esbuild src/workers/arrow-worker.ts --bundle --outfile=dist/arrow-worker.js --platform=browser --external:{stream}"
47
47
  },
48
48
  "dependencies": {
49
- "@loaders.gl/loader-utils": "4.0.0-beta.8",
50
- "@loaders.gl/schema": "4.0.0-beta.8",
49
+ "@loaders.gl/loader-utils": "4.0.0",
50
+ "@loaders.gl/schema": "4.0.0",
51
51
  "apache-arrow": "^13.0.0"
52
52
  },
53
- "gitHead": "ec3d1747b4c01c52a235455d6462680e711b4e19"
53
+ "gitHead": "9b4211dc0ecd4134a1638ac0a29c5ea9008fd971"
54
54
  }