Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: npm/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: libnpmaccess-v7.0.0-pre.0
Choose a base ref
...
head repository: npm/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: libnpmaccess-v7.0.0-pre.1
Choose a head ref
  • 10 commits
  • 45 files changed
  • 5 contributors

Commits on Sep 14, 2022

  1. chore: template-oss@4.1.2

    lukekarrys authored and fritzy committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    601bb11 View commit details
    Browse the repository at this point in the history
  2. feat(rewrite): Rewrite libnpmaccess

    BREAKING CHANGE: the api for libnpmaccess is different now
    
    It is aligned more with how npm uses it, consolidating the mfa functions into a
    single command, and renames the functions to be easier to eventually
    consolidate into a registry client library.
    
    See the README for the new api.
    wraithgar authored and fritzy committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    854521b View commit details
    Browse the repository at this point in the history
  3. feat(rewrite): rewrite npm access

    BREAKING CHANGE: renames most of the `npm access` subcommands
    
     - `edit`, having never been implemented, is removed
     - `public` is now `set status=public`
     - `restricted` is now `set status=private`
     - `ls-packages` is now `list packages`
     - `ls-collaborators` is now `list collaborators`
     - `2fa-required` is now `set mfa=publish`
     - `2fa-not-required` is now `set mfa=none`
     - `set mfa=automation` is added
     - output is no longer in json by default
    
    Usage:
    npm access list packages [<user>|<scope>|<scope:team> [<package>]
    npm access list collaborators [<package> [<user>]]
    npm access get status [<package>]
    npm access set status=public|private [<package>]
    npm access set mfa=false|publish|automation [<package>]
    npm access grant <read-only|read-write> <scope:team> [<package>]
    npm access revoke <scope:team> [<package>]
    
    Options:
    [--json] [--otp <otp>] [--registry <registry>]
    wraithgar authored and fritzy committed Sep 14, 2022
    1 Configuration menu
    Copy the full SHA
    9c32c6c View commit details
    Browse the repository at this point in the history
  4. fix: add tag to publish log message

    wraithgar authored and fritzy committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    c3d7549 View commit details
    Browse the repository at this point in the history
  5. chore: remove postpublish

    template-oss got most of the other ones cause they lived in
    `prepublishOnly` but this one was in `postpublish`
    wraithgar authored and fritzy committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    64801aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88fa2a0 View commit details
    Browse the repository at this point in the history
  7. docs: update registry docs header

    Corrects grammar (previously said `other’s`).
    hughlilly authored and fritzy committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    fd0eebe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3b0c43 View commit details
    Browse the repository at this point in the history
  9. chore: release 9.0.0-pre.1

    github-actions[bot] authored and fritzy committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    2d16b43 View commit details
    Browse the repository at this point in the history
  10. chore: post pull request

    npm-cli-bot authored and fritzy committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    e5761b9 View commit details
    Browse the repository at this point in the history
Loading