Skip to content

Commit

Permalink
fix: update tiff dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Apr 11, 2024
1 parent 724fe7a commit fd42a31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"homepage": "https://github.com/image-js/fast-jpeg#readme",
"dependencies": {
"iobuffer": "^5.3.2",
"tiff": "^5.0.3"
"tiff": "^6.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.12",
"eslint": "^8.41.0",
"eslint-config-cheminfo-typescript": "^11.3.1",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"eslint-config-cheminfo-typescript": "^12.3.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
},
"prettier": {
"arrowParens": "always",
Expand Down
2 changes: 1 addition & 1 deletion src/decode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function decode(
buffer.byteLength - 12,
),
{
onlyFirst: true,
pages: [0],
ignoreImageData: true,
},
);
Expand Down

0 comments on commit fd42a31

Please sign in to comment.