@opengis/admin 0.3.115 → 0.3.116

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengis/admin",
3
- "version": "0.3.115",
3
+ "version": "0.3.116",
4
4
  "description": "This project Softpro Admin",
5
5
  "main": "dist/admin.js",
6
6
  "type": "module",
@@ -137,5 +137,6 @@ export default async function tableData(req, reply) {
137
137
  category,
138
138
  widgets,
139
139
  columns,
140
+ filters,
140
141
  };
141
142
  }