This repository was archived by the owner on Apr 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Node.js Agent for Google Cloud Debug ChangeLog
2
2
3
+ ## [ 7.1.0] ( https://github.com/googleapis/cloud-debug-nodejs/compare/v7.0.0...v7.1.0 ) (2022-07-26)
4
+
5
+
6
+ ### Features
7
+
8
+ * improve debuggee ids ([ #1097 ] ( https://github.com/googleapis/cloud-debug-nodejs/issues/1097 ) ) ([ 267a4bd] ( https://github.com/googleapis/cloud-debug-nodejs/commit/267a4bd48ea6e575b710c53f937883b6feca169a ) )
9
+
3
10
## [ 7.0.0] ( https://github.com/googleapis/cloud-debug-nodejs/compare/v6.0.1...v7.0.0 ) (2022-06-25)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/debug-agent" ,
3
- "version" : " 7.0 .0" ,
3
+ "version" : " 7.1 .0" ,
4
4
"author" : " Google Inc." ,
5
5
"description" : " Stackdriver Debug Agent for Node.js" ,
6
6
"main" : " ./build/src/index" ,
Original file line number Diff line number Diff line change 17
17
"test" : " mocha"
18
18
},
19
19
"dependencies" : {
20
- "@google-cloud/debug-agent" : " ^7.0 .0" ,
20
+ "@google-cloud/debug-agent" : " ^7.1 .0" ,
21
21
"express" : " 4.18.1"
22
22
},
23
23
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments