cf-workers-query
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -0,1 +1,5 @@ | ||
## 0.5.1 (2024-09-02) | ||
This was a version bump only, there were no code changes. | ||
## 0.5.0 (2024-08-14) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "cf-workers-query", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"license": "MIT", | ||
@@ -58,3 +58,3 @@ "description": "Automatically cache and revalidate data in Cloudflare Workers. Using the Cache API and Execution Context", | ||
}, | ||
"type": "commonjs", | ||
"type": "module", | ||
"main": "./src/index.js", | ||
@@ -80,3 +80,4 @@ "typings": "./src/index.d.ts", | ||
} | ||
} | ||
}, | ||
"module": "./src/index.js" | ||
} |
21347
Yes