Skip to content

Commit

Permalink
revert package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
garysassano committed Jan 15, 2025
1 parent 107efcc commit 91ce6be
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions detectors/node/opentelemetry-resource-detector-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,26 @@
"access": "public"
},
"devDependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/api": "^1.0.0",
"@opentelemetry/contrib-test-utils": "^0.45.0",
"@opentelemetry/instrumentation-fs": "^0.19.0",
"@opentelemetry/instrumentation-http": "^0.57.0",
"@types/mocha": "10.0.10",
"@types/node": "22.10.6",
"@types/sinon": "17.0.3",
"nock": "13.5.6",
"nyc": "17.1.0",
"rimraf": "6.0.1",
"sinon": "19.0.2",
"typescript": "5.7.3"
"@types/mocha": "8.2.3",
"@types/node": "18.18.14",
"@types/sinon": "10.0.20",
"nock": "13.3.3",
"nyc": "15.1.0",
"rimraf": "5.0.10",
"sinon": "15.2.0",
"typescript": "4.4.4"
},
"peerDependencies": {
"@opentelemetry/api": "^1.0.0"
},
"dependencies": {
"@opentelemetry/core": "^1.30.0",
"@opentelemetry/resources": "^1.30.0",
"@opentelemetry/semantic-conventions": "^1.28.0"
"@opentelemetry/core": "^1.0.0",
"@opentelemetry/resources": "^1.10.0",
"@opentelemetry/semantic-conventions": "^1.27.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/detectors/node/opentelemetry-resource-detector-aws#readme"
}

0 comments on commit 91ce6be

Please sign in to comment.