File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ Below is the currently supported list of dependency calls that are automatically
72
72
| [ HTTP] ( https://nodejs.org/api/http.html ) , [ HTTPS] ( https://nodejs.org/api/https.html ) | 0.10+ |
73
73
| <b >Storage clients</b > | |
74
74
| [ Redis] ( https://www.npmjs.com/package/redis ) | 2.x |
75
- | [ MongoDb] ( https://www.npmjs.com/package/mongodb ) ; [ MongoDb Core] ( https://www.npmjs.com/package/mongodb-core ) | 2.0.0 - 2.3.0 |
76
- | [ MySQL] ( https://www.npmjs.com/package/mysql ) | 2.0.0 - 2.14 .x |
77
- | [ PostgreSql] ( https://www.npmjs.com/package/pg ) ; | 6.x |
78
- | [ pg-pool] ( https://www.npmjs.com/package/pg-pool ) | 1.x |
75
+ | [ MongoDb] ( https://www.npmjs.com/package/mongodb ) ; [ MongoDb Core] ( https://www.npmjs.com/package/mongodb-core ) | 2.x - 3.x |
76
+ | [ MySQL] ( https://www.npmjs.com/package/mysql ) | 2.0.0 - 2.16 .x |
77
+ | [ PostgreSql] ( https://www.npmjs.com/package/pg ) ; | 6.x - 7.x |
78
+ | [ pg-pool] ( https://www.npmjs.com/package/pg-pool ) | 1.x - 2.x |
79
79
| <b >Logging libraries</b > | |
80
80
| [ console] ( https://nodejs.org/api/console.html ) | 0.10+ |
81
81
| [ Bunyan] ( https://www.npmjs.com/package/bunyan ) | 1.x |
82
- | [ Winston] ( https://www.npmjs.com/package/winston ) | 2.x |
82
+ | [ Winston] ( https://www.npmjs.com/package/winston ) | 2.x - 3.x |
83
83
84
84
## JavaScript
85
85
You can’t perform that action at this time.
0 commit comments