Skip to content

Commit

Permalink
Merge pull request #14 from iopipe/release/1.3.0
Browse files Browse the repository at this point in the history
Upgrade @iopipe/event-info and @iopipe/trace versions
  • Loading branch information
kolanos authored Sep 10, 2018
2 parents a9accdb + a9b422e commit 4ee9fb4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iopipe/config",
"version": "1.2.0",
"version": "1.3.0",
"description": "A more opinionated default IOpipe agent config",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/iopipe/iopipe-js-config#readme",
"dependencies": {
"@iopipe/event-info": "^1.2.1",
"@iopipe/trace": "^1.1.1"
"@iopipe/event-info": "^1.3.0",
"@iopipe/trace": "^1.2.1"
}
}
33 changes: 27 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@
# yarn lockfile v1


"@iopipe/event-info@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@iopipe/event-info/-/event-info-1.2.1.tgz#d964446c120aee93a8780650446ed290ce2fff58"
"@iopipe/event-info@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@iopipe/event-info/-/event-info-1.3.0.tgz#46159224ee6d43ff2b6d3a0aec5f00940758cf72"
dependencies:
flat "^4.0.0"
lodash.get "^4.4.2"

"@iopipe/trace@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@iopipe/trace/-/trace-1.1.1.tgz#05b0f1f85c7695975d2c426d52fb495a0a3678ac"
"@iopipe/trace@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@iopipe/trace/-/trace-1.2.1.tgz#e4f66f17c61f86015f17b4d2e3e627f6364b5050"
dependencies:
flat "^4.0.0"
isarray "^2.0.4"
lodash.pickby "^4.6.0"
performance-node "^0.2.0"
shimmer "^1.2.0"
uuid "^3.2.1"

flat@^4.0.0:
version "4.0.0"
Expand All @@ -25,10 +30,26 @@ is-buffer@~1.1.5:
version "1.1.6"
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"

isarray@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.4.tgz#38e7bcbb0f3ba1b7933c86ba1894ddfc3781bbb7"

lodash.get@^4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"

lodash.pickby@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/lodash.pickby/-/lodash.pickby-4.6.0.tgz#7dea21d8c18d7703a27c704c15d3b84a67e33aff"

performance-node@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/performance-node/-/performance-node-0.2.0.tgz#03abf74ac0c455f333be505165dacab9110ef5b3"

shimmer@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/shimmer/-/shimmer-1.2.0.tgz#f966f7555789763e74d8841193685a5e78736665"

uuid@^3.2.1:
version "3.3.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"

0 comments on commit 4ee9fb4

Please sign in to comment.