diff --git a/.github/workflows/run-build.yml b/.github/workflows/build.yml similarity index 100% rename from .github/workflows/run-build.yml rename to .github/workflows/build.yml diff --git a/.github/workflows/run-tests.yml b/.github/workflows/tests.yml similarity index 100% rename from .github/workflows/run-tests.yml rename to .github/workflows/tests.yml diff --git a/LICENSE b/LICENSE index 078f59b..a1bb3d7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright 2024 RunCache +Copyright 2024 helloscoopa Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index aec7d6e..f470537 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -![npm-version](https://img.shields.io/npm/v/run-cache) -![commits-since](https://img.shields.io/github/commits-since/helloscoopa/run-cache/latest/main) -![license](https://img.shields.io/github/license/helloscoopa/run-cache) -![ci-build](https://img.shields.io/github/actions/workflow/status/helloscoopa/run-cache/run-build.yml?label=build) -![ci-tests](https://img.shields.io/github/actions/workflow/status/helloscoopa/run-cache/run-tests.yml?label=tests) +[![npm-version](https://img.shields.io/npm/v/run-cache)](https://www.npmjs.com/package/run-cache) +[![license](https://img.shields.io/github/license/helloscoopa/run-cache)](https://github.com/helloscoopa/run-cache?tab=MIT-1-ov-file) +[![ci-build](https://img.shields.io/github/actions/workflow/status/helloscoopa/run-cache/build.yml?label=build)](https://github.com/helloscoopa/run-cache/actions/workflows/build.yml) +[![ci-tests](https://img.shields.io/github/actions/workflow/status/helloscoopa/run-cache/tests.yml?label=tests)](https://github.com/helloscoopa/run-cache/actions/workflows/tests.yml) +[![commits-since](https://img.shields.io/github/commits-since/helloscoopa/run-cache/latest/main?color=yellow)](https://github.com/helloscoopa/run-cache/releases/latest) # Run~time~Cache diff --git a/package.json b/package.json index a42fe8c..50e9b2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "run-cache", - "version": "1.3.0", + "version": "1.3.1", "description": "RunCache is a dependency nil, light-weight in-memory caching library for JavaScript and TypeScript that allows you to cache `string` values with optional time-to-live (TTL) settings. It also supports caching values generated from asynchronous functions and provides methods to refetch them on demand.", "main": "dist/run-cache.js", "types": "dist/run-cache.d.ts",