Skip to content

Commit

Permalink
build: fix package name, rerun synthtool (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Feb 25, 2021
1 parent 8b9ba8f commit cccc7d5
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 121 deletions.
2 changes: 1 addition & 1 deletion packages/google-devtools-artifactregistry/.jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
copyright: 'Copyright 2021 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: 'artifactregistry',
systemName: '@google-cloud/artifact-registry',
theme: 'lumen',
default: {
outputSourceFiles: false
Expand Down
15 changes: 1 addition & 14 deletions packages/google-devtools-artifactregistry/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

85 changes: 1 addition & 84 deletions packages/google-devtools-artifactregistry/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 2 additions & 14 deletions packages/google-devtools-artifactregistry/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.devtools.artifactregistry.v1beta2",
"libraryPackage": "artifactregistry",
"libraryPackage": "@google-cloud/artifact-registry",
"services": {
"ArtifactRegistry": {
"clients": {
Expand Down
10 changes: 5 additions & 5 deletions packages/google-devtools-artifactregistry/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-artifact-registry.git",
"sha": "b33d4661cea3deae6e625c3b69faac179307aaa4"
"remote": "git@github.com:googleapis/nodejs-artifact-registry.git",
"sha": "d26e985a0d54a8ef51ce1d862d71007588a6fd9b"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "16e91be3603953bcfc0f87aa369e3eb7d1b2cbaf",
"internalRef": "345608665"
"sha": "80fafbce83f1d95c3616c7b3f50504a4ad251bfd",
"internalRef": "359594504"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "318e351e26ba65b2b3cfa3f61b3b64e3540c3525"
"sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// ** All changes to this file may be overwritten. **

/* eslint-disable node/no-missing-require, no-unused-vars */
const artifactregistry = require('artifactregistry');
const artifactregistry = require('@google-cloud/artifact-registry');

function main() {
const artifactRegistryClient = new artifactregistry.ArtifactRegistryClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **

import {ArtifactRegistryClient} from 'artifactregistry';
import {ArtifactRegistryClient} from '@google-cloud/artifact-registry';

// check that the client class type name can be used
function doStuffWithArtifactRegistryClient(client: ArtifactRegistryClient) {
Expand Down

0 comments on commit cccc7d5

Please sign in to comment.