cachette 2.1.2 → 2.1.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.
@@ -78,7 +78,7 @@ export declare class RedisCache extends CacheInstance {
78
78
  * > If the key is missing, reply will be null.
79
79
  *
80
80
  */
81
- static deserializeValue(value: CachableValue): CachableValue;
81
+ static deserializeValue(value: string | null): CachableValue;
82
82
  /**
83
83
  * @inheritdoc
84
84
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cachette",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "engines": {
5
5
  "node": ">=18",
6
6
  "npm": ">=9.5.0"