@caido-utils/backend 0.5.3 → 0.5.4

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.
@@ -61,7 +61,7 @@ const STATIC_CONTENT_TYPES = [
61
61
  ];
62
62
  const STATIC_ASSET_FILTER = [
63
63
  ...STATIC_EXTENSIONS.map((ext) => `req.ext.nlike:"%.${ext}"`),
64
- ...STATIC_CONTENT_TYPES.map((ct) => `resp.raw.ncon:"${ct}"`)
64
+ ...STATIC_CONTENT_TYPES.map((ct) => `resp.raw.ncont:"${ct}"`)
65
65
  ].join(" AND ");
66
66
  export async function queryRequests(sdk, options) {
67
67
  const pageSize = options?.pageSize ?? 1e3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caido-utils/backend",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"