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: octokit/types.ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.6.0
Choose a base ref
...
head repository: octokit/types.ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.6.1
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 3, 2024

  1. fix: restore CJS compat (#651)

    Compatibility was accidentally removed from this package in a3a9604
    
    Typescript falsely reports that this package isn't compatible with CJS when it is. This package contains no runtime code and only types.
    
    This is due to adding `"type": "module"` to the `package.json` in order to fix some type issues introduced by upgrading `@octokit/tsconfig`
    wolfy1339 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d66a6b9 View commit details
    Browse the repository at this point in the history
Loading