Skip to content

Commit

Permalink
fix: Force agent-base to be at version 4.3.0 to fix various issues (#…
Browse files Browse the repository at this point in the history
…2108)

Fixes #1762, fixes #2085.
  • Loading branch information
BYK authored Jun 7, 2019
1 parent 91ecc0a commit 4ada6a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 5.4.1

- [integrations] fix: Tracing integration fetch headers bug.
- [node] fix: Force agent-base to be at version 4.3.0 to fix various issues. Fix #1762, fix #2085

## 5.4.0

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"typedoc": "^0.14.2",
"typescript": "^3.4.5",
"typescript-tslint-plugin": "^0.3.1"
},
"resolutions": {
"**/agent-base": "4.3.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1601,10 +1601,10 @@ [email protected]:
version "0.8.2"
resolved "https://registry.yarnpkg.com/after/-/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f"

agent-base@4, agent-base@^4.1.0, agent-base@~4.2.0:
version "4.2.1"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9"
integrity sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==
agent-base@4, agent-base@4.3.0, agent-base@^4.1.0, agent-base@~4.2.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
integrity sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==
dependencies:
es6-promisify "^5.0.0"

Expand Down

0 comments on commit 4ada6a2

Please sign in to comment.