@luolapeikko/cache-types
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -5,2 +5,3 @@ /** | ||
* @template Key - Optional type of the cache key (default is string) | ||
* @version 0.0.1 | ||
* @example | ||
@@ -87,2 +88,3 @@ * function foo(cache: ICache<string>) { | ||
* @template Key - Optional type of the cache key (default is string) | ||
* @version 0.0.1 | ||
* @example | ||
@@ -89,0 +91,0 @@ * function foo(cache: IAsyncCache<string>) { |
{ | ||
"name": "@luolapeikko/cache-types", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Typescript cache interfaces", | ||
@@ -31,8 +31,8 @@ "type": "module", | ||
"devDependencies": { | ||
"@stylistic/eslint-plugin": "^2.7.2", | ||
"@stylistic/eslint-plugin-ts": "^2.7.2", | ||
"@types/node": "^22.5.4", | ||
"@typescript-eslint/eslint-plugin": "^8.4.0", | ||
"@typescript-eslint/parser": "^8.4.0", | ||
"eslint": "^8.57.0", | ||
"@stylistic/eslint-plugin": "^2.8.0", | ||
"@stylistic/eslint-plugin-ts": "^2.8.0", | ||
"@types/node": "^22.7.4", | ||
"@typescript-eslint/eslint-plugin": "^8.8.0", | ||
"@typescript-eslint/parser": "^8.8.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-prettier": "^9.1.0", | ||
@@ -44,5 +44,5 @@ "eslint-config-standard": "^17.1.0", | ||
"prettier": "^3.3.3", | ||
"tsup": "^8.2.4", | ||
"typedoc": "^0.26.6", | ||
"typescript": "^5.5.4" | ||
"tsup": "^8.3.0", | ||
"typedoc": "^0.26.7", | ||
"typescript": "^5.6.2" | ||
}, | ||
@@ -49,0 +49,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
15217
181