File tree 35 files changed +101
-101
lines changed
backwards-compatability/node12
opentelemetry-api-metrics
opentelemetry-context-async-hooks
opentelemetry-context-zone
opentelemetry-context-zone-peer-dep
opentelemetry-exporter-collector
opentelemetry-exporter-collector-grpc
opentelemetry-exporter-collector-proto
opentelemetry-exporter-jaeger
opentelemetry-exporter-prometheus
opentelemetry-exporter-zipkin
opentelemetry-instrumentation
opentelemetry-instrumentation-fetch
opentelemetry-instrumentation-grpc
opentelemetry-instrumentation-http
opentelemetry-instrumentation-xml-http-request
opentelemetry-propagator-b3
opentelemetry-propagator-jaeger
opentelemetry-resource-detector-aws
opentelemetry-resource-detector-gcp
opentelemetry-semantic-conventions
opentelemetry-shim-opentracing
35 files changed +101
-101
lines changed Original file line number Diff line number Diff line change 12
12
"@opentelemetry/tracing" : " 0.23.0"
13
13
},
14
14
"devDependencies" : {
15
- "@types/node" : " 12.20.15 " ,
15
+ "@types/node" : " 12.20.16 " ,
16
16
"typescript" : " 4.3.5"
17
17
},
18
18
"author" : " OpenTelemetry Authors" ,
Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"@opentelemetry/core" : " 0.23.0" ,
13
13
"@opentelemetry/exporter-zipkin" : " 0.23.0" ,
14
- "@opentelemetry/instrumentation-express" : " ^0.22 .0" ,
14
+ "@opentelemetry/instrumentation-express" : " ^0.23 .0" ,
15
15
"@opentelemetry/instrumentation-http" : " 0.23.0" ,
16
16
"@opentelemetry/instrumentation" : " 0.23.0" ,
17
17
"@opentelemetry/node" : " 0.23.0" ,
Original file line number Diff line number Diff line change 9
9
"author" : " OpenTelemetry Authors" ,
10
10
"license" : " Apache-2.0" ,
11
11
"devDependencies" : {
12
- "@types/express" : " 4.17.12 " ,
13
- "@types/node" : " 14.17.4 " ,
14
- "ts-node" : " 10.0 .0"
12
+ "@types/express" : " 4.17.13 " ,
13
+ "@types/node" : " 14.17.5 " ,
14
+ "ts-node" : " 10.1 .0"
15
15
},
16
16
"dependencies" : {
17
17
"axios" : " ^0.21.0" ,
Original file line number Diff line number Diff line change 9
9
"author" : " OpenTelemetry Authors" ,
10
10
"license" : " Apache-2.0" ,
11
11
"devDependencies" : {
12
- "@types/express" : " 4.17.12 " ,
13
- "@types/node" : " 14.17.4 " ,
14
- "ts-node" : " 10.0 .0"
12
+ "@types/express" : " 4.17.13 " ,
13
+ "@types/node" : " 14.17.5 " ,
14
+ "ts-node" : " 10.1 .0"
15
15
},
16
16
"dependencies" : {
17
17
"@opentelemetry/exporter-prometheus" : " 0.23.0" ,
Original file line number Diff line number Diff line change 9
9
"author" : " OpenTelemetry Authors" ,
10
10
"license" : " Apache-2.0" ,
11
11
"devDependencies" : {
12
- "@types/express" : " 4.17.12 " ,
13
- "@types/node" : " 14.17.4 " ,
14
- "ts-node" : " 10.0 .0"
12
+ "@types/express" : " 4.17.13 " ,
13
+ "@types/node" : " 14.17.5 " ,
14
+ "ts-node" : " 10.1 .0"
15
15
},
16
16
"dependencies" : {
17
17
"@opentelemetry/core" : " 0.23.0" ,
18
18
"@opentelemetry/exporter-zipkin" : " 0.23.0" ,
19
19
"@opentelemetry/instrumentation" : " 0.23.0" ,
20
20
"@opentelemetry/node" : " 0.23.0" ,
21
- "@opentelemetry/instrumentation-express" : " ^0.22 .0" ,
21
+ "@opentelemetry/instrumentation-express" : " ^0.23 .0" ,
22
22
"@opentelemetry/instrumentation-http" : " 0.23.0" ,
23
23
"@opentelemetry/tracing" : " 0.23.0" ,
24
24
"axios" : " ^0.21.0" ,
Original file line number Diff line number Diff line change 48
48
"devDependencies" : {
49
49
"@commitlint/cli" : " 12.1.4" ,
50
50
"@commitlint/config-conventional" : " 12.1.4" ,
51
- "@typescript-eslint/eslint-plugin" : " 4.28.1 " ,
52
- "@typescript-eslint/parser" : " 4.28.1 " ,
51
+ "@typescript-eslint/eslint-plugin" : " 4.28.3 " ,
52
+ "@typescript-eslint/parser" : " 4.28.3 " ,
53
53
"beautify-benchmark" : " 0.2.4" ,
54
54
"benchmark" : " 2.1.4" ,
55
- "eslint" : " 7.29 .0" ,
55
+ "eslint" : " 7.30 .0" ,
56
56
"eslint-config-airbnb-base" : " 14.2.1" ,
57
57
"eslint-plugin-header" : " 3.1.1" ,
58
58
"eslint-plugin-import" : " 2.23.4" ,
Original file line number Diff line number Diff line change 57
57
},
58
58
"devDependencies" : {
59
59
"@opentelemetry/api" : " ^1.0.1" ,
60
- "@types/mocha" : " 8.2.2 " ,
61
- "@types/node" : " 14.17.4 " ,
62
- "@types/webpack-env" : " 1.16.1 " ,
60
+ "@types/mocha" : " 8.2.3 " ,
61
+ "@types/node" : " 14.17.5 " ,
62
+ "@types/webpack-env" : " 1.16.2 " ,
63
63
"codecov" : " 3.8.2" ,
64
64
"istanbul-instrumenter-loader" : " 3.0.1" ,
65
65
"karma" : " 5.2.3" ,
Original file line number Diff line number Diff line change 41
41
},
42
42
"devDependencies" : {
43
43
"@opentelemetry/api" : " ^1.0.1" ,
44
- "@types/mocha" : " 8.2.2 " ,
45
- "@types/node" : " 14.17.4 " ,
46
- "@types/shimmer" : " 1.0.1 " ,
44
+ "@types/mocha" : " 8.2.3 " ,
45
+ "@types/node" : " 14.17.5 " ,
46
+ "@types/shimmer" : " 1.0.2 " ,
47
47
"codecov" : " 3.8.2" ,
48
48
"mocha" : " 7.2.0" ,
49
49
"nyc" : " 15.1.0" ,
Original file line number Diff line number Diff line change 47
47
"devDependencies" : {
48
48
"@babel/core" : " 7.14.6" ,
49
49
"@opentelemetry/api" : " ^1.0.1" ,
50
- "@types/mocha" : " 8.2.2 " ,
51
- "@types/node" : " 14.17.4 " ,
50
+ "@types/mocha" : " 8.2.3 " ,
51
+ "@types/node" : " 14.17.5 " ,
52
52
"@types/sinon" : " 10.0.2" ,
53
- "@types/webpack-env" : " 1.16.1 " ,
53
+ "@types/webpack-env" : " 1.16.2 " ,
54
54
"@types/zone.js" : " 0.5.12" ,
55
55
"babel-loader" : " 8.2.2" ,
56
56
"codecov" : " 3.8.2" ,
Original file line number Diff line number Diff line change 43
43
},
44
44
"devDependencies" : {
45
45
"@babel/core" : " 7.14.6" ,
46
- "@types/mocha" : " 8.2.2 " ,
47
- "@types/node" : " 14.17.4 " ,
46
+ "@types/mocha" : " 8.2.3 " ,
47
+ "@types/node" : " 14.17.5 " ,
48
48
"@types/sinon" : " 10.0.2" ,
49
- "@types/webpack-env" : " 1.16.1 " ,
49
+ "@types/webpack-env" : " 1.16.2 " ,
50
50
"babel-loader" : " 8.2.2" ,
51
51
"codecov" : " 3.8.2" ,
52
52
"karma" : " 5.2.3" ,
Original file line number Diff line number Diff line change 56
56
},
57
57
"devDependencies" : {
58
58
"@opentelemetry/api" : " ^1.0.1" ,
59
- "@types/mocha" : " 8.2.2 " ,
60
- "@types/node" : " 14.17.4 " ,
61
- "@types/semver" : " 7.3.6 " ,
59
+ "@types/mocha" : " 8.2.3 " ,
60
+ "@types/node" : " 14.17.5 " ,
61
+ "@types/semver" : " 7.3.7 " ,
62
62
"@types/sinon" : " 10.0.2" ,
63
- "@types/webpack-env" : " 1.16.1 " ,
63
+ "@types/webpack-env" : " 1.16.2 " ,
64
64
"codecov" : " 3.8.2" ,
65
65
"istanbul-instrumenter-loader" : " 3.0.1" ,
66
66
"karma" : " 5.2.3" ,
Original file line number Diff line number Diff line change 48
48
"@babel/core" : " 7.14.6" ,
49
49
"@opentelemetry/api" : " ^1.0.1" ,
50
50
"@opentelemetry/api-metrics" : " 0.23.0" ,
51
- "@types/mocha" : " 8.2.2 " ,
52
- "@types/node" : " 14.17.4 " ,
51
+ "@types/mocha" : " 8.2.3 " ,
52
+ "@types/node" : " 14.17.5 " ,
53
53
"@types/sinon" : " 10.0.2" ,
54
54
"codecov" : " 3.8.2" ,
55
55
"cpx" : " 1.5.0" ,
Original file line number Diff line number Diff line change 48
48
"@babel/core" : " 7.14.6" ,
49
49
"@opentelemetry/api" : " ^1.0.1" ,
50
50
"@opentelemetry/api-metrics" : " 0.23.0" ,
51
- "@types/mocha" : " 8.2.2 " ,
52
- "@types/node" : " 14.17.4 " ,
51
+ "@types/mocha" : " 8.2.3 " ,
52
+ "@types/node" : " 14.17.5 " ,
53
53
"@types/sinon" : " 10.0.2" ,
54
54
"codecov" : " 3.8.2" ,
55
55
"cpx" : " 1.5.0" ,
Original file line number Diff line number Diff line change 55
55
"devDependencies" : {
56
56
"@babel/core" : " 7.14.6" ,
57
57
"@opentelemetry/api" : " ^1.0.1" ,
58
- "@types/mocha" : " 8.2.2 " ,
59
- "@types/node" : " 14.17.4 " ,
58
+ "@types/mocha" : " 8.2.3 " ,
59
+ "@types/node" : " 14.17.5 " ,
60
60
"@types/sinon" : " 10.0.2" ,
61
- "@types/webpack-env" : " 1.16.1 " ,
61
+ "@types/webpack-env" : " 1.16.2 " ,
62
62
"babel-loader" : " 8.2.2" ,
63
63
"codecov" : " 3.8.2" ,
64
64
"cpx" : " 1.5.0" ,
Original file line number Diff line number Diff line change 42
42
"devDependencies" : {
43
43
"@opentelemetry/api" : " ^1.0.1" ,
44
44
"@opentelemetry/resources" : " 0.23.0" ,
45
- "@types/mocha" : " 8.2.2 " ,
46
- "@types/node" : " 14.17.4 " ,
45
+ "@types/mocha" : " 8.2.3 " ,
46
+ "@types/node" : " 14.17.5 " ,
47
47
"@types/sinon" : " 10.0.2" ,
48
48
"codecov" : " 3.8.2" ,
49
49
"mocha" : " 7.2.0" ,
Original file line number Diff line number Diff line change 40
40
},
41
41
"devDependencies" : {
42
42
"@opentelemetry/api" : " ^1.0.1" ,
43
- "@types/mocha" : " 8.2.2 " ,
44
- "@types/node" : " 14.17.4 " ,
43
+ "@types/mocha" : " 8.2.3 " ,
44
+ "@types/node" : " 14.17.5 " ,
45
45
"@types/sinon" : " 10.0.2" ,
46
46
"codecov" : " 3.8.2" ,
47
47
"mocha" : " 7.2.0" ,
Original file line number Diff line number Diff line change 53
53
"devDependencies" : {
54
54
"@babel/core" : " 7.14.6" ,
55
55
"@opentelemetry/api" : " ^1.0.1" ,
56
- "@types/mocha" : " 8.2.2 " ,
57
- "@types/node" : " 14.17.4 " ,
56
+ "@types/mocha" : " 8.2.3 " ,
57
+ "@types/node" : " 14.17.5 " ,
58
58
"@types/sinon" : " 10.0.2" ,
59
- "@types/webpack-env" : " 1.16.1 " ,
59
+ "@types/webpack-env" : " 1.16.2 " ,
60
60
"babel-loader" : " 8.2.2" ,
61
61
"codecov" : " 3.8.2" ,
62
62
"istanbul-instrumenter-loader" : " 3.0.1" ,
Original file line number Diff line number Diff line change 51
51
"@opentelemetry/context-zone" : " 0.23.0" ,
52
52
"@opentelemetry/propagator-b3" : " 0.23.0" ,
53
53
"@opentelemetry/tracing" : " 0.23.0" ,
54
- "@types/mocha" : " 8.2.2 " ,
55
- "@types/node" : " 14.17.4 " ,
56
- "@types/shimmer" : " 1.0.1 " ,
54
+ "@types/mocha" : " 8.2.3 " ,
55
+ "@types/node" : " 14.17.5 " ,
56
+ "@types/shimmer" : " 1.0.2 " ,
57
57
"@types/sinon" : " 10.0.2" ,
58
- "@types/webpack-env" : " 1.16.1 " ,
58
+ "@types/webpack-env" : " 1.16.2 " ,
59
59
"babel-loader" : " 8.2.2" ,
60
60
"codecov" : " 3.8.2" ,
61
61
"istanbul-instrumenter-loader" : " 3.0.1" ,
Original file line number Diff line number Diff line change 41
41
"access" : " public"
42
42
},
43
43
"devDependencies" : {
44
- "@grpc/grpc-js" : " 1.3.4 " ,
44
+ "@grpc/grpc-js" : " 1.3.5 " ,
45
45
"@grpc/proto-loader" : " 0.6.4" ,
46
46
"@opentelemetry/api" : " ^1.0.1" ,
47
47
"@opentelemetry/context-async-hooks" : " 0.23.0" ,
48
48
"@opentelemetry/core" : " 0.23.0" ,
49
49
"@opentelemetry/node" : " 0.23.0" ,
50
50
"@opentelemetry/tracing" : " 0.23.0" ,
51
- "@types/mocha" : " 8.2.2 " ,
52
- "@types/node" : " 14.17.4 " ,
53
- "@types/semver" : " 7.3.6 " ,
54
- "@types/shimmer" : " 1.0.1 " ,
51
+ "@types/mocha" : " 8.2.3 " ,
52
+ "@types/node" : " 14.17.5 " ,
53
+ "@types/semver" : " 7.3.7 " ,
54
+ "@types/shimmer" : " 1.0.2 " ,
55
55
"@types/sinon" : " 10.0.2" ,
56
56
"codecov" : " 3.8.2" ,
57
57
"grpc" : " 1.24.10" ,
Original file line number Diff line number Diff line change 45
45
"@opentelemetry/context-async-hooks" : " 0.23.0" ,
46
46
"@opentelemetry/node" : " 0.23.0" ,
47
47
"@opentelemetry/tracing" : " 0.23.0" ,
48
- "@types/got" : " 9.6.11 " ,
49
- "@types/mocha" : " 8.2.2 " ,
50
- "@types/node" : " 14.17.4 " ,
51
- "@types/request-promise-native" : " 1.0.17 " ,
52
- "@types/semver" : " 7.3.6 " ,
48
+ "@types/got" : " 9.6.12 " ,
49
+ "@types/mocha" : " 8.2.3 " ,
50
+ "@types/node" : " 14.17.5 " ,
51
+ "@types/request-promise-native" : " 1.0.18 " ,
52
+ "@types/semver" : " 7.3.7 " ,
53
53
"@types/sinon" : " 10.0.2" ,
54
- "@types/superagent" : " 4.1.11 " ,
54
+ "@types/superagent" : " 4.1.12 " ,
55
55
"axios" : " 0.21.1" ,
56
56
"codecov" : " 3.8.2" ,
57
57
"got" : " 9.6.0" ,
Original file line number Diff line number Diff line change 51
51
"@opentelemetry/context-zone" : " 0.23.0" ,
52
52
"@opentelemetry/propagator-b3" : " 0.23.0" ,
53
53
"@opentelemetry/tracing" : " 0.23.0" ,
54
- "@types/mocha" : " 8.2.2 " ,
55
- "@types/node" : " 14.17.4 " ,
54
+ "@types/mocha" : " 8.2.3 " ,
55
+ "@types/node" : " 14.17.5 " ,
56
56
"@types/sinon" : " 10.0.2" ,
57
- "@types/webpack-env" : " 1.16.1 " ,
57
+ "@types/webpack-env" : " 1.16.2 " ,
58
58
"babel-loader" : " 8.2.2" ,
59
59
"codecov" : " 3.8.2" ,
60
60
"istanbul-instrumenter-loader" : " 3.0.1" ,
Original file line number Diff line number Diff line change 70
70
"devDependencies" : {
71
71
"@babel/core" : " 7.14.6" ,
72
72
"@opentelemetry/api" : " ^1.0.1" ,
73
- "@types/mocha" : " 8.2.2 " ,
74
- "@types/node" : " 14.17.4 " ,
75
- "@types/semver" : " 7.3.6 " ,
76
- "@types/shimmer" : " 1.0.1 " ,
73
+ "@types/mocha" : " 8.2.3 " ,
74
+ "@types/node" : " 14.17.5 " ,
75
+ "@types/semver" : " 7.3.7 " ,
76
+ "@types/shimmer" : " 1.0.2 " ,
77
77
"@types/sinon" : " 10.0.2" ,
78
- "@types/webpack-env" : " 1.16.1 " ,
78
+ "@types/webpack-env" : " 1.16.2 " ,
79
79
"babel-loader" : " 8.2.2" ,
80
80
"codecov" : " 3.8.2" ,
81
81
"cpx" : " 1.5.0" ,
Original file line number Diff line number Diff line change 46
46
"devDependencies" : {
47
47
"@opentelemetry/api" : " ^1.0.1" ,
48
48
"@types/lodash.merge" : " 4.6.6" ,
49
- "@types/mocha" : " 8.2.2 " ,
50
- "@types/node" : " 14.17.4 " ,
49
+ "@types/mocha" : " 8.2.3 " ,
50
+ "@types/node" : " 14.17.5 " ,
51
51
"@types/sinon" : " 10.0.2" ,
52
52
"codecov" : " 3.8.2" ,
53
53
"mocha" : " 7.2.0" ,
Original file line number Diff line number Diff line change 44
44
"@opentelemetry/api" : " ^1.0.1" ,
45
45
"@opentelemetry/resources" : " 0.23.0" ,
46
46
"@opentelemetry/semantic-conventions" : " 0.23.0" ,
47
- "@types/mocha" : " 8.2.2 " ,
48
- "@types/node" : " 14.17.4 " ,
49
- "@types/semver" : " 7.3.6 " ,
50
- "@types/shimmer" : " 1.0.1 " ,
47
+ "@types/mocha" : " 8.2.3 " ,
48
+ "@types/node" : " 14.17.5 " ,
49
+ "@types/semver" : " 7.3.7 " ,
50
+ "@types/shimmer" : " 1.0.2 " ,
51
51
"@types/sinon" : " 10.0.2" ,
52
52
"codecov" : " 3.8.2" ,
53
53
"mocha" : " 7.2.0" ,
Original file line number Diff line number Diff line change 50
50
},
51
51
"devDependencies" : {
52
52
"@opentelemetry/api" : " ^1.0.1" ,
53
- "@types/mocha" : " 8.2.2 " ,
54
- "@types/node" : " 14.17.4 " ,
53
+ "@types/mocha" : " 8.2.3 " ,
54
+ "@types/node" : " 14.17.5 " ,
55
55
"codecov" : " 3.8.2" ,
56
56
"istanbul-instrumenter-loader" : " 3.0.1" ,
57
57
"mocha" : " 7.2.0" ,
Original file line number Diff line number Diff line change 48
48
},
49
49
"devDependencies" : {
50
50
"@opentelemetry/api" : " ^1.0.1" ,
51
- "@types/mocha" : " 8.2.2 " ,
52
- "@types/node" : " 14.17.4 " ,
51
+ "@types/mocha" : " 8.2.3 " ,
52
+ "@types/node" : " 14.17.5 " ,
53
53
"@types/sinon" : " 10.0.2" ,
54
- "@types/webpack-env" : " 1.16.1 " ,
54
+ "@types/webpack-env" : " 1.16.2 " ,
55
55
"codecov" : " 3.8.2" ,
56
56
"istanbul-instrumenter-loader" : " 3.0.1" ,
57
57
"karma" : " 5.2.3" ,
Original file line number Diff line number Diff line change 40
40
},
41
41
"devDependencies" : {
42
42
"@opentelemetry/api" : " ^1.0.1" ,
43
- "@types/mocha" : " 8.2.2 " ,
44
- "@types/node" : " 14.17.4 " ,
43
+ "@types/mocha" : " 8.2.3 " ,
44
+ "@types/node" : " 14.17.5 " ,
45
45
"@types/sinon" : " 10.0.2" ,
46
46
"codecov" : " 3.8.2" ,
47
47
"mocha" : " 7.2.0" ,
Original file line number Diff line number Diff line change 41
41
"devDependencies" : {
42
42
"@opentelemetry/api" : " ^1.0.1" ,
43
43
"@opentelemetry/core" : " 0.23.0" ,
44
- "@types/mocha" : " 8.2.2 " ,
45
- "@types/node" : " 14.17.4 " ,
46
- "@types/semver" : " 7.3.6 " ,
44
+ "@types/mocha" : " 8.2.3 " ,
45
+ "@types/node" : " 14.17.5 " ,
46
+ "@types/semver" : " 7.3.7 " ,
47
47
"codecov" : " 3.8.2" ,
48
48
"mocha" : " 7.2.0" ,
49
49
"nock" : " 12.0.3" ,
Original file line number Diff line number Diff line change 49
49
},
50
50
"devDependencies" : {
51
51
"@opentelemetry/api" : " ^1.0.1" ,
52
- "@types/mocha" : " 8.2.2 " ,
53
- "@types/node" : " 14.17.4 " ,
52
+ "@types/mocha" : " 8.2.3 " ,
53
+ "@types/node" : " 14.17.5 " ,
54
54
"@types/sinon" : " 10.0.2" ,
55
55
"codecov" : " 3.8.2" ,
56
56
"mocha" : " 7.2.0" ,
Original file line number Diff line number Diff line change 56
56
"devDependencies" : {
57
57
"@opentelemetry/api" : " ^1.0.1" ,
58
58
"@opentelemetry/context-async-hooks" : " 0.23.0" ,
59
- "@types/mocha" : " 8.2.2 " ,
60
- "@types/node" : " 14.17.4 " ,
61
- "@types/semver" : " 7.3.6 " ,
59
+ "@types/mocha" : " 8.2.3 " ,
60
+ "@types/node" : " 14.17.5 " ,
61
+ "@types/semver" : " 7.3.7 " ,
62
62
"@types/sinon" : " 10.0.2" ,
63
63
"codecov" : " 3.8.2" ,
64
64
"gcp-metadata" : " ^4.1.4" ,
Original file line number Diff line number Diff line change 43
43
"access" : " public"
44
44
},
45
45
"devDependencies" : {
46
- "@types/mocha" : " 8.2.2 " ,
47
- "@types/node" : " 14.17.4 " ,
46
+ "@types/mocha" : " 8.2.3 " ,
47
+ "@types/node" : " 14.17.5 " ,
48
48
"@types/sinon" : " 10.0.2" ,
49
49
"codecov" : " 3.8.2" ,
50
50
"mocha" : " 7.2.0" ,
Original file line number Diff line number Diff line change 42
42
"@opentelemetry/propagator-b3" : " 0.23.0" ,
43
43
"@opentelemetry/propagator-jaeger" : " 0.23.0" ,
44
44
"@opentelemetry/tracing" : " 0.23.0" ,
45
- "@types/mocha" : " 8.2.2 " ,
46
- "@types/node" : " 14.17.4 " ,
45
+ "@types/mocha" : " 8.2.3 " ,
46
+ "@types/node" : " 14.17.5 " ,
47
47
"codecov" : " 3.8.2" ,
48
48
"mocha" : " 7.2.0" ,
49
49
"nyc" : " 15.1.0" ,
Original file line number Diff line number Diff line change 55
55
"devDependencies" : {
56
56
"@opentelemetry/api" : " ^1.0.1" ,
57
57
"@types/lodash.merge" : " 4.6.6" ,
58
- "@types/mocha" : " 8.2.2 " ,
59
- "@types/node" : " 14.17.4 " ,
58
+ "@types/mocha" : " 8.2.3 " ,
59
+ "@types/node" : " 14.17.5 " ,
60
60
"@types/sinon" : " 10.0.2" ,
61
- "@types/webpack-env" : " 1.16.1 " ,
61
+ "@types/webpack-env" : " 1.16.2 " ,
62
62
"codecov" : " 3.8.2" ,
63
63
"istanbul-instrumenter-loader" : " 3.0.1" ,
64
64
"karma" : " 5.2.3" ,
Original file line number Diff line number Diff line change 50
50
"@opentelemetry/context-zone" : " 0.23.0" ,
51
51
"@opentelemetry/propagator-b3" : " 0.23.0" ,
52
52
"@opentelemetry/resources" : " 0.23.0" ,
53
- "@types/jquery" : " 3.5.5 " ,
54
- "@types/mocha" : " 8.2.2 " ,
55
- "@types/node" : " 14.17.4 " ,
53
+ "@types/jquery" : " 3.5.6 " ,
54
+ "@types/mocha" : " 8.2.3 " ,
55
+ "@types/node" : " 14.17.5 " ,
56
56
"@types/sinon" : " 10.0.2" ,
57
- "@types/webpack-env" : " 1.16.1 " ,
57
+ "@types/webpack-env" : " 1.16.2 " ,
58
58
"babel-loader" : " 8.2.2" ,
59
59
"codecov" : " 3.8.2" ,
60
60
"istanbul-instrumenter-loader" : " 3.0.1" ,
Original file line number Diff line number Diff line change 65
65
" build/esm/**/*.d.ts"
66
66
],
67
67
"devDependencies" : {
68
- "@types/node" : " 14.17.4 " ,
68
+ "@types/node" : " 14.17.5 " ,
69
69
"typescript" : " 4.3.5"
70
70
},
71
71
"Add these to devDependencies for testing" : {
You can’t perform that action at this time.
0 commit comments