Skip to content

Commit

Permalink
[GH-38] fix: updated agentkeepalive version to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzmitry Ulezla committed Oct 2, 2019
1 parent 5603730 commit d40a0b4
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## changelog

## 2.1.1

- Update agentkeepalive dependency to v4.0.2. This will prevent this._evictSession error

## 2.1.0

- Throw error with description if url marker is too large.
Expand Down
2 changes: 1 addition & 1 deletion lib/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var AgentKeepAlive = require('agentkeepalive'),
var agent = new AgentKeepAlive({
maxSockets: 128,
maxKeepAliveRequests: 0,
maxKeepAliveTime: 30000
freeSocketTimeout: 30000
});

/**
Expand Down
39 changes: 36 additions & 3 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/geojson-mapnikify",
"version": "2.1.0",
"version": "2.1.1",
"description": "transform geojson with simplestyle-spec into mapnik xml",
"main": "index.js",
"scripts": {
Expand All @@ -27,15 +27,15 @@
},
"homepage": "https://github.com/mapbox/geojson-mapnikify",
"dependencies": {
"@mapbox/blend": "^2.0.1",
"@mapbox/geojson-normalize": "~0.0.1",
"queue-async": "~1.0.7",
"agentkeepalive": "~2.0.2",
"request": "~2.78.0",
"@mapbox/makizushi": "^3.0.1",
"agentkeepalive": "^4.0.2",
"minimist": "~1.2.0",
"queue-async": "~1.0.7",
"request": "~2.78.0",
"sigmund": "~1.0.0",
"xtend": "~4.0.0",
"@mapbox/blend": "^2.0.1"
"xtend": "~4.0.0"
},
"devDependencies": {
"coveralls": "~2.11.1",
Expand Down

0 comments on commit d40a0b4

Please sign in to comment.