File tree 3 files changed +10
-8
lines changed
packages/google-devtools-artifactregistry
3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "default_version" : " v1beta2 " ,
3
- "release_level" : " preview " ,
2
+ "default_version" : " v1 " ,
3
+ "release_level" : " ga " ,
4
4
"requires_billing" : true ,
5
5
"client_documentation" : " https://cloud.google.com/nodejs/docs/reference/artifact-registry/latest" ,
6
6
"codeowner_team" : " @googleapis/aap-dpes" ,
Original file line number Diff line number Diff line change 4
4
5
5
# [ Artifact Registry: Node.js Client] ( https://github.com/googleapis/nodejs-artifact-registry )
6
6
7
- [ ![ release level] ( https://img.shields.io/badge/release%20level-preview-yellow .svg?style=flat )] ( https://cloud.google.com/terms/launch-stages )
7
+ [ ![ 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 )
8
8
[ ![ npm version] ( https://img.shields.io/npm/v/@google-cloud/artifact-registry.svg )] ( https://www.npmjs.org/package/@google-cloud/artifact-registry )
9
9
10
10
@@ -121,14 +121,16 @@ for versions compatible with Node.js 8.
121
121
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
122
122
123
123
124
+ This library is considered to be ** General Availability (GA)** . This means it
125
+ is stable; the code surface will not change in backwards-incompatible ways
126
+ unless absolutely necessary (e.g. because of critical security issues) or with
127
+ an extensive deprecation period. Issues and requests against ** GA** libraries
128
+ are addressed with the highest priority.
124
129
125
130
126
131
127
132
128
133
129
- This library is considered to be in ** preview** . This means it is still a
130
- work-in-progress and under active development. Any release is subject to
131
- backwards-incompatible changes at any time.
132
134
133
135
134
136
More Information: [ Google Cloud Platform Launch Stages] [ launch_stages ]
Original file line number Diff line number Diff line change 19
19
import * as v1 from './v1' ;
20
20
import * as v1beta2 from './v1beta2' ;
21
21
22
- const ArtifactRegistryClient = v1beta2 . ArtifactRegistryClient ;
23
- type ArtifactRegistryClient = v1beta2 . ArtifactRegistryClient ;
22
+ const ArtifactRegistryClient = v1 . ArtifactRegistryClient ;
23
+ type ArtifactRegistryClient = v1 . ArtifactRegistryClient ;
24
24
25
25
export { v1 , v1beta2 , ArtifactRegistryClient } ;
26
26
export default { v1, v1beta2, ArtifactRegistryClient} ;
You can’t perform that action at this time.
0 commit comments