File tree 7 files changed +9
-9
lines changed
opentelemetry-plugin-fetch
opentelemetry-plugin-xml-http-request
opentelemetry-propagator-b3
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 39
39
"@opentelemetry/exporter-collector" : " ^0.12.0" ,
40
40
"@opentelemetry/exporter-zipkin" : " ^0.12.0" ,
41
41
"@opentelemetry/metrics" : " ^0.12.0" ,
42
- "@opentelemetry/propagator-b3" : " ^0.11 .0" ,
42
+ "@opentelemetry/propagator-b3" : " ^0.12 .0" ,
43
43
"@opentelemetry/plugin-document-load" : " ^0.9.0" ,
44
44
"@opentelemetry/plugin-fetch" : " ^0.12.0" ,
45
45
"@opentelemetry/plugin-user-interaction" : " ^0.9.0" ,
Original file line number Diff line number Diff line change 52
52
"access" : " public"
53
53
},
54
54
"devDependencies" : {
55
- "@opentelemetry/propagator-b3" : " ^0.11 .0" ,
55
+ "@opentelemetry/propagator-b3" : " ^0.12 .0" ,
56
56
"@types/mocha" : " 8.0.2" ,
57
57
"@types/node" : " 14.0.27" ,
58
58
"@types/semver" : " 7.3.2" ,
Original file line number Diff line number Diff line change 46
46
"devDependencies" : {
47
47
"@babel/core" : " 7.11.1" ,
48
48
"@opentelemetry/context-zone" : " ^0.12.0" ,
49
- "@opentelemetry/propagator-b3" : " ^0.11 .0" ,
49
+ "@opentelemetry/propagator-b3" : " ^0.12 .0" ,
50
50
"@opentelemetry/tracing" : " ^0.12.0" ,
51
51
"@types/mocha" : " 8.0.2" ,
52
52
"@types/node" : " 14.0.27" ,
Original file line number Diff line number Diff line change 46
46
"devDependencies" : {
47
47
"@babel/core" : " 7.11.1" ,
48
48
"@opentelemetry/context-zone" : " ^0.12.0" ,
49
- "@opentelemetry/propagator-b3" : " ^0.11 .0" ,
49
+ "@opentelemetry/propagator-b3" : " ^0.12 .0" ,
50
50
"@opentelemetry/tracing" : " ^0.12.0" ,
51
51
"@types/mocha" : " 8.0.2" ,
52
52
"@types/node" : " 14.0.27" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opentelemetry/propagator-b3" ,
3
- "version" : " 0.11 .0" ,
3
+ "version" : " 0.12 .0" ,
4
4
"description" : " OpenTelemetry B3 propagator provides context propagation for systems that are using the B3 header format" ,
5
5
"main" : " build/src/index.js" ,
6
6
"types" : " build/src/index.d.ts" ,
42
42
"access" : " public"
43
43
},
44
44
"dependencies" : {
45
- "@opentelemetry/api" : " ^0.11 .0"
45
+ "@opentelemetry/api" : " ^0.12 .0"
46
46
},
47
47
"devDependencies" : {
48
- "@opentelemetry/context-base" : " ^0.11 .0" ,
48
+ "@opentelemetry/context-base" : " ^0.12 .0" ,
49
49
"@types/mocha" : " 8.0.3" ,
50
50
"@types/node" : " 14.0.27" ,
51
51
"codecov" : " 3.7.2" ,
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
// this is autogenerated file, see scripts/version-update.js
18
- export const VERSION = '0.11 .0' ;
18
+ export const VERSION = '0.12 .0' ;
Original file line number Diff line number Diff line change 45
45
"devDependencies" : {
46
46
"@babel/core" : " 7.11.1" ,
47
47
"@opentelemetry/context-zone" : " ^0.12.0" ,
48
- "@opentelemetry/propagator-b3" : " ^0.11 .0" ,
48
+ "@opentelemetry/propagator-b3" : " ^0.12 .0" ,
49
49
"@opentelemetry/resources" : " ^0.12.0" ,
50
50
"@types/jquery" : " 3.5.1" ,
51
51
"@types/mocha" : " 8.0.2" ,
You can’t perform that action at this time.
0 commit comments