@ccci/micro-server 1.0.238 → 1.0.240

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.
@@ -10,6 +10,7 @@ export default class BaseController {
10
10
  /**
11
11
  * Find all the rows matching your query, within a specified offset / limit,
12
12
  * and get the total number of rows matching your query.
13
+ * -- added distinct:true
13
14
  * ```js
14
15
  * Controller.find(req, res, next)
15
16
  * ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccci/micro-server",
3
- "version": "1.0.238",
3
+ "version": "1.0.240",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",