Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 22:53
· 145 commits to main since this release
9b66f38

Major Changes

Patch Changes

  • #271 4e85af0 Thanks @trevor-scheer! - Update lru-cache dependency from v7.x to v9.x

    The InMemoryLRUCache constructor accepts an LRUCache.Options object. This type has changed since v8.x, so you may need to update your usages accordingly.

    The changes in the options typings aren't documented in the changelog; please look at the source below for specifics.

    v7 options can be derived here.
    v8-9 options can be derived here.

  • Updated dependencies [4e85af0]: