Skip to content

Commit

Permalink
chore(node-experimental): Align @sentry/ dependency version (#8676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Jul 31, 2023
1 parent a858a07 commit e7afa27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/node-experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/node-experimental",
"version": "7.60.0",
"version": "7.60.1",
"description": "Experimental version of a Node SDK using OpenTelemetry for performance instrumentation",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/node-experimental",
Expand Down Expand Up @@ -38,11 +38,11 @@
"@opentelemetry/semantic-conventions": "~1.15.0",
"@opentelemetry/sdk-trace-node": "~1.15.0",
"@prisma/instrumentation": "~5.0.0",
"@sentry/core": "7.60.0",
"@sentry/node": "7.60.0",
"@sentry/opentelemetry-node": "7.60.0",
"@sentry/types": "7.60.0",
"@sentry/utils": "7.60.0"
"@sentry/core": "7.60.1",
"@sentry/node": "7.60.1",
"@sentry/opentelemetry-node": "7.60.1",
"@sentry/types": "7.60.1",
"@sentry/utils": "7.60.1"
},
"scripts": {
"build": "run-p build:transpile build:types",
Expand Down

0 comments on commit e7afa27

Please sign in to comment.