Skip to content

Commit

Permalink
build: [merchantapi] update package name for datasources and promotio…
Browse files Browse the repository at this point in the history
…ns nodejs_gapic_library targets (#5444)

* build: update package name for datasources and promotions nodejs_gapic_library targets

PiperOrigin-RevId: 640983239

Source-Link: googleapis/googleapis@b9b8f63

Source-Link: googleapis/googleapis-gen@0e06436
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLXNob3BwaW5nLW1lcmNoYW50LWRhdGFzb3VyY2VzLy5Pd2xCb3QueWFtbCIsImgiOiIwZTA2NDM2M2Y0NGU4ZDU2YzRlMGY5NTFkY2I2NTE3N2RhYWQ3ZThjIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jun 11, 2024
1 parent 71696b6 commit 9dfd5d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function main(parent, dataSource) {
// const dataSource = {}

// Imports the Datasources library
const {DataSourcesServiceClient} = require('@google-shopping/datasourcescescesces').v1beta;
const {DataSourcesServiceClient} = require('@google-shopping/datasources').v1beta;

// Instantiates a client
const datasourcesClient = new DataSourcesServiceClient();
Expand Down

0 comments on commit 9dfd5d9

Please sign in to comment.