Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bumped aws components to 1.0 #658

Merged
merged 12 commits into from
Oct 22, 2021
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentelemetry/resource-detector-aws",
"version": "0.24.0",
"version": "1.0.0",
"description": "OpenTelemetry SDK resource detector for AWS",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-id-generator-aws-xray/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentelemetry/id-generator-aws-xray",
"version": "0.24.0",
"version": "1.0.0",
"description": "AWS X-Ray ID generator for OpenTelemetry",
"main": "build/src/index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion propagators/opentelemetry-propagator-aws-xray/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentelemetry/propagator-aws-xray",
"version": "0.24.0",
"version": "1.0.0",
"description": "OpenTelemetry AWS Xray propagator provides context propagation for systems that are using AWS X-Ray format.",
"main": "build/src/index.js",
"module": "build/esm/index.js",
Expand Down