@loaders.gl/wkt 4.0.0-beta.8 → 4.0.1

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.
package/dist/dist.dev.js CHANGED
@@ -515,7 +515,7 @@ var __exports__ = (() => {
515
515
  }
516
516
  };
517
517
 
518
- // ../gis/src/lib/binary-to-geojson.ts
518
+ // ../gis/src/lib/binary-features/binary-to-geojson.ts
519
519
  function binaryToGeometry(data, startIndex, endIndex) {
520
520
  switch (data.type) {
521
521
  case "Point":
@@ -200,7 +200,7 @@
200
200
  }
201
201
 
202
202
  // src/lib/utils/version.ts
203
- var VERSION = true ? "4.0.0-beta.8" : "latest";
203
+ var VERSION = true ? "4.0.1" : "latest";
204
204
 
205
205
  // src/lib/parse-wkt.ts
206
206
  var numberRegexp = /[-+]?([0-9]*\.[0-9]+|[0-9]+)([eE][-+]?[0-9]+)?/;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loaders.gl/wkt",
3
3
  "description": "Loader and Writer for the WKT (Well Known Text) Format",
4
- "version": "4.0.0-beta.8",
4
+ "version": "4.0.1",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "publishConfig": {
@@ -43,8 +43,8 @@
43
43
  "fuzzer": "^0.2.1"
44
44
  },
45
45
  "dependencies": {
46
- "@loaders.gl/loader-utils": "4.0.0-beta.8",
47
- "@loaders.gl/schema": "4.0.0-beta.8"
46
+ "@loaders.gl/loader-utils": "4.0.1",
47
+ "@loaders.gl/schema": "4.0.1"
48
48
  },
49
- "gitHead": "ec3d1747b4c01c52a235455d6462680e711b4e19"
49
+ "gitHead": "765e5a26a6bf3f2cc02cabffc4a1e3665ec92a53"
50
50
  }