Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@pacote/lru-cache

PacoteJS17MIT0.1.2TypeScript support: included

Least-recently used cache.

readme

@pacote

codecov

Monorepo for the @pacote organisation.

Script Description
pnpm build Builds packages for distribution.
pnpm build:docs Builds documentation from the source code.
pnpm clean Deletes all build artifacts.
pnpm commit Creates a new conventional commit.
pnpm format Formats codebase.
pnpm lint Runs static code analysis.
pnpm plop Creates a new package.
pnpm release Publishes all eligible package updates to NPM.
pnpm test Runs tests.
pnpm test:coverage Runs tests with coverage report.

License

MIT © Luís Rodrigues.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.1.2 (2024-10-05)

Note: Version bump only for package @pacote/lru-cache

0.1.1 (2023-08-25)

Note: Version bump only for package @pacote/lru-cache

0.1.0 (2023-06-19)

Bug Fixes

  • 🐛 check for invalid capacity value (01a387d)

Features