@loaders.gl/wkt 4.0.0-beta.5 → 4.0.0-beta.6

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.
@@ -200,7 +200,7 @@
200
200
  }
201
201
 
202
202
  // src/lib/utils/version.ts
203
- var VERSION = true ? "4.0.0-beta.5" : "latest";
203
+ var VERSION = true ? "4.0.0-beta.6" : "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.5",
4
+ "version": "4.0.0-beta.6",
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.5",
47
- "@loaders.gl/schema": "4.0.0-beta.5"
46
+ "@loaders.gl/loader-utils": "4.0.0-beta.6",
47
+ "@loaders.gl/schema": "4.0.0-beta.6"
48
48
  },
49
- "gitHead": "a6f5a0d1a316cc22396e5a4d480c14329d1ef146"
49
+ "gitHead": "2840f605b7a551e2ffef5f960231d989a0414c50"
50
50
  }