This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +16
-14
lines changed
Expand file tree Collapse file tree 6 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44
55## Unreleased
6+
7+ ## 0.1.0 - 2021-07-27
68- chore(stackdriver): upgrade google-auth-library, drop node8 (#887 )
79- chore: upgrade gRPC, ts to newest compatible version (#907 )
810 BREAKING CHANGE: upgrade to TypeScript 3.x
Original file line number Diff line number Diff line change 2121 "fix" : " semistandard --fix"
2222 },
2323 "dependencies" : {
24- "@opencensus/exporter-zipkin" : " ^0.0.20 " ,
25- "@opencensus/nodejs" : " ^0.0.20 " ,
26- "@opencensus/propagation-b3" : " ^0.0.20 " ,
24+ "@opencensus/exporter-zipkin" : " ^0.1.0 " ,
25+ "@opencensus/nodejs" : " ^0.1.0 " ,
26+ "@opencensus/propagation-b3" : " ^0.1.0 " ,
2727 "cookie-parser" : " ^1.4.4" ,
2828 "express" : " ^4.17.0" ,
2929 "http" : " *" ,
Original file line number Diff line number Diff line change 2121 },
2222 "dependencies" : {
2323 "@grpc/proto-loader" : " ^0.4.0" ,
24- "@opencensus/exporter-stackdriver" : " ^0.0.20 " ,
25- "@opencensus/instrumentation-grpc" : " ^0.0.20 " ,
26- "@opencensus/nodejs" : " ^0.0.20 " ,
24+ "@opencensus/exporter-stackdriver" : " ^0.1.0 " ,
25+ "@opencensus/instrumentation-grpc" : " ^0.1.0 " ,
26+ "@opencensus/nodejs" : " ^0.1.0 " ,
2727 "grpc" : " ^1.24.10"
2828 },
2929 "devDependencies" : {
Original file line number Diff line number Diff line change 2020 "fix" : " semistandard --fix"
2121 },
2222 "dependencies" : {
23- "@opencensus/exporter-zipkin" : " ^0.0.20 " ,
24- "@opencensus/nodejs" : " ^0.0.20 " ,
25- "@opencensus/propagation-tracecontext" : " ^0.0.20 " ,
23+ "@opencensus/exporter-zipkin" : " ^0.1.0 " ,
24+ "@opencensus/nodejs" : " ^0.1.0 " ,
25+ "@opencensus/propagation-tracecontext" : " ^0.1.0 " ,
2626 "http" : " *"
2727 },
2828 "devDependencies" : {
Original file line number Diff line number Diff line change 2626 "semistandard" : " ^13.0.1"
2727 },
2828 "dependencies" : {
29- "@opencensus/core" : " ^0.0.20 " ,
30- "@opencensus/exporter-prometheus" : " ^0.0.20 " ,
31- "@opencensus/exporter-stackdriver" : " ^0.0.20 "
29+ "@opencensus/core" : " ^0.1.0 " ,
30+ "@opencensus/exporter-prometheus" : " ^0.1.0 " ,
31+ "@opencensus/exporter-stackdriver" : " ^0.1.0 "
3232 }
3333}
Original file line number Diff line number Diff line change 1414 "lint" : " npm run lint"
1515 },
1616 "dependencies" : {
17- "@opencensus/core" : " ^0.0.20 " ,
18- "@opencensus/exporter-stackdriver" : " ^0.0.20 " ,
17+ "@opencensus/core" : " ^0.1.0 " ,
18+ "@opencensus/exporter-stackdriver" : " ^0.1.0 " ,
1919 "express" : " ^4.16.3"
2020 }
2121}
You can’t perform that action at this time.
0 commit comments