@loaders.gl/json 4.0.0-beta.4 → 4.0.0-beta.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.
@@ -2416,7 +2416,7 @@ Char: ${this.c}`;
2416
2416
  }
2417
2417
 
2418
2418
  // src/geojson-loader.ts
2419
- var VERSION = true ? "4.0.0-beta.4" : "latest";
2419
+ var VERSION = true ? "4.0.0-beta.5" : "latest";
2420
2420
  var GeoJSONWorkerLoader = {
2421
2421
  name: "GeoJSON",
2422
2422
  id: "geojson",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/json",
3
- "version": "4.0.0-beta.4",
3
+ "version": "4.0.0-beta.5",
4
4
  "description": "Framework-independent loader for JSON and streaming JSON formats",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -43,9 +43,9 @@
43
43
  "build-worker": "esbuild src/workers/geojson-worker.ts --bundle --outfile=dist/geojson-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
44
44
  },
45
45
  "dependencies": {
46
- "@loaders.gl/gis": "4.0.0-beta.4",
47
- "@loaders.gl/loader-utils": "4.0.0-beta.4",
48
- "@loaders.gl/schema": "4.0.0-beta.4"
46
+ "@loaders.gl/gis": "4.0.0-beta.5",
47
+ "@loaders.gl/loader-utils": "4.0.0-beta.5",
48
+ "@loaders.gl/schema": "4.0.0-beta.5"
49
49
  },
50
- "gitHead": "848c20b474532d301f2c3f8d4e1fb9bf262b86d4"
50
+ "gitHead": "a6f5a0d1a316cc22396e5a4d480c14329d1ef146"
51
51
  }