@loaders.gl/wkt 4.0.0-alpha.7 → 4.0.0-alpha.9

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.
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.VERSION = void 0;
7
- var VERSION = typeof "4.0.0-alpha.7" !== 'undefined' ? "4.0.0-alpha.7" : 'latest';
7
+ var VERSION = typeof "4.0.0-alpha.9" !== 'undefined' ? "4.0.0-alpha.9" : 'latest';
8
8
  exports.VERSION = VERSION;
9
9
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const VERSION = typeof "4.0.0-alpha.7" !== 'undefined' ? "4.0.0-alpha.7" : 'latest';
1
+ export const VERSION = typeof "4.0.0-alpha.9" !== 'undefined' ? "4.0.0-alpha.9" : 'latest';
2
2
  //# sourceMappingURL=version.js.map
@@ -184,7 +184,7 @@
184
184
  }
185
185
 
186
186
  // src/lib/utils/version.ts
187
- var VERSION = true ? "4.0.0-alpha.7" : "latest";
187
+ var VERSION = true ? "4.0.0-alpha.9" : "latest";
188
188
 
189
189
  // src/lib/parse-wkt.ts
190
190
  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-alpha.7",
4
+ "version": "4.0.0-alpha.9",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -35,8 +35,8 @@
35
35
  "fuzzer": "^0.2.1"
36
36
  },
37
37
  "dependencies": {
38
- "@loaders.gl/loader-utils": "4.0.0-alpha.7",
39
- "@loaders.gl/schema": "4.0.0-alpha.7"
38
+ "@loaders.gl/loader-utils": "4.0.0-alpha.9",
39
+ "@loaders.gl/schema": "4.0.0-alpha.9"
40
40
  },
41
- "gitHead": "afb59c4d8e5d8ebb9c28f111cb0c96c5527d0ffd"
41
+ "gitHead": "03ff81ab468f20f3bddeec787aa88d477a7e1c72"
42
42
  }