@loaders.gl/shapefile 3.1.0-beta.1 → 3.1.0-beta.7

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.
@@ -7,7 +7,7 @@ exports.DBFLoader = exports.DBFWorkerLoader = void 0;
7
7
 
8
8
  var _parseDbf = require("./lib/parsers/parse-dbf");
9
9
 
10
- const VERSION = typeof "3.1.0-beta.1" !== 'undefined' ? "3.1.0-beta.1" : 'latest';
10
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'latest';
11
11
  const DBFWorkerLoader = {
12
12
  name: 'DBF',
13
13
  id: 'dbf',
@@ -9,7 +9,7 @@ var _shpLoader = require("./shp-loader");
9
9
 
10
10
  var _parseShapefile = require("./lib/parsers/parse-shapefile");
11
11
 
12
- const VERSION = typeof "3.1.0-beta.1" !== 'undefined' ? "3.1.0-beta.1" : 'latest';
12
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'latest';
13
13
  const ShapefileLoader = {
14
14
  name: 'Shapefile',
15
15
  id: 'shapefile',
@@ -7,7 +7,7 @@ exports.SHPLoader = exports.SHPWorkerLoader = exports.SHP_MAGIC_NUMBER = void 0;
7
7
 
8
8
  var _parseShp = require("./lib/parsers/parse-shp");
9
9
 
10
- const VERSION = typeof "3.1.0-beta.1" !== 'undefined' ? "3.1.0-beta.1" : 'latest';
10
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'latest';
11
11
  const SHP_MAGIC_NUMBER = [0x00, 0x00, 0x27, 0x0a];
12
12
  exports.SHP_MAGIC_NUMBER = SHP_MAGIC_NUMBER;
13
13
  const SHPWorkerLoader = {
@@ -1,5 +1,5 @@
1
1
  import { parseDBF, parseDBFInBatches } from './lib/parsers/parse-dbf';
2
- const VERSION = typeof "3.1.0-beta.1" !== 'undefined' ? "3.1.0-beta.1" : 'latest';
2
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'latest';
3
3
  export const DBFWorkerLoader = {
4
4
  name: 'DBF',
5
5
  id: 'dbf',
@@ -1,6 +1,6 @@
1
1
  import { SHP_MAGIC_NUMBER } from './shp-loader';
2
2
  import { parseShapefile, parseShapefileInBatches } from './lib/parsers/parse-shapefile';
3
- const VERSION = typeof "3.1.0-beta.1" !== 'undefined' ? "3.1.0-beta.1" : 'latest';
3
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'latest';
4
4
  export const ShapefileLoader = {
5
5
  name: 'Shapefile',
6
6
  id: 'shapefile',
@@ -1,5 +1,5 @@
1
1
  import { parseSHP, parseSHPInBatches } from './lib/parsers/parse-shp';
2
- const VERSION = typeof "3.1.0-beta.1" !== 'undefined' ? "3.1.0-beta.1" : 'latest';
2
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'latest';
3
3
  export const SHP_MAGIC_NUMBER = [0x00, 0x00, 0x27, 0x0a];
4
4
  export const SHPWorkerLoader = {
5
5
  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": "3.1.0-beta.1",
4
+ "version": "3.1.0-beta.7",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -37,10 +37,10 @@
37
37
  "build-worker-dbf": "esbuild src/workers/dbf-worker.ts --bundle --outfile=dist/dbf-worker.js"
38
38
  },
39
39
  "dependencies": {
40
- "@loaders.gl/gis": "3.1.0-beta.1",
41
- "@loaders.gl/loader-utils": "3.1.0-beta.1",
42
- "@loaders.gl/schema": "3.1.0-beta.1",
40
+ "@loaders.gl/gis": "3.1.0-beta.7",
41
+ "@loaders.gl/loader-utils": "3.1.0-beta.7",
42
+ "@loaders.gl/schema": "3.1.0-beta.7",
43
43
  "@math.gl/proj4": "^3.5.1"
44
44
  },
45
- "gitHead": "980cdefb4e8ec9ef9c951d20c78cf77777707f49"
45
+ "gitHead": "f3b4d81ac02758398c4e4eef5e556b206ef2dfbe"
46
46
  }