Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…bigquery-migration
  • Loading branch information
sofisl committed Sep 26, 2023
2 parents a2afb6a + 5cbedad commit ac648be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
7 changes: 4 additions & 3 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"product_documentation": "https://cloud.google.com/bigquery/docs/migration-intro",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/bigquery-migration/latest",
"issue_tracker": "https://github.com/googleapis/nodejs-bigquery-migration/issues",
"release_level": "beta",
"release_level": "stable",
"language": "nodejs",
"repo": "googleapis/nodejs-bigquery-migration",
"distribution_name": "@google-cloud/bigquery-migration",
"api_id": "bigquerymigration.googleapis.com",
"default_version": "v2",
"requires_billing": true
}
"requires_billing": true,
"library_type": "GAPIC_AUTO"
}
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [BigQuery Migration API: Node.js Client](https://github.com/googleapis/nodejs-bigquery-migration)

[![release level](https://img.shields.io/badge/release%20level-beta-yellow.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/bigquery-migration.svg)](https://www.npmjs.org/package/@google-cloud/bigquery-migration)


Expand Down Expand Up @@ -87,11 +87,11 @@ This library follows [Semantic Versioning](http://semver.org/).



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 **stable** libraries
are addressed with the highest priority.

This library is considered to be in **beta**. This means it is expected to be
mostly stable while we work toward a general availability release; however,
complete stability is not guaranteed. We will address issues and requests
against beta libraries with a high priority.



Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/node": "^20.4.9",
"@types/sinon": "^10.0.0",
"c8": "^8.0.1",
"gapic-tools": "^0.1.8",
"gapic-tools": "^0.2.0",
"gts": "^5.0.0",
"jsdoc": "^4.0.0",
"jsdoc-fresh": "^3.0.0",
Expand All @@ -55,7 +55,7 @@
"mocha": "^10.0.0",
"null-loader": "^4.0.1",
"pack-n-play": "^1.0.0-2",
"sinon": "^15.0.0",
"sinon": "^16.0.0",
"ts-loader": "^9.1.2",
"typescript": "^5.1.6",
"webpack": "^5.36.2",
Expand Down

0 comments on commit ac648be

Please sign in to comment.