@postgresql-typed/cache
Advanced tools
Comparing version
{ | ||
"name": "@postgresql-typed/cache", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "A PostgreSQL-Typed extension to cache queries using Keyv", | ||
@@ -46,4 +46,4 @@ "type": "module", | ||
"source-map-support": "^0.5.21", | ||
"@postgresql-typed/parsers": "0.8.2", | ||
"@postgresql-typed/util": "0.6.2" | ||
"@postgresql-typed/parsers": "0.8.3", | ||
"@postgresql-typed/util": "0.6.3" | ||
}, | ||
@@ -54,4 +54,4 @@ "devDependencies": { | ||
"typescript": "^4.9.5", | ||
"@postgresql-typed/cli": "0.5.2", | ||
"@postgresql-typed/core": "0.7.1" | ||
"@postgresql-typed/cli": "0.5.3", | ||
"@postgresql-typed/core": "0.7.2" | ||
}, | ||
@@ -58,0 +58,0 @@ "publishConfig": { |
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated