@loaders.gl/geotiff 4.4.0-alpha.11 → 4.4.0-alpha.13

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,7 +4,7 @@
4
4
  import { fromArrayBuffer } from 'geotiff';
5
5
  // __VERSION__ is injected by babel-plugin-version-inline
6
6
  // @ts-ignore TS2304: Cannot find name '__VERSION__'.
7
- const VERSION = typeof "4.4.0-alpha.11" !== 'undefined' ? "4.4.0-alpha.11" : 'latest';
7
+ const VERSION = typeof "4.4.0-alpha.13" !== 'undefined' ? "4.4.0-alpha.13" : 'latest';
8
8
  /** GeoTIFF loader */
9
9
  export const GeoTIFFLoader = {
10
10
  dataType: null,
package/dist/index.cjs CHANGED
@@ -28,7 +28,7 @@ module.exports = __toCommonJS(dist_exports);
28
28
 
29
29
  // dist/geotiff-loader.js
30
30
  var import_geotiff = require("geotiff");
31
- var VERSION = true ? "4.4.0-alpha.11" : "latest";
31
+ var VERSION = true ? "4.4.0-alpha.13" : "latest";
32
32
  var GeoTIFFLoader = {
33
33
  dataType: null,
34
34
  batchType: null,
package/dist/loaders.js CHANGED
@@ -4,7 +4,7 @@
4
4
  import { fromArrayBuffer } from 'geotiff';
5
5
  // __VERSION__ is injected by babel-plugin-version-inline
6
6
  // @ts-ignore TS2304: Cannot find name '__VERSION__'.
7
- const VERSION = typeof "4.4.0-alpha.11" !== 'undefined' ? "4.4.0-alpha.11" : 'latest';
7
+ const VERSION = typeof "4.4.0-alpha.13" !== 'undefined' ? "4.4.0-alpha.13" : 'latest';
8
8
  /**
9
9
  * Loads a GeoTIFF file containing a RGB image.
10
10
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/geotiff",
3
- "version": "4.4.0-alpha.11",
3
+ "version": "4.4.0-alpha.13",
4
4
  "description": "Framework-independent loaders for tiff and geotiff",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -46,12 +46,12 @@
46
46
  "geotiff": "ilan-gold/geotiff.js#ilan-gold/viv_094"
47
47
  },
48
48
  "dependencies": {
49
- "@loaders.gl/loader-utils": "4.4.0-alpha.11",
50
- "fast-xml-parser": "^4.2.5",
49
+ "@loaders.gl/loader-utils": "4.4.0-alpha.13",
50
+ "fast-xml-parser": "^5.3.6",
51
51
  "geotiff": "^2.1.0"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@loaders.gl/core": "4.4.0-alpha.1"
55
55
  },
56
- "gitHead": "3e9a77c2912342e8ad22db7df7517fe86e8e492d"
56
+ "gitHead": "5145c7b32353d00f414b85773caa9064af412434"
57
57
  }