Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 017a721

Browse files
author
Amir Blum
authored
Merge pull request #11 from aspecto-io/remove-peer-dependency
build: remove peer dependency from plugins
2 parents c427488 + be9d1f2 commit 017a721

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

packages/plugin-aws-sdk/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-plugin-aws-sdk",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "open telemetry instrumentation for the `aws-sdk` package",
55
"keywords": [
66
"aws",
@@ -47,7 +47,6 @@
4747
"ts-jest": "^26.1.0",
4848
"typescript": "^3.9.5"
4949
},
50-
"peerDependencies": {},
5150
"dependencies": {
5251
"@opentelemetry/core": "^0.8.3",
5352
"shimmer": "^1.2.1"

packages/plugin-aws-sdk/src/aws-sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { AttributeNames } from "./enums";
1616
import { ServicesExtensions } from "./services";
1717
import { AwsSdkPluginConfig } from "./types";
1818

19-
const VERSION = "0.0.4";
19+
const VERSION = "0.0.5";
2020

2121
class AwsPlugin extends BasePlugin<typeof AWS> {
2222
readonly component: string;

packages/plugin-kafkajs/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@
4444
"ts-jest": "^26.1.0",
4545
"typescript": "^3.9.5"
4646
},
47-
"peerDependencies": {
48-
"kafkajs": "^1.12.0"
49-
},
5047
"dependencies": {
5148
"@opentelemetry/core": "^0.8.3",
5249
"shimmer": "^1.2.1"

0 commit comments

Comments
 (0)