gce-images
Advanced tools
Comparing version 4.0.1 to 5.0.0
@@ -9,3 +9,3 @@ import { GoogleAuth, GoogleAuthOptions } from 'google-auth-library'; | ||
} | ||
export declare type GCEImagesConfig = Omit<AuthOptions, 'authClient'> & { | ||
export type GCEImagesConfig = Omit<AuthOptions, 'authClient'> & { | ||
authClient?: GoogleAuth; | ||
@@ -121,4 +121,4 @@ }; | ||
_filterDeprecated(image: Image): boolean; | ||
_sortNewestFirst(imageA: Image, imageB: Image): 1 | -1 | 0; | ||
_sortNewestFirst(imageA: Image, imageB: Image): 0 | 1 | -1; | ||
} | ||
export {}; |
@@ -7,2 +7,13 @@ # Changelog | ||
## [5.0.0](https://github.com/googleapis/nodejs-gce-images/compare/v4.0.1...v5.0.0) (2024-02-06) | ||
### ⚠ BREAKING CHANGES | ||
* upgrade to Node 14 ([#377](https://github.com/googleapis/nodejs-gce-images/issues/377)) | ||
### Miscellaneous Chores | ||
* Upgrade to Node 14 ([#377](https://github.com/googleapis/nodejs-gce-images/issues/377)) ([cc9d6ba](https://github.com/googleapis/nodejs-gce-images/commit/cc9d6ba13e29730234676e603f000584b99fde06)) | ||
## [4.0.1](https://github.com/googleapis/nodejs-gce-images/compare/v4.0.0...v4.0.1) (2022-08-23) | ||
@@ -9,0 +20,0 @@ |
{ | ||
"name": "gce-images", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"description": "Get a list of globally available Google Compute Engine images", | ||
@@ -15,3 +15,3 @@ "main": "./build/src/index.js", | ||
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../", | ||
"system-test": "mocha build/system-test --timeout 600000", | ||
"system-test": "echo 'no system tests'", | ||
"presystem-test": "npm run compile", | ||
@@ -50,3 +50,3 @@ "clean": "gts clean", | ||
"arrify": "^2.0.0", | ||
"google-auth-library": "^8.0.2" | ||
"google-auth-library": "^9.0.0" | ||
}, | ||
@@ -57,7 +57,7 @@ "devDependencies": { | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.0.0", | ||
"c8": "^7.0.0", | ||
"@types/node": "^20.4.9", | ||
"c8": "^9.0.0", | ||
"chai": "^4.2.0", | ||
"codecov": "^3.0.4", | ||
"gts": "^3.1.0", | ||
"gts": "^5.0.0", | ||
"intelli-espower-loader": "^1.0.1", | ||
@@ -67,7 +67,7 @@ "linkinator": "^4.0.0", | ||
"source-map-support": "^0.5.6", | ||
"typescript": "^4.6.4" | ||
"typescript": "^5.1.6" | ||
}, | ||
"engines": { | ||
"node": ">=12.0.0" | ||
"node": ">=14.0.0" | ||
} | ||
} |
@@ -251,1 +251,5 @@ # gce-images | ||
If multiple OS names were given, you will receive an object keyed by the [OS name](#os-names). Each key will reference a metadata object. | ||
## Disclaimer | ||
This is not an officially supported Google product. |
Sorry, the diff of this file is not supported yet
42905
255
+ Addedagent-base@7.1.3(transitive)
+ Addedgaxios@6.7.1(transitive)
+ Addedgcp-metadata@6.1.1(transitive)
+ Addedgoogle-auth-library@9.15.1(transitive)
+ Addedgoogle-logging-utils@0.0.2(transitive)
+ Addedgtoken@7.1.0(transitive)
+ Addedhttps-proxy-agent@7.0.6(transitive)
+ Addeduuid@9.0.1(transitive)
- Removedagent-base@6.0.2(transitive)
- Removedfast-text-encoding@1.0.6(transitive)
- Removedgaxios@5.1.3(transitive)
- Removedgcp-metadata@5.3.0(transitive)
- Removedgoogle-auth-library@8.9.0(transitive)
- Removedgoogle-p12-pem@4.0.1(transitive)
- Removedgtoken@6.1.2(transitive)
- Removedhttps-proxy-agent@5.0.1(transitive)
- Removedlru-cache@6.0.0(transitive)
- Removednode-forge@1.3.1(transitive)
- Removedyallist@4.0.0(transitive)
Updatedgoogle-auth-library@^9.0.0