cf-workers-query
Advanced tools
Comparing version 0.3.9 to 0.3.10
@@ -0,1 +1,12 @@ | ||
## 0.3.10 (2024-07-25) | ||
### 🩹 Fixes | ||
- **package:** type versions correctly formatted ([2add804](https://github.com/anymaniax/cf-workers-query/commit/2add804)) | ||
### ❤️ Thank You | ||
- Victor Bury | ||
## 0.3.9 (2024-07-25) | ||
@@ -2,0 +13,0 @@ |
{ | ||
"name": "cf-workers-query", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"license": "MIT", | ||
@@ -73,7 +73,9 @@ "description": "Automatically cache and revalidate data in Cloudflare Workers. Using the Cache API and Execution Context", | ||
}, | ||
"typeVersions": { | ||
"hono": [ | ||
"./src/lib/hono.d.ts" | ||
] | ||
"typesVersions": { | ||
"*": { | ||
"hono": [ | ||
"./src/lib/hono.d.ts" | ||
] | ||
} | ||
} | ||
} |
18506