@loaders.gl/shapefile 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.
@@ -372,7 +372,7 @@
372
372
  }
373
373
 
374
374
  // src/dbf-loader.ts
375
- var VERSION = true ? "4.1.0-alpha.1" : "latest";
375
+ var VERSION = true ? "4.1.0-alpha.2" : "latest";
376
376
  var DBFWorkerLoader = {
377
377
  name: "DBF",
378
378
  id: "dbf",
@@ -480,7 +480,7 @@
480
480
  }
481
481
 
482
482
  // src/shp-loader.ts
483
- var VERSION = true ? "4.1.0-alpha.1" : "latest";
483
+ var VERSION = true ? "4.1.0-alpha.2" : "latest";
484
484
  var SHP_MAGIC_NUMBER2 = [0, 0, 39, 10];
485
485
  var SHPWorkerLoader = {
486
486
  name: "SHP",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loaders.gl/shapefile",
3
3
  "description": "Loader for the Shapefile Format",
4
- "version": "4.1.0-alpha.1",
4
+ "version": "4.1.0-alpha.2",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "publishConfig": {
@@ -44,10 +44,10 @@
44
44
  "build-worker-dbf": "esbuild src/workers/dbf-worker.ts --bundle --outfile=dist/dbf-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
45
45
  },
46
46
  "dependencies": {
47
- "@loaders.gl/gis": "4.1.0-alpha.1",
48
- "@loaders.gl/loader-utils": "4.1.0-alpha.1",
49
- "@loaders.gl/schema": "4.1.0-alpha.1",
47
+ "@loaders.gl/gis": "4.1.0-alpha.2",
48
+ "@loaders.gl/loader-utils": "4.1.0-alpha.2",
49
+ "@loaders.gl/schema": "4.1.0-alpha.2",
50
50
  "@math.gl/proj4": "^4.0.0"
51
51
  },
52
- "gitHead": "6a4d3da93d45115ad99861474a43c3f4a0b280a7"
52
+ "gitHead": "a248382edd20e846c1ccb23c15d089fb9b368dbc"
53
53
  }