Update repository field in package.json#848
Closed
ryanseys wants to merge 1 commit intogoogleapis:masterfrom
ryanseys:fix-dat-repo
Closed
Update repository field in package.json#848ryanseys wants to merge 1 commit intogoogleapis:masterfrom ryanseys:fix-dat-repo
ryanseys wants to merge 1 commit intogoogleapis:masterfrom
ryanseys:fix-dat-repo
Conversation
Contributor
|
I can't believe I didn't notice that didn't work with gitnpm all this time. I just need to fix gitnpm to handle string repository properties: stephenplusplus/gitnpm#5 as the format we use on gcloud is perfectly fine. Thanks for pointing this out! |
Contributor
Author
|
SGTM! |
sofisl
pushed a commit
that referenced
this pull request
Jan 27, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
sofisl
pushed a commit
that referenced
this pull request
Jan 27, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
sofisl
pushed a commit
that referenced
this pull request
Jan 27, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
sofisl
pushed a commit
that referenced
this pull request
Jan 27, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
sofisl
pushed a commit
that referenced
this pull request
Jan 28, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
sofisl
pushed a commit
that referenced
this pull request
Jan 28, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
miguelvelezsa
pushed a commit
that referenced
this pull request
Jan 28, 2026
* bug: Resolve getProjectId * add tests
miguelvelezsa
pushed a commit
that referenced
this pull request
Jan 28, 2026
🤖 I have created a release \*beep\* \*boop\* --- ### [6.4.3](https://www.github.com/googleapis/nodejs-datastore/compare/v6.4.2...v6.4.3) (2021-06-30) ### Bug Fixes * Resolve getProjectId ([#848](https://www.github.com/googleapis/nodejs-datastore/issues/848)) ([9bfa885](https://www.github.com/googleapis/nodejs-datastore/commit/9bfa8857e832435112a38c8ab35f21d9054fbaa5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
sofisl
pushed a commit
that referenced
this pull request
Jan 29, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
sofisl
pushed a commit
that referenced
this pull request
Jan 29, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
sofisl
added a commit
that referenced
this pull request
Feb 3, 2026
Source-Author: sofisl <55454395+sofisl@users.noreply.github.com> Source-Date: Thu Aug 20 18:29:50 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 05de3e1e14a0b07eab8b474e669164dbd31f81fb Source-Link: googleapis/synthtool@05de3e1 Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
sofisl
pushed a commit
that referenced
this pull request
Feb 5, 2026
* bug: Resolve getProjectId * add tests
sofisl
pushed a commit
that referenced
this pull request
Feb 5, 2026
🤖 I have created a release \*beep\* \*boop\* --- ### [6.4.3](https://www.github.com/googleapis/nodejs-datastore/compare/v6.4.2...v6.4.3) (2021-06-30) ### Bug Fixes * Resolve getProjectId ([#848](https://www.github.com/googleapis/nodejs-datastore/issues/848)) ([9bfa885](https://www.github.com/googleapis/nodejs-datastore/commit/9bfa8857e832435112a38c8ab35f21d9054fbaa5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Makes http://gitnpm.com/gcloud work properly 😄 @stephenplusplus