cf-workers-query
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "cf-workers-query", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Automatically cache and revalidate data in Cloudflare Workers. Using the Cache API and Execution Context", |
export { createQuery } from './lib/create-query'; | ||
export { CacheApiAdaptor } from './lib/cache-api'; | ||
export { defineCFExecutionContext, getCFExecutionContext } from './lib/context'; | ||
export { invalidateQuery } from './lib/invalidate-query'; |
303277
21
399