Skip to content

Commit

Permalink
chore: update examples to 2.2.4 (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk authored Jul 3, 2023
1 parent c70d647 commit cd86c08
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.2.3",
"@splunk/otel": "2.2.4",
"axios": "^0.21.1",
"express": "^4.17.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.2.3",
"@splunk/otel": "2.2.4",
"axios": "^0.21.1",
"env-cmd": "^10.1.0",
"express": "^4.17.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/log-injection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.2.3",
"@splunk/otel": "2.2.4",
"pino": "^6.13.3"
}
}
2 changes: 1 addition & 1 deletion examples/logs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.2.3"
"@splunk/otel": "2.2.4"
}
}
2 changes: 1 addition & 1 deletion examples/mixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.2.3",
"@splunk/otel": "2.2.4",
"pino": "^6.13.2"
}
}
2 changes: 1 addition & 1 deletion examples/profiling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.2.3"
"@splunk/otel": "2.2.4"
}
}

0 comments on commit cd86c08

Please sign in to comment.