gcp-metadata
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -15,3 +15,3 @@ /** | ||
export declare const HEADERS: Readonly<{ | ||
"Metadata-Flavor": string; | ||
"Metadata-Flavor": "Google"; | ||
}>; | ||
@@ -18,0 +18,0 @@ export interface Options { |
@@ -7,2 +7,9 @@ # Changelog | ||
## [5.0.1](https://github.com/googleapis/gcp-metadata/compare/v5.0.0...v5.0.1) (2022-09-09) | ||
### Bug Fixes | ||
* 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)) | ||
## [5.0.0](https://github.com/googleapis/gcp-metadata/compare/v4.3.1...v5.0.0) (2022-04-22) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "gcp-metadata", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Get the metadata from a Google Cloud Platform environment", | ||
@@ -45,5 +45,5 @@ "repository": "googleapis/gcp-metadata", | ||
"@compodoc/compodoc": "^1.1.10", | ||
"@google-cloud/functions": "^1.1.4", | ||
"@google-cloud/functions": "^2.0.0", | ||
"@types/json-bigint": "^1.0.0", | ||
"@types/mocha": "^8.0.0", | ||
"@types/mocha": "^9.0.0", | ||
"@types/ncp": "^2.0.1", | ||
@@ -58,3 +58,3 @@ "@types/node": "^17.0.25", | ||
"gts": "^3.1.0", | ||
"linkinator": "^2.0.0", | ||
"linkinator": "^4.0.0", | ||
"mocha": "^8.0.0", | ||
@@ -65,3 +65,3 @@ "ncp": "^2.0.0", | ||
"typescript": "^4.6.3", | ||
"uuid": "^8.0.0" | ||
"uuid": "^9.0.0" | ||
}, | ||
@@ -68,0 +68,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60589