@postgresql-typed/cache
Advanced tools
Comparing version
{ | ||
"name": "@postgresql-typed/cache", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"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.9.2", | ||
"@postgresql-typed/util": "0.8.0" | ||
"@postgresql-typed/parsers": "0.9.3", | ||
"@postgresql-typed/util": "0.9.0" | ||
}, | ||
@@ -54,4 +54,4 @@ "devDependencies": { | ||
"typescript": "^4.9.5", | ||
"@postgresql-typed/cli": "0.6.1", | ||
"@postgresql-typed/core": "0.9.1" | ||
"@postgresql-typed/cli": "0.7.0", | ||
"@postgresql-typed/core": "0.9.2" | ||
}, | ||
@@ -58,0 +58,0 @@ "publishConfig": { |
+ Added
+ Added
- Removed
- Removed
Updated