Skip to content

Commit a7b10a4

Browse files
authored
feat: updates @iopipe/trace plugin
(via update of iopipe-js-config)
2 parents 1600bef + 67265a2 commit a7b10a4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"node": ">=8.10.0"
3939
},
4040
"dependencies": {
41-
"@iopipe/config": "^1.4.3",
41+
"@iopipe/config": "^1.4.4",
4242
"@iopipe/core": "^1.19.1"
4343
},
4444
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@
7878
lodash "^4.2.0"
7979
to-fast-properties "^2.0.0"
8080

81-
"@iopipe/config@^1.4.3":
82-
version "1.4.3"
83-
resolved "https://registry.yarnpkg.com/@iopipe/config/-/config-1.4.3.tgz#d8d214389379e222c2d51d1cec296dbf2f03c14e"
84-
integrity sha512-1OmIwsPhpy/m9CvByTcYU3TSXdpC3IEePShTVwkBya1z5PnTbmcZCMExtTK59m0YX8aw0n5WH/idqRGZ6DdkKw==
81+
"@iopipe/config@^1.4.4":
82+
version "1.4.4"
83+
resolved "https://registry.yarnpkg.com/@iopipe/config/-/config-1.4.4.tgz#dd20ef7a0365d18a46868f61a879a76078d501be"
84+
integrity sha512-l2dvADrEPt7cLw+dAM6khvzEkIUFdc58jiLL0BBelVj0FYN6u2P5p6N9dI+O/DFIYwoOFrn5R3h2IjIy2FF2gQ==
8585
dependencies:
8686
"@iopipe/event-info" "^1.3.2"
8787
"@iopipe/profiler" "^2.1.2"
88-
"@iopipe/trace" "^1.5.3"
88+
"@iopipe/trace" "^1.6.0"
8989

9090
"@iopipe/core@^1.19.1":
9191
version "1.19.1"
@@ -191,10 +191,10 @@
191191
which "^1.3.0"
192192
yargs-parser "^8.0.0"
193193

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

0 commit comments

Comments
 (0)