Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion containers/node-bootstrap-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/google-cloud-node.git"
"directory": "containers/node-bootstrap-container",
"url": "https://github.com/googleapis/google-cloud-node.git"
},
"author": "Google LLC",
"license": "Apache-2.0",
Expand Down
6 changes: 5 additions & 1 deletion core/packages/typeless-sample-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"engines": {
"node": ">=18"
},
"repository": "googleapis/google-cloud-node",
"repository": {
"type": "git",
"directory": "core/packages/typeless-sample-bot",
"url": "https://github.com/googleapis/google-cloud-node.git"
},
"bin": "./build/src/bin/typeless-sample-bot.js",
"main": "./build/src/app.js",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"repository": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-node.git",
"directory": "packages/google-cloud-beyondcorp-clientgateways"
"directory": "packages/google-cloud-beyondcorp-clientconnectorservices"
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-beyondcorp-clientgateways",
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-beyondcorp-clientconnectorservices",
"license": "Apache-2.0",
"author": "Google LLC",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-mediatranslation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Mediatranslation client for Node.js",
"repository": {
"type": "git",
"directory": "packages/media-translatation",
"directory": "packages/google-cloud-mediatranslation",
"url": "https://github.com/googleapis/google-cloud-node.git"
},
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Workflows client for Node.js",
"repository": {
"type": "git",
"directory": "packages/google-cloud-workflows-executions",
"directory": "packages/google-cloud-workflows",
"url": "https://github.com/googleapis/google-cloud-node.git"
},
"license": "Apache-2.0",
Expand Down Expand Up @@ -64,7 +64,7 @@
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-workflows-executions",
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-workflows",
"overrides": {
"@sinonjs/fake-timers": "15.2.1"
},
Expand Down
Loading