@loaders.gl/flatgeobuf 4.1.0-alpha.4 → 4.1.0-alpha.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.
@@ -1,5 +1,5 @@
1
1
  import { parseFlatGeobuf, parseFlatGeobufInBatches } from "./lib/parse-flatgeobuf.js";
2
- const VERSION = typeof "4.1.0-alpha.4" !== 'undefined' ? "4.1.0-alpha.4" : 'latest';
2
+ const VERSION = typeof "4.1.0-alpha.5" !== 'undefined' ? "4.1.0-alpha.5" : 'latest';
3
3
  const FGB_MAGIC_NUMBER = [0x66, 0x67, 0x62, 0x03, 0x66, 0x67, 0x62, 0x01];
4
4
  export const FlatGeobufWorkerLoader = {
5
5
  id: 'flatgeobuf',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loaders.gl/flatgeobuf",
3
3
  "description": "Loader for FlatGeobuf",
4
- "version": "4.1.0-alpha.4",
4
+ "version": "4.1.0-alpha.5",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "publishConfig": {
@@ -43,10 +43,10 @@
43
43
  "build-worker": "# esbuild src/workers/flatgeobuf-worker.ts --bundle --outfile=dist/flatgeobuf-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
44
44
  },
45
45
  "dependencies": {
46
- "@loaders.gl/gis": "4.1.0-alpha.4",
47
- "@loaders.gl/loader-utils": "4.1.0-alpha.4",
46
+ "@loaders.gl/gis": "4.1.0-alpha.5",
47
+ "@loaders.gl/loader-utils": "4.1.0-alpha.5",
48
48
  "@math.gl/proj4": "^4.0.0",
49
49
  "flatgeobuf": "3.27.0"
50
50
  },
51
- "gitHead": "b18ba1d63be704fd021e4470e8ab84175621e62d"
51
+ "gitHead": "3250842d8cc0fc8b76a575168c1fd57e5a66b6ba"
52
52
  }