Skip to content

Commit

Permalink
v4.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoolioh authored and CarlesDD committed Dec 21, 2023
1 parent 482369b commit de5d46b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dd-trace",
"version": "4.21.0",
"version": "4.22.0",
"description": "Datadog APM tracing client for JavaScript",
"main": "index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -99,9 +99,9 @@
"path-to-regexp": "^0.1.2",
"pprof-format": "^2.0.7",
"protobufjs": "^7.2.5",
"tlhunter-sorted-set": "^0.1.0",
"retry": "^0.13.1",
"semver": "^7.5.4"
"semver": "^7.5.4",
"tlhunter-sorted-set": "^0.1.0"
},
"devDependencies": {
"@types/node": ">=16",
Expand Down

0 comments on commit de5d46b

Please sign in to comment.