@mongoosejs/studio 0.0.127 → 0.0.128

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.
@@ -45,7 +45,6 @@ module.exports = ({ db }) => async function exportQueryResults(params, req, res)
45
45
 
46
46
  const docs = await Model.
47
47
  find(filter).
48
- setOptions({ sanitizeFilter: true }).
49
48
  sort({ _id: -1 });
50
49
 
51
50
  const rows = [propertiesToInclude];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mongoosejs/studio",
3
- "version": "0.0.127",
3
+ "version": "0.0.128",
4
4
  "description": "A sleek, powerful MongoDB UI with built-in dashboarding and auth, seamlessly integrated with your Express, Vercel, or Netlify app.",
5
5
  "homepage": "https://studio.mongoosejs.io/",
6
6
  "repository": {