@loaders.gl/wkt 4.1.0-alpha.9 → 4.2.0-alpha.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
@@ -47,7 +47,7 @@ var __exports__ = (() => {
47
47
  });
48
48
 
49
49
  // src/lib/utils/version.ts
50
- var VERSION = true ? "4.1.0-alpha.9" : "latest";
50
+ var VERSION = true ? "4.2.0-alpha.1" : "latest";
51
51
 
52
52
  // src/lib/parse-wkt-crs.ts
53
53
  function parseWKTCRS(wkt, options) {
@@ -1,2 +1,2 @@
1
- export const VERSION = typeof "4.1.0-alpha.9" !== 'undefined' ? "4.1.0-alpha.9" : 'latest';
1
+ export const VERSION = typeof "4.2.0-alpha.1" !== 'undefined' ? "4.2.0-alpha.1" : 'latest';
2
2
  //# sourceMappingURL=version.js.map
@@ -198,7 +198,7 @@
198
198
  }
199
199
 
200
200
  // src/lib/utils/version.ts
201
- var VERSION = true ? "4.1.0-alpha.9" : "latest";
201
+ var VERSION = true ? "4.2.0-alpha.1" : "latest";
202
202
 
203
203
  // src/lib/parse-wkt.ts
204
204
  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.1.0-alpha.9",
4
+ "version": "4.2.0-alpha.1",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "publishConfig": {
@@ -23,9 +23,9 @@
23
23
  "module": "dist/index.js",
24
24
  "exports": {
25
25
  ".": {
26
+ "types": "./dist/index.d.ts",
26
27
  "import": "./dist/index.js",
27
- "require": "./dist/index.cjs",
28
- "types": "./dist/index.d.ts"
28
+ "require": "./dist/index.cjs"
29
29
  }
30
30
  },
31
31
  "sideEffects": false,
@@ -43,8 +43,8 @@
43
43
  "fuzzer": "^0.2.1"
44
44
  },
45
45
  "dependencies": {
46
- "@loaders.gl/loader-utils": "4.1.0-alpha.9",
47
- "@loaders.gl/schema": "4.1.0-alpha.9"
46
+ "@loaders.gl/loader-utils": "4.2.0-alpha.1",
47
+ "@loaders.gl/schema": "4.2.0-alpha.1"
48
48
  },
49
- "gitHead": "0291d4d78d71202385d0368942f84778d6aafa82"
49
+ "gitHead": "d4da81f4d8fb2a3b43b0e025109cf7ccfb317d4c"
50
50
  }