Skip to content

Commit 0e9249c

Browse files
committed
chore: update package.json to use correct package name
1 parent 4e2fd53 commit 0e9249c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "kelvin-aws-otel-js",
2+
"name": "aws-otel-js",
33
"version": "0.1.1",
44
"description": "Host AWS X-Ray vendor-specific components for OTel-JS-SDK auto-instrumentation.",
55
"main": "build/src/index.js",

packages/opentelemetry-id-generator-aws-xray/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "kelvin-id-generator-aws-xray",
2+
"name": "otel-aws-xray-id-generator",
33
"version": "0.0.2",
44
"description": "AWS X-Ray ID generator for OpenTelemetry",
55
"main": "build/src/index.js",

packages/opentelemetry-propagator-aws-xray/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "kelvin-propagator-aws-xray",
2+
"name": "otel-aws-xray-propagator",
33
"version": "0.0.2",
44
"description": "OpenTelemetry AWS Xray propagator provides HTTP header propagation for systems that are using AWS Xray HTTP header format.",
55
"main": "build/src/index.js",

0 commit comments

Comments
 (0)