cacheable 1.10.2 → 1.10.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -51,7 +51,7 @@
51
51
 
52
52
  # Getting Started
53
53
 
54
- `cacheable` is primarily used as an extension to you caching engine with a robust storage backend [Keyv](https://keyv.org), Memonization (Wrap), Hooks, Events, and Statistics.
54
+ `cacheable` is primarily used as an extension to your caching engine with a robust storage backend [Keyv](https://keyv.org), Memoization (Wrap), Hooks, Events, and Statistics.
55
55
 
56
56
  ```bash
57
57
  npm install cacheable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cacheable",
3
- "version": "1.10.2",
3
+ "version": "1.10.3",
4
4
  "description": "High Performance Layer 1 / Layer 2 Caching with Keyv Storage",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -21,22 +21,22 @@
21
21
  "license": "MIT",
22
22
  "private": false,
23
23
  "devDependencies": {
24
- "@faker-js/faker": "^9.8.0",
25
- "@keyv/redis": "^4.5.0",
26
- "@keyv/valkey": "^1.0.6",
24
+ "@faker-js/faker": "^9.9.0",
25
+ "@keyv/redis": "^5.0.0",
26
+ "@keyv/valkey": "^1.0.7",
27
27
  "@types/eslint": "^9.6.1",
28
- "@types/node": "^24.0.7",
28
+ "@types/node": "^24.1.0",
29
29
  "@vitest/coverage-v8": "^3.2.4",
30
30
  "lru-cache": "^11.1.0",
31
31
  "rimraf": "^6.0.1",
32
32
  "tsup": "^8.5.0",
33
33
  "typescript": "^5.8.3",
34
34
  "vitest": "^3.2.4",
35
- "xo": "^1.1.1"
35
+ "xo": "^1.2.1"
36
36
  },
37
37
  "dependencies": {
38
38
  "hookified": "^1.10.0",
39
- "keyv": "^5.3.4"
39
+ "keyv": "^5.4.0"
40
40
  },
41
41
  "keywords": [
42
42
  "cacheable",