gce-images
Advanced tools
Comparing version 3.0.5 to 4.0.0
@@ -7,2 +7,13 @@ # Changelog | ||
## [4.0.0](https://github.com/googleapis/nodejs-gce-images/compare/v3.0.5...v4.0.0) (2022-05-20) | ||
### ⚠ BREAKING CHANGES | ||
* update library to use Node 12 (#344) | ||
### Build System | ||
* update library to use Node 12 ([#344](https://github.com/googleapis/nodejs-gce-images/issues/344)) ([9b30483](https://github.com/googleapis/nodejs-gce-images/commit/9b30483f472ecf61861b8abfbb009a5a062c9edf)) | ||
### [3.0.5](https://github.com/googleapis/nodejs-gce-images/compare/v3.0.4...v3.0.5) (2022-04-13) | ||
@@ -9,0 +20,0 @@ |
{ | ||
"name": "gce-images", | ||
"version": "3.0.5", | ||
"version": "4.0.0", | ||
"description": "Get a list of globally available Google Compute Engine images", | ||
@@ -49,3 +49,3 @@ "main": "./build/src/index.js", | ||
"arrify": "^2.0.0", | ||
"google-auth-library": "^7.14.1" | ||
"google-auth-library": "^8.0.2" | ||
}, | ||
@@ -55,3 +55,3 @@ "devDependencies": { | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^8.0.0", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.0.0", | ||
@@ -61,12 +61,12 @@ "c8": "^7.0.0", | ||
"codecov": "^3.0.4", | ||
"gts": "^3.0.0", | ||
"gts": "^3.1.0", | ||
"intelli-espower-loader": "^1.0.1", | ||
"linkinator": "^2.0.0", | ||
"mocha": "^8.0.0", | ||
"mocha": "^9.2.2", | ||
"source-map-support": "^0.5.6", | ||
"typescript": "^3.8.3" | ||
"typescript": "^4.6.4" | ||
}, | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=12.0.0" | ||
} | ||
} |
41794
+ Addedgaxios@5.1.3(transitive)
+ Addedgcp-metadata@5.3.0(transitive)
+ Addedgoogle-auth-library@8.9.0(transitive)
+ Addedgoogle-p12-pem@4.0.1(transitive)
+ Addedgtoken@6.1.2(transitive)
- Removedabort-controller@3.0.0(transitive)
- Removedevent-target-shim@5.0.1(transitive)
- Removedgaxios@4.3.3(transitive)
- Removedgcp-metadata@4.3.1(transitive)
- Removedgoogle-auth-library@7.14.1(transitive)
- Removedgoogle-p12-pem@3.1.4(transitive)
- Removedgtoken@5.3.2(transitive)
Updatedgoogle-auth-library@^8.0.2