Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Jan 5, 2025
1 parent 1ae3327 commit 201dc37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions modules/tile-converter/src/lib/utils/compress-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export function compressFileWithGzip(pathFile: string): Promise<string> {
console.log(`${compressedPathFile}: compression error!`); // eslint-disable-line no-undef,no-console
reject(error);
});
// @ts-ignore Seems typescript upgrade triggered this
input.pipe(gzip).pipe(output);
});
}
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"node": ">=18.0"
},
"volta": {
"node": "20.18.0",
"yarn": "4.6.0"
"node": "20.16.0",
"yarn": "4.4.0"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26406,11 +26406,11 @@ __metadata:

"typescript@patch:typescript@npm%3A~5.6.0#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=74658d"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/7c9d2e07c81226d60435939618c91ec2ff0b75fbfa106eec3430f0fcf93a584bc6c73176676f532d78c3594fe28a54b36eb40b3d75593071a7ec91301533ace7
checksum: 10c0/ac8307bb06bbfd08ae7137da740769b7d8c3ee5943188743bb622c621f8ad61d244767480f90fbd840277fbf152d8932aa20c33f867dea1bb5e79b187ca1a92f
languageName: node
linkType: hard

Expand Down

0 comments on commit 201dc37

Please sign in to comment.