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 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/gcp-metadata?activeTab=versions
6
6
7
+ ## [ 5.0.1] ( https://github.com/googleapis/gcp-metadata/compare/v5.0.0...v5.0.1 ) (2022-09-09)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * Remove pip install statements ([ #1546 ] ( https://github.com/googleapis/gcp-metadata/issues/1546 ) ) ([ #529 ] ( https://github.com/googleapis/gcp-metadata/issues/529 ) ) ([ 064c64c] ( https://github.com/googleapis/gcp-metadata/commit/064c64cec160ffe645e6946a5125960e3e269d7f ) )
13
+
7
14
## [ 5.0.0] ( https://github.com/googleapis/gcp-metadata/compare/v4.3.1...v5.0.0 ) (2022-04-22)
8
15
9
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gcp-metadata" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " Get the metadata from a Google Cloud Platform environment" ,
5
5
"repository" : " googleapis/gcp-metadata" ,
6
6
"main" : " ./build/src/index.js" ,
Original file line number Diff line number Diff line change 14
14
"test" : " mocha"
15
15
},
16
16
"dependencies" : {
17
- "gcp-metadata" : " ^5.0.0 "
17
+ "gcp-metadata" : " ^5.0.1 "
18
18
},
19
19
"devDependencies" : {
20
20
"chai" : " ^4.2.0" ,
You can’t perform that action at this time.
0 commit comments