Skip to content

Commit

Permalink
base changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoseongku committed Apr 11, 2024
1 parent 206762d commit b03b96c
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 76 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v8.17.0
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ function tm2z(uri, callback) {

var xml;
var base = path.join(os.tmpDir(), md5(id).substr(0,8) + '-' + path.basename(id));
var parser = tar.Parse();
var parser = new tar.Parse();
var gunzip = zlib.Gunzip();
var unpacked = false;

Expand Down
157 changes: 86 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
}
],
"dependencies": {
"mapnik": "3.x || 4.x",
"@mapbox/sphericalmercator": "~1.0.5",
"aws-sdk": "^2.2.30",
"s3urls": "^1.3.0",
"@mapbox/tilelive": "~5.12.0",
"@mapbox/tiletype": "0.3.x",
"aws-sdk": "^2.2.30",
"mapnik": "3.x || 4.x",
"numeral": "~1.5.3",
"request": "~2.83.0",
"s3urls": "^1.3.0",
"spherical": "~0.1.0",
"tar": "~2.2.1",
"tar": "^4.4.18",
"underscore": "~1.8.0"
},
"devDependencies": {
Expand Down

0 comments on commit b03b96c

Please sign in to comment.