Skip to content

Commit 2448c5e

Browse files
authored
Release 3.4.0 (#77)
* Release 3.4.0 * Update README for the new flag
1 parent 21af666 commit 2448c5e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ To use the module:
7777
the default location is the current directory.
7878
- `--credential-config` is the path to the `.npmrc` file where you want to write the access token. The default is your user `.npmrc` file.
7979
80+
If you want to skip checking for npm Artifact Registry domain and allow the auth token to be attached to any domains, add the flag `--allow-all-domains`
81+
8082
And then run the script
8183
8284
`$ npm run artifactregistry-login`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-artifactregistry-auth",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "google-artifactregistry-auth is an npm module that allows you to configure npm to interact with npm repositories stored in Artifact Registry.",
55
"main": "./src/main.js",
66
"repository": "GoogleCloudPlatform/artifact-registry-npm-tools",

0 commit comments

Comments
 (0)