Advanced Search
Search Results
4 total results found
readme.md for @push.rocks/smartcache
Smart time-based caching for async functions - Because waiting is overrated! 🌟 What is SmartCache? @push.rocks/smartcache is a powerful TypeScript caching library that intelligently caches the results of asynchronous functions. It automatically detects identic...
readme.md for @push.rocks/smartstatus
A TypeScript library for managing HTTP status information, with detailed status classes. Install To install @push.rocks/smartstatus, use npm (or yarn, or pnpm) by running the following command in your terminal: npm install @push.rocks/smartstatus --save Ensur...
changelog.md for @push.rocks/smartcache
2025-08-28 - 1.0.18 - fix(config) Add local .claude settings to configure assistant/tooling permissions Add .claude/settings.local.json to define allowed permissions for local assistant tooling Permissions include WebFetch, Bash command patterns, and multiple...
changelog.md for @push.rocks/smartstatus
2024-12-25 - 1.1.1 - fix(smartstatus) Remove all tslint:disable-next-line comments for max-classes-per-file rule Code cleanup by removing unnecessary tslint comments for disabling max-classes-per-file rule. 2024-12-25 - 1.1.0 - feat(ci) Set up GitHub Actions...