@loaders.gl/json 4.1.0-alpha.1 → 4.1.0-alpha.2

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.
@@ -2415,7 +2415,7 @@ Char: ${this.c}`;
2415
2415
  }
2416
2416
 
2417
2417
  // src/geojson-loader.ts
2418
- var VERSION = true ? "4.1.0-alpha.1" : "latest";
2418
+ var VERSION = true ? "4.1.0-alpha.2" : "latest";
2419
2419
  var GeoJSONWorkerLoader = {
2420
2420
  name: "GeoJSON",
2421
2421
  id: "geojson",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/json",
3
- "version": "4.1.0-alpha.1",
3
+ "version": "4.1.0-alpha.2",
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.1.0-alpha.1",
47
- "@loaders.gl/loader-utils": "4.1.0-alpha.1",
48
- "@loaders.gl/schema": "4.1.0-alpha.1"
46
+ "@loaders.gl/gis": "4.1.0-alpha.2",
47
+ "@loaders.gl/loader-utils": "4.1.0-alpha.2",
48
+ "@loaders.gl/schema": "4.1.0-alpha.2"
49
49
  },
50
- "gitHead": "6a4d3da93d45115ad99861474a43c3f4a0b280a7"
50
+ "gitHead": "a248382edd20e846c1ccb23c15d089fb9b368dbc"
51
51
  }