Thanks to visit codestin.com
Credit goes to github.com

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/package-json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.1
Choose a base ref
...
head repository: npm/package-json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.0
Choose a head ref
  • 2 commits
  • 11 files changed
  • 2 contributors

Commits on Jun 3, 2024

  1. feat: add readPackage helper (#106)

    As stated in the comment above the new function, this is a new isolated
    function for reading and parsing a given package.json file.  This will
    allow things like npm which already requires this module to tap into the
    exact same code this module would use to parse a package.json file, but
    not have to require the whole module if it is not going to need
    normalization or saving.
    wraithgar authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    62e585a View commit details
    Browse the repository at this point in the history
  2. chore: release 5.2.0 (#107)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [5.2.0](v5.1.1...v5.2.0)
    (2024-06-03)
    
    ### Features
    
    *
    [`62e585a`](62e585a)
    [#106](#106) add readPackage
    helper (#106) (@wraithgar)
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    fa6ed87 View commit details
    Browse the repository at this point in the history
Loading