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: discoveryjs/json-ext
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.2
Choose a base ref
...
head repository: discoveryjs/json-ext
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.3
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 24, 2024

  1. Restore types package export (#14)

    Removed in 05c261f#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L31
    
    Fixes typescript error
    > error TS7016: Could not find a declaration file for module '@discoveryjs/json-ext'. '.../node_modules/@discoveryjs/json-ext/src/index.js' implicitly has an 'any' type.
    >  There are types at '.../node_modules/@discoveryjs/json-ext/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@discoveryjs/json-ext' library may need to update its package.json or typings.
    andyjy authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f6a6a87 View commit details
    Browse the repository at this point in the history
  2. Fix "types" in exports

    lahmatiy committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    81be840 View commit details
    Browse the repository at this point in the history
  3. 0.6.3

    lahmatiy committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    570860b View commit details
    Browse the repository at this point in the history
Loading