File tree 25 files changed +38
-33
lines changed
opentelemetry-context-async-hooks
opentelemetry-context-base
opentelemetry-context-zone
opentelemetry-context-zone-peer-dep
opentelemetry-exporter-collector
opentelemetry-exporter-jaeger
opentelemetry-exporter-prometheus
opentelemetry-exporter-zipkin
opentelemetry-plugin-grpc
opentelemetry-plugin-http
opentelemetry-plugin-https
opentelemetry-plugin-xml-http-request
opentelemetry-shim-opentracing
25 files changed +38
-33
lines changed Original file line number Diff line number Diff line change 55
55
},
56
56
"devDependencies" : {
57
57
"@types/mocha" : " ^7.0.0" ,
58
- "@types/node" : " 12.12.35 " ,
59
- "@types/webpack-env" : " 1.13.9 " ,
58
+ "@types/node" : " ^14.0.5 " ,
59
+ "@types/webpack-env" : " 1.15.2 " ,
60
60
"codecov" : " ^3.6.1" ,
61
61
"gts" : " ^2.0.0" ,
62
62
"istanbul-instrumenter-loader" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 42
42
},
43
43
"devDependencies" : {
44
44
"@types/mocha" : " ^7.0.0" ,
45
- "@types/node" : " 12.12.35 " ,
45
+ "@types/node" : " ^14.0.5 " ,
46
46
"@types/shimmer" : " ^1.0.1" ,
47
47
"codecov" : " ^3.6.1" ,
48
48
"gts" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 44
44
},
45
45
"devDependencies" : {
46
46
"@types/mocha" : " ^7.0.0" ,
47
- "@types/node" : " 12.12.35 " ,
47
+ "@types/node" : " ^14.0.5 " ,
48
48
"codecov" : " ^3.6.1" ,
49
49
"gts" : " ^2.0.0" ,
50
50
"mocha" : " ^7.1.2" ,
Original file line number Diff line number Diff line change 43
43
"devDependencies" : {
44
44
"@babel/core" : " ^7.6.0" ,
45
45
"@types/mocha" : " ^7.0.0" ,
46
- "@types/node" : " 12.12.35 " ,
46
+ "@types/node" : " ^14.0.5 " ,
47
47
"@types/sinon" : " ^7.0.13" ,
48
- "@types/webpack-env" : " 1.13.9 " ,
48
+ "@types/webpack-env" : " 1.15.2 " ,
49
49
"@types/zone.js" : " ^0.5.12" ,
50
50
"babel-loader" : " ^8.0.6" ,
51
51
"codecov" : " ^3.6.1" ,
Original file line number Diff line number Diff line change 2
2
"extends" : " ../tsconfig.base" ,
3
3
"compilerOptions" : {
4
4
"rootDir" : " ." ,
5
- "outDir" : " build"
5
+ "outDir" : " build" ,
6
+ "skipLibCheck" : true
6
7
},
7
8
"files" : [ " node_modules/zone.js/dist/zone.js.d.ts" ],
8
9
"include" : [
Original file line number Diff line number Diff line change 40
40
"devDependencies" : {
41
41
"@babel/core" : " ^7.6.0" ,
42
42
"@types/mocha" : " ^7.0.0" ,
43
- "@types/node" : " 12.12.35 " ,
43
+ "@types/node" : " ^14.0.5 " ,
44
44
"@types/sinon" : " ^7.0.13" ,
45
- "@types/webpack-env" : " 1.13.9 " ,
45
+ "@types/webpack-env" : " 1.15.2 " ,
46
46
"babel-loader" : " ^8.0.6" ,
47
47
"codecov" : " ^3.6.1" ,
48
48
"gts" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 2
2
"extends" : " ../tsconfig.base" ,
3
3
"compilerOptions" : {
4
4
"rootDir" : " ." ,
5
- "outDir" : " build"
5
+ "outDir" : " build" ,
6
+ "skipLibCheck" : true
6
7
},
7
8
"files" : [ " node_modules/zone.js/dist/zone.js.d.ts" ],
8
9
"include" : [
Original file line number Diff line number Diff line change 52
52
},
53
53
"devDependencies" : {
54
54
"@types/mocha" : " ^7.0.0" ,
55
- "@types/node" : " 12.12.35 " ,
55
+ "@types/node" : " ^14.0.5 " ,
56
56
"@types/semver" : " ^6.2.0" ,
57
57
"@types/sinon" : " ^7.0.13" ,
58
- "@types/webpack-env" : " 1.13.9 " ,
58
+ "@types/webpack-env" : " 1.15.2 " ,
59
59
"codecov" : " ^3.6.1" ,
60
60
"gts" : " ^2.0.0" ,
61
61
"istanbul-instrumenter-loader" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 55
55
"devDependencies" : {
56
56
"@babel/core" : " ^7.6.0" ,
57
57
"@types/mocha" : " ^7.0.0" ,
58
- "@types/node" : " 12.12.35 " ,
58
+ "@types/node" : " ^14.0.5 " ,
59
59
"@types/sinon" : " ^7.0.13" ,
60
- "@types/webpack-env" : " 1.13.9 " ,
60
+ "@types/webpack-env" : " 1.15.2 " ,
61
61
"babel-loader" : " ^8.0.6" ,
62
62
"codecov" : " ^3.1.0" ,
63
63
"cpx" : " ^1.5.0" ,
Original file line number Diff line number Diff line change 43
43
"devDependencies" : {
44
44
"@opentelemetry/resources" : " ^0.8.2" ,
45
45
"@types/mocha" : " ^7.0.0" ,
46
- "@types/node" : " 12.12.35 " ,
46
+ "@types/node" : " ^14.0.5 " ,
47
47
"codecov" : " ^3.6.1" ,
48
48
"gts" : " ^2.0.0" ,
49
49
"mocha" : " ^7.1.2" ,
Original file line number Diff line number Diff line change 41
41
},
42
42
"devDependencies" : {
43
43
"@types/mocha" : " ^7.0.0" ,
44
- "@types/node" : " 12.12.35 " ,
44
+ "@types/node" : " ^14.0.5 " ,
45
45
"codecov" : " ^3.6.1" ,
46
46
"gts" : " ^2.0.0" ,
47
47
"mocha" : " ^7.1.2" ,
Original file line number Diff line number Diff line change 40
40
},
41
41
"devDependencies" : {
42
42
"@types/mocha" : " ^7.0.0" ,
43
- "@types/node" : " 12.12.35 " ,
43
+ "@types/node" : " ^14.0.5 " ,
44
44
"codecov" : " ^3.6.1" ,
45
45
"gts" : " ^2.0.0" ,
46
46
"mocha" : " ^7.1.2" ,
Original file line number Diff line number Diff line change 42
42
},
43
43
"devDependencies" : {
44
44
"@types/mocha" : " ^7.0.0" ,
45
- "@types/node" : " 12.12.35 " ,
45
+ "@types/node" : " ^14.0.5 " ,
46
46
"@types/sinon" : " ^7.0.13" ,
47
47
"codecov" : " ^3.6.1" ,
48
48
"gts" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 44
44
"@opentelemetry/context-base" : " ^0.8.2" ,
45
45
"@opentelemetry/resources" : " ^0.8.2" ,
46
46
"@types/mocha" : " ^7.0.0" ,
47
- "@types/node" : " 12.12.35 " ,
47
+ "@types/node" : " ^14.0.5 " ,
48
48
"@types/semver" : " ^6.0.1" ,
49
49
"@types/shimmer" : " ^1.0.1" ,
50
50
"codecov" : " ^3.6.1" ,
Original file line number Diff line number Diff line change 46
46
"@opentelemetry/node" : " ^0.8.2" ,
47
47
"@opentelemetry/tracing" : " ^0.8.2" ,
48
48
"@types/mocha" : " ^7.0.0" ,
49
- "@types/node" : " 12.12.35 " ,
49
+ "@types/node" : " ^14.0.5 " ,
50
50
"@types/semver" : " ^7.1.0" ,
51
51
"@types/shimmer" : " ^1.0.1" ,
52
52
"@types/sinon" : " ^7.0.13" ,
Original file line number Diff line number Diff line change 47
47
"@opentelemetry/tracing" : " ^0.8.2" ,
48
48
"@types/got" : " ^9.6.7" ,
49
49
"@types/mocha" : " ^7.0.0" ,
50
- "@types/node" : " 12.12.35 " ,
50
+ "@types/node" : " ^14.0.5 " ,
51
51
"@types/request-promise-native" : " ^1.0.17" ,
52
52
"@types/semver" : " ^6.0.2" ,
53
53
"@types/shimmer" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 47
47
"@opentelemetry/tracing" : " ^0.8.2" ,
48
48
"@types/got" : " ^9.6.7" ,
49
49
"@types/mocha" : " ^7.0.0" ,
50
- "@types/node" : " 12.12.35 " ,
50
+ "@types/node" : " ^14.0.5 " ,
51
51
"@types/request-promise-native" : " ^1.0.17" ,
52
52
"@types/semver" : " ^6.0.2" ,
53
53
"@types/shimmer" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 47
47
"@opentelemetry/context-zone" : " ^0.8.2" ,
48
48
"@opentelemetry/tracing" : " ^0.8.2" ,
49
49
"@types/mocha" : " ^7.0.0" ,
50
- "@types/node" : " 12.12.35 " ,
50
+ "@types/node" : " ^14.0.5 " ,
51
51
"@types/shimmer" : " ^1.0.1" ,
52
52
"@types/sinon" : " ^7.0.13" ,
53
- "@types/webpack-env" : " 1.13.9 " ,
53
+ "@types/webpack-env" : " 1.15.2 " ,
54
54
"babel-loader" : " ^8.0.6" ,
55
55
"codecov" : " ^3.1.0" ,
56
56
"gts" : " ^2.0.0" ,
Original file line number Diff line number Diff line change @@ -256,7 +256,8 @@ export class XMLHttpRequestPlugin extends BasePlugin<XMLHttpRequest> {
256
256
// then OBSERVER_WAIT_TIME_MS and observer didn't collect enough
257
257
// information
258
258
resources = otperformance . getEntriesByType (
259
- 'resource'
259
+ // ts thinks this is the perf_hooks module, but it is the browser performance api
260
+ 'resource' as any
260
261
) as PerformanceResourceTiming [ ] ;
261
262
}
262
263
Original file line number Diff line number Diff line change 2
2
"extends" : " ../tsconfig.base" ,
3
3
"compilerOptions" : {
4
4
"rootDir" : " ." ,
5
- "outDir" : " build"
5
+ "outDir" : " build" ,
6
+ "skipLibCheck" : true
6
7
},
7
8
"include" : [
8
9
" src/**/*.ts" ,
Original file line number Diff line number Diff line change 45
45
},
46
46
"devDependencies" : {
47
47
"@types/mocha" : " ^7.0.0" ,
48
- "@types/node" : " 12.12.35 " ,
48
+ "@types/node" : " ^14.0.5 " ,
49
49
"@types/sinon" : " ^7.0.13" ,
50
50
"codecov" : " ^3.6.1" ,
51
51
"gts" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 41
41
"devDependencies" : {
42
42
"@opentelemetry/tracing" : " ^0.8.2" ,
43
43
"@types/mocha" : " ^7.0.0" ,
44
- "@types/node" : " 12.12.35 " ,
44
+ "@types/node" : " ^14.0.5 " ,
45
45
"codecov" : " ^3.6.1" ,
46
46
"gts" : " ^2.0.0" ,
47
47
"mocha" : " ^7.1.2" ,
Original file line number Diff line number Diff line change 50
50
},
51
51
"devDependencies" : {
52
52
"@types/mocha" : " ^7.0.0" ,
53
- "@types/node" : " 12.12.35 " ,
53
+ "@types/node" : " ^14.0.5 " ,
54
54
"@types/sinon" : " ^7.0.13" ,
55
- "@types/webpack-env" : " 1.13.9 " ,
55
+ "@types/webpack-env" : " 1.15.2 " ,
56
56
"codecov" : " ^3.6.1" ,
57
57
"gts" : " ^2.0.0" ,
58
58
"istanbul-instrumenter-loader" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 47
47
"@opentelemetry/resources" : " ^0.8.2" ,
48
48
"@types/jquery" : " ^3.3.31" ,
49
49
"@types/mocha" : " ^7.0.0" ,
50
- "@types/node" : " 12.12.35 " ,
50
+ "@types/node" : " ^14.0.5 " ,
51
51
"@types/sinon" : " ^7.0.13" ,
52
- "@types/webpack-env" : " 1.13.9 " ,
52
+ "@types/webpack-env" : " 1.15.2 " ,
53
53
"babel-loader" : " ^8.0.6" ,
54
54
"codecov" : " ^3.6.1" ,
55
55
"gts" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 2
2
"extends" : " ../tsconfig.base" ,
3
3
"compilerOptions" : {
4
4
"rootDir" : " ." ,
5
- "outDir" : " build"
5
+ "outDir" : " build" ,
6
+ "skipLibCheck" : true
6
7
},
7
8
"include" : [
8
9
" src/**/*.ts" ,
You can’t perform that action at this time.
0 commit comments