@loaders.gl/mvt 3.2.5 → 3.2.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.
@@ -19,7 +19,7 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
19
19
 
20
20
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
21
21
 
22
- var VERSION = typeof "3.2.5" !== 'undefined' ? "3.2.5" : 'latest';
22
+ var VERSION = typeof "3.2.6" !== 'undefined' ? "3.2.6" : 'latest';
23
23
  var DEFAULT_MVT_LOADER_OPTIONS = {
24
24
  mvt: {
25
25
  shape: 'geojson',
@@ -1,5 +1,5 @@
1
1
  import parseMVT from './lib/parse-mvt';
2
- const VERSION = typeof "3.2.5" !== 'undefined' ? "3.2.5" : 'latest';
2
+ const VERSION = typeof "3.2.6" !== 'undefined' ? "3.2.6" : 'latest';
3
3
  const DEFAULT_MVT_LOADER_OPTIONS = {
4
4
  mvt: {
5
5
  shape: 'geojson',
@@ -2146,7 +2146,7 @@
2146
2146
  }
2147
2147
 
2148
2148
  // src/mvt-loader.ts
2149
- var VERSION = true ? "3.2.5" : "latest";
2149
+ var VERSION = true ? "3.2.6" : "latest";
2150
2150
  var DEFAULT_MVT_LOADER_OPTIONS = {
2151
2151
  mvt: {
2152
2152
  shape: "geojson",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loaders.gl/mvt",
3
3
  "description": "Loader for Mapbox Vector Tiles",
4
- "version": "3.2.5",
4
+ "version": "3.2.6",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -32,14 +32,14 @@
32
32
  "build-worker": "esbuild src/workers/mvt-worker.ts --bundle --outfile=dist/mvt-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
33
33
  },
34
34
  "dependencies": {
35
- "@loaders.gl/gis": "3.2.5",
36
- "@loaders.gl/loader-utils": "3.2.5",
37
- "@loaders.gl/schema": "3.2.5",
35
+ "@loaders.gl/gis": "3.2.6",
36
+ "@loaders.gl/loader-utils": "3.2.6",
37
+ "@loaders.gl/schema": "3.2.6",
38
38
  "@math.gl/polygon": "^3.5.1",
39
39
  "pbf": "^3.2.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/pbf": "^3.0.2"
43
43
  },
44
- "gitHead": "1c084200e8b87479d06526c7107e75c6bff8968b"
44
+ "gitHead": "4c7303904d6d4ea57082cf3c7a66e780b008edb9"
45
45
  }