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: 4dcd0b5
Choose a base ref
...
head repository: netlify/functions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 61dc146
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on May 3, 2024

  1. fix: path imports for typescript (#493)

    🎉 Thanks for sending this pull request! 🎉
    
    Please make sure the title is clear and descriptive.
    
    If you are fixing a typo or documentation, please skip these
    instructions.
    
    Otherwise please fill in the sections below.
    
    **Which problem is this pull request solving?**
    
    See
    https://github.com/netlify/functions/actions/runs/8939586357/job/24555907790
    
    **Describe the solution you've chosen**
    
    Remove export block to support node 10 and allow internal to be imported
    
    **Describe alternatives you've considered**
    
    Linking `internal.ts` in `main.ts`, however we look to want to keep
    these seperate
    
    **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] Passed `npm run test:publish`
    - [x] Tested change with `npm link @netlify/functions`
    mrstork authored May 3, 2024
    Configuration menu
    Copy the full SHA
    aa417b7 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.6.2 (#494)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.6.2](v2.6.1...v2.6.2)
    (2024-05-03)
    
    
    ### Bug Fixes
    
    * path imports for typescript
    ([#493](#493))
    ([aa417b7](aa417b7))
    
    ---
    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
    61dc146 View commit details
    Browse the repository at this point in the history
Loading