@httpquery/edge 0.1.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@httpquery/edge",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "CDN / Cloudflare Workers helpers for HTTP QUERY (RFC 10008)
|
|
3
|
+
"version": "0.3.0",
|
|
4
|
+
"description": "CDN / Cloudflare Workers helpers for HTTP QUERY (RFC 10008) \u2014 cache keys that include body.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"test": "npm run build && node --experimental-strip-types --test src/*.test.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@httpquery/core": "0.
|
|
43
|
+
"@httpquery/core": "0.3.0"
|
|
44
44
|
},
|
|
45
45
|
"keywords": [
|
|
46
46
|
"http",
|