@kadirgun/lucid-bravo 0.0.7 → 0.0.8

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.
@@ -18,11 +18,11 @@ export default class {{ modelName }}Bravo extends LucidBravo<ModelType> {
18
18
  protected defaultLimit = 20
19
19
 
20
20
  public override getSortable(): LucidBravoAttributes<ModelType>[] {
21
- return ['id', 'title']
21
+ return []
22
22
  }
23
23
 
24
24
  public override getAllowedIncludes(): LucidBravoRelations<{{ entity.name }}>[] {
25
- return ['user']
25
+ return []
26
26
  }
27
27
  }
28
28
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@kadirgun/lucid-bravo",
3
3
  "description": "A powerful, fluent query builder for AdonisJS Lucid to handle filtering, sorting and pagination in a single flow",
4
4
  "homepage": "https://github.com/kadirgun/lucid-bravo",
5
- "version": "0.0.7",
5
+ "version": "0.0.8",
6
6
  "engines": {
7
7
  "node": ">=24.0.0"
8
8
  },