Skip to content

Commit

Permalink
Update trace to 1.6.0, bump version to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrickard authored Sep 25, 2019
2 parents 223ed5c + 3c8222c commit ced747e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iopipe/config",
"version": "1.4.3",
"version": "1.4.4",
"description": "A more opinionated default IOpipe agent config",
"main": "index.js",
"scripts": {
Expand All @@ -19,6 +19,6 @@
"dependencies": {
"@iopipe/event-info": "^1.3.2",
"@iopipe/profiler": "^2.1.2",
"@iopipe/trace": "^1.5.3"
"@iopipe/trace": "^1.6.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
lodash.get "^4.4.2"
simple-get "^3.0.3"

"@iopipe/trace@^1.5.3":
version "1.5.3"
resolved "https://registry.yarnpkg.com/@iopipe/trace/-/trace-1.5.3.tgz#eba76f485cf42774b9b648928282e8b53d142b63"
integrity sha512-CkFw7wbRWtbxnbASnScBe7QW+Ng5kok+RAxMH88LnazwyBlsYMlLU4BjVLIMVqmDlRu6idjOBaueJaLkeSYIxw==
"@iopipe/trace@^1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@iopipe/trace/-/trace-1.6.0.tgz#69ecbd94b84397481107fa23d2d5ea3ad5bf7b11"
integrity sha512-nprhHCV7uwOHo3pL9jpRkM02jCRUEAoJr1qCmCaGyRkJdOQxqDB51K1p/Q//xJrEmOexM9u4EZprUMdqzXrDkg==
dependencies:
flat "^4.0.0"
isarray "^2.0.4"
Expand Down

0 comments on commit ced747e

Please sign in to comment.