@philiprehberger/cache-kit 0.3.1 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @philiprehberger/cache-kit
|
|
2
2
|
|
|
3
|
-
[](https://github.com/philiprehberger/cache-kit/actions/workflows/publish.yml)
|
|
4
4
|
[](https://www.npmjs.com/package/@philiprehberger/cache-kit)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
|
|
@@ -148,6 +148,15 @@ Extends `SetOptions` with:
|
|
|
148
148
|
|
|
149
149
|
`"100ms"`, `"30s"`, `"5m"`, `"1h"`, `"1d"` — or pass milliseconds as a number.
|
|
150
150
|
|
|
151
|
+
|
|
152
|
+
## Development
|
|
153
|
+
|
|
154
|
+
```bash
|
|
155
|
+
npm install
|
|
156
|
+
npm run build
|
|
157
|
+
npm test
|
|
158
|
+
```
|
|
159
|
+
|
|
151
160
|
## License
|
|
152
161
|
|
|
153
162
|
MIT
|