@momsfriendlydevco/cowboy 1.7.1 → 1.7.2

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.
@@ -73,7 +73,7 @@ export default function CowboyMiddlewareApiTally(options) {
73
73
  },
74
74
  } : undefined,
75
75
  request: {
76
- path: req.cfReq.routePath,
76
+ path: req.path,
77
77
  headers: Object.entries(req.headers),
78
78
  size: req.cfReq.headers.has('content-length') ? Number.parseInt(req.cfReq.headers.get('content-length')) : undefined,
79
79
  consumer: undefined, // FIXME: Where does this come from type is optional string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momsfriendlydevco/cowboy",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "Wrapper around Cloudflare Wrangler to provide a more Express-like experience",
5
5
  "scripts": {
6
6
  "lint": "eslint"