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

Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
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: netlify/functions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.2
Choose a base ref
...
head repository: netlify/functions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on May 3, 2024

  1. fix: main path imports for typescript (#495)

    **Which problem is this pull request solving?**
    
    Release failures:
    
    https://github.com/netlify/functions/actions/runs/8942002569/job/24563622237
    
    https://github.com/netlify/functions/actions/runs/8939586357/job/24555907790
    
    **List other issues or pull requests related to this problem**
    
    See #491,
    #492,
    #493
    
    **Checklist**
    
    Please add a `x` inside each checkbox:
    
    - [x] I have read the [contribution
    guidelines](../blob/master/CONTRIBUTING.md).
    - [x] The status checks are successful (continuous integration). Those
    can be seen below.
    - [x] Ran `npm run test` which includes `test:publish` and `test:dev`
    - [x] Tested with `npm link @netlify/functions`
    mrstork authored May 3, 2024
    Configuration menu
    Copy the full SHA
    a72e407 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.6.3 (#496)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.6.3](v2.6.2...v2.6.3)
    (2024-05-03)
    
    
    ### Bug Fixes
    
    * main path imports for typescript
    ([#495](#495))
    ([a72e407](a72e407))
    
    ---
    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: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored May 3, 2024
    Configuration menu
    Copy the full SHA
    23906c2 View commit details
    Browse the repository at this point in the history
Loading