File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
packages/karma-credential-loader Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 20
20
},
21
21
"license" : " Apache-2.0" ,
22
22
"dependencies" : {
23
- "@aws-sdk/client-sts" : " workspace:*" ,
24
23
"@aws-sdk/credential-provider-node" : " *" ,
25
24
"tslib" : " ^2.3.1"
26
25
},
33
32
"typedoc" : " 0.19.2" ,
34
33
"typescript" : " ~4.6.2"
35
34
},
35
+ "peerDependencies" : {
36
+ "@aws-sdk/client-sts" : " *"
37
+ },
36
38
"engines" : {
37
39
"node" : " >= 12.0.0"
38
40
},
Original file line number Diff line number Diff line change @@ -14186,7 +14186,7 @@ __metadata:
14186
14186
languageName: unknown
14187
14187
linkType: soft
14188
14188
14189
- "@aws-sdk/client-sts@*, @aws-sdk/client-sts@workspace:*, @aws-sdk/client-sts@workspace: clients/client-sts":
14189
+ "@aws-sdk/client-sts@*, @aws-sdk/client-sts@workspace:clients/client-sts":
14190
14190
version: 0.0.0-use.local
14191
14191
resolution: "@aws-sdk/client-sts@workspace:clients/client-sts"
14192
14192
dependencies:
@@ -15809,7 +15809,6 @@ __metadata:
15809
15809
version: 0.0.0-use.local
15810
15810
resolution: "@aws-sdk/karma-credential-loader@workspace:packages/karma-credential-loader"
15811
15811
dependencies:
15812
- "@aws-sdk/client-sts": "workspace:*"
15813
15812
"@aws-sdk/credential-provider-node": "*"
15814
15813
"@tsconfig/recommended": 1.0.1
15815
15814
"@types/node": ^10.0.0
@@ -15819,6 +15818,8 @@ __metadata:
15819
15818
tslib: ^2.3.1
15820
15819
typedoc: 0.19.2
15821
15820
typescript: ~4.6.2
15821
+ peerDependencies:
15822
+ "@aws-sdk/client-sts": "*"
15822
15823
languageName: unknown
15823
15824
linkType: soft
15824
15825
You can’t perform that action at this time.
0 commit comments