File tree 4 files changed +14
-3
lines changed
packages/opentelemetry-propagator-jaeger
4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 54
54
"karma" : " 5.0.9" ,
55
55
"karma-chrome-launcher" : " 3.1.0" ,
56
56
"karma-coverage-istanbul-reporter" : " 3.0.3" ,
57
- "karma-mocha" : " 1.3.0 " ,
57
+ "karma-mocha" : " 2.0.1 " ,
58
58
"karma-spec-reporter" : " 0.0.32" ,
59
59
"karma-webpack" : " 4.0.2" ,
60
60
"mocha" : " 6.2.3" ,
Original file line number Diff line number Diff line change 1
- /*!
2
- * Copyright 2019, OpenTelemetry Authors
1
+ /*
2
+ * Copyright The OpenTelemetry Authors
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 7
7
"include" : [
8
8
" src/**/*.ts" ,
9
9
" test/**/*.ts"
10
+ ],
11
+ "references" : [
12
+ {
13
+ "path" : " ../opentelemetry-api"
14
+ },
15
+ {
16
+ "path" : " ../opentelemetry-core"
17
+ }
10
18
]
11
19
}
Original file line number Diff line number Diff line change 89
89
{
90
90
"path" : " packages/opentelemetry-propagator-b3"
91
91
},
92
+ {
93
+ "path" : " packages/opentelemetry-propagator-jaeger"
94
+ },
92
95
{
93
96
"path" : " packages/opentelemetry-resource-detector-aws"
94
97
},
You can’t perform that action at this time.
0 commit comments