Skip to content

Commit 93ba108

Browse files
Merge branch 'master' into modernize-pool
2 parents a4ae5f9 + 463cde6 commit 93ba108

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"parse-headers": "^2.0.2",
8989
"quick-lru": "^6.1.1",
9090
"web-worker": "^1.5.0",
91-
"xml-utils": "^1.0.2",
91+
"xml-utils": "^1.10.2",
9292
"zstddec": "^0.1.0"
9393
},
9494
"devDependencies": {

src/geotiffimage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @module geotiffimage */
22
import { getFloat16 } from '@petamoriken/float16';
3-
import getAttribute from 'xml-utils/get-attribute.js';
4-
import findTagsByName from 'xml-utils/find-tags-by-name.js';
3+
import getAttribute from 'xml-utils/get-attribute'; // eslint-disable-line import/extensions
4+
import findTagsByName from 'xml-utils/find-tags-by-name'; // eslint-disable-line import/extensions
55

66
import { photometricInterpretations, ExtraSamplesValues } from './globals.js';
77
import { fromWhiteIsZero, fromBlackIsZero, fromPalette, fromCMYK, fromYCbCr, fromCIELab } from './rgb.js';

0 commit comments

Comments
 (0)