@google-cloud/cloudbuild
Advanced tools
Comparing version 2.6.0 to 3.0.0
"use strict"; | ||
// Copyright 2021 Google LLC | ||
// Copyright 2022 Google LLC | ||
// | ||
@@ -20,4 +20,5 @@ // Licensed under the Apache License, Version 2.0 (the "License"); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CloudBuildClient = void 0; | ||
var cloud_build_client_1 = require("./cloud_build_client"); | ||
Object.defineProperty(exports, "CloudBuildClient", { enumerable: true, get: function () { return cloud_build_client_1.CloudBuildClient; } }); | ||
//# sourceMappingURL=index.js.map |
# Changelog | ||
## [3.0.0](https://github.com/googleapis/nodejs-cloudbuild/compare/v2.6.0...v3.0.0) (2022-05-17) | ||
### ⚠ BREAKING CHANGES | ||
* update library to use Node 12 (#325) | ||
### Build System | ||
* update library to use Node 12 ([#325](https://github.com/googleapis/nodejs-cloudbuild/issues/325)) ([596e5c2](https://github.com/googleapis/nodejs-cloudbuild/commit/596e5c21bc21c1d74fecb4cb7eb887561e1598f8)) | ||
## [2.6.0](https://www.github.com/googleapis/nodejs-cloudbuild/compare/v2.5.0...v2.6.0) (2021-08-25) | ||
@@ -4,0 +15,0 @@ |
{ | ||
"repository": "googleapis/nodejs-cloudbuild", | ||
"name": "@google-cloud/cloudbuild", | ||
"version": "2.6.0", | ||
"version": "3.0.0", | ||
"author": "Google LLC", | ||
@@ -27,7 +27,7 @@ "description": "Cloud Build API client for Node.js", | ||
"devDependencies": { | ||
"@types/mocha": "^8.0.0", | ||
"@types/mocha": "^9.0.0", | ||
"@types/sinon": "^10.0.0", | ||
"c8": "^7.0.0", | ||
"chai": "^4.2.0", | ||
"gts": "^3.0.0", | ||
"gts": "^3.1.0", | ||
"jsdoc": "^3.6.2", | ||
@@ -37,6 +37,6 @@ "jsdoc-fresh": "^1.0.2", | ||
"linkinator": "^2.0.0", | ||
"mocha": "^8.0.0", | ||
"mocha": "^9.2.2", | ||
"pack-n-play": "^1.0.0-2", | ||
"sinon": "^11.0.0", | ||
"typescript": "^3.8.3" | ||
"sinon": "^14.0.0", | ||
"typescript": "^4.6.4" | ||
}, | ||
@@ -63,7 +63,7 @@ "scripts": { | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=12.0.0" | ||
}, | ||
"dependencies": { | ||
"google-gax": "^2.24.1" | ||
"google-gax": "^3.0.1" | ||
} | ||
} |
@@ -7,5 +7,4 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages) | ||
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages) | ||
[![npm version](https://img.shields.io/npm/v/@google-cloud/cloudbuild.svg)](https://www.npmjs.org/package/@google-cloud/cloudbuild) | ||
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-cloudbuild/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-cloudbuild) | ||
@@ -73,2 +72,6 @@ | ||
// Note: for Private Pools, you'll have to specify an API endpoint value | ||
// For example: | ||
// const cb = new CloudBuildClient({ apiEndpoint: '<YOUR_POOL_REGION>-cloudbuild.googleapis.com' }); | ||
// Starts a build against the branch provided. | ||
@@ -129,18 +132,18 @@ const [resp] = await cb.runBuildTrigger({ | ||
Node.js. | ||
If you are using an end-of-life version of Node.js, we recommend that you update | ||
as soon as possible to an actively supported LTS version. | ||
Google's client libraries support legacy versions of Node.js runtimes on a | ||
best-efforts basis with the following warnings: | ||
* Legacy versions are not tested in continuous integration. | ||
* Some security patches and features cannot be backported. | ||
* Dependencies cannot be kept up-to-date. | ||
Client libraries targeting some end-of-life versions of Node.js are available, and | ||
can be installed via npm [dist-tags](https://docs.npmjs.com/cli/dist-tag). | ||
can be installed through npm [dist-tags](https://docs.npmjs.com/cli/dist-tag). | ||
The dist-tags follow the naming convention `legacy-(version)`. | ||
For example, `npm install @google-cloud/cloudbuild@legacy-8` installs client libraries | ||
for versions compatible with Node.js 8. | ||
_Legacy Node.js versions are supported as a best effort:_ | ||
* Legacy versions will not be tested in continuous integration. | ||
* Some security patches may not be able to be backported. | ||
* Dependencies will not be kept up-to-date, and features will not be backported. | ||
#### Legacy tags available | ||
* `legacy-8`: install client libraries from this dist-tag for versions | ||
compatible with Node.js 8. | ||
## Versioning | ||
@@ -151,6 +154,6 @@ | ||
This library is considered to be **General Availability (GA)**. This means it | ||
is stable; the code surface will not change in backwards-incompatible ways | ||
This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways | ||
unless absolutely necessary (e.g. because of critical security issues) or with | ||
an extensive deprecation period. Issues and requests against **GA** libraries | ||
an extensive deprecation period. Issues and requests against **stable** libraries | ||
are addressed with the highest priority. | ||
@@ -162,2 +165,3 @@ | ||
More Information: [Google Cloud Platform Launch Stages][launch_stages] | ||
@@ -164,0 +168,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
3020766
48002
189
+ Added@babel/helper-string-parser@7.25.9(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@babel/parser@7.26.2(transitive)
+ Added@babel/types@7.26.0(transitive)
+ Added@grpc/grpc-js@1.8.22(transitive)
+ Added@jsdoc/salty@0.2.8(transitive)
+ Added@types/glob@8.1.0(transitive)
+ Added@types/linkify-it@5.0.0(transitive)
+ Added@types/markdown-it@14.1.2(transitive)
+ Added@types/mdurl@2.0.0(transitive)
+ Added@types/minimatch@5.1.2(transitive)
+ Added@types/rimraf@3.0.2(transitive)
+ Addedacorn@8.14.0(transitive)
+ Addedacorn-jsx@5.3.2(transitive)
+ Addedargparse@2.0.1(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbluebird@3.7.2(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedcatharsis@0.9.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addeddeep-is@0.1.4(transitive)
+ Addedentities@4.5.0(transitive)
+ Addedescape-string-regexp@2.0.0(transitive)
+ Addedescodegen@1.14.3(transitive)
+ Addedeslint-visitor-keys@3.4.3(transitive)
+ Addedespree@9.6.1(transitive)
+ Addedesprima@4.0.1(transitive)
+ Addedestraverse@4.3.05.3.0(transitive)
+ Addedesutils@2.0.3(transitive)
+ Addedfast-levenshtein@2.0.6(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedgaxios@5.1.3(transitive)
+ Addedgcp-metadata@5.3.0(transitive)
+ Addedglob@8.1.0(transitive)
+ Addedgoogle-auth-library@8.9.0(transitive)
+ Addedgoogle-gax@3.6.1(transitive)
+ Addedgoogle-p12-pem@4.0.1(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedgtoken@6.1.2(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedjs2xmlparser@4.0.2(transitive)
+ Addedjsdoc@4.0.4(transitive)
+ Addedklaw@3.0.0(transitive)
+ Addedlevn@0.3.0(transitive)
+ Addedlinkify-it@5.0.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedmarkdown-it@14.1.0(transitive)
+ Addedmarkdown-it-anchor@8.6.7(transitive)
+ Addedmarked@4.3.0(transitive)
+ Addedmdurl@2.0.0(transitive)
+ Addedminimatch@5.1.6(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedmkdirp@1.0.4(transitive)
+ Addedoptionator@0.8.3(transitive)
+ Addedprelude-ls@1.1.2(transitive)
+ Addedproto3-json-serializer@1.1.1(transitive)
+ Addedprotobufjs@7.2.4(transitive)
+ Addedprotobufjs-cli@1.1.1(transitive)
+ Addedpunycode.js@2.3.1(transitive)
+ Addedrequizzle@0.2.4(transitive)
+ Addedretry-request@5.0.2(transitive)
+ Addedsemver@7.6.3(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedstrip-json-comments@3.1.1(transitive)
+ Addedsupports-color@7.2.0(transitive)
+ Addedtmp@0.2.3(transitive)
+ Addedtype-check@0.3.2(transitive)
+ Addeduc.micro@2.1.0(transitive)
+ Addeduglify-js@3.19.3(transitive)
+ Addedunderscore@1.13.7(transitive)
+ Addedword-wrap@1.2.5(transitive)
+ Addedxmlcreate@2.0.4(transitive)
- Removed@grpc/grpc-js@1.6.12(transitive)
- Removed@grpc/proto-loader@0.6.13(transitive)
- Removedcliui@7.0.4(transitive)
- Removedgaxios@4.3.3(transitive)
- Removedgcp-metadata@4.3.1(transitive)
- Removedgoogle-auth-library@7.14.1(transitive)
- Removedgoogle-gax@2.30.5(transitive)
- Removedgoogle-p12-pem@3.1.4(transitive)
- Removedgtoken@5.3.2(transitive)
- Removedlong@4.0.0(transitive)
- Removedproto3-json-serializer@0.1.9(transitive)
- Removedprotobufjs@6.11.3(transitive)
- Removedretry-request@4.2.2(transitive)
- Removedyargs@16.2.0(transitive)
- Removedyargs-parser@20.2.9(transitive)
Updatedgoogle-gax@^3.0.1