@kadirgun/lucid-bravo 0.2.4 → 0.3.0
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 +6 -2
package/package.json
CHANGED
|
@@ -2,7 +2,11 @@
|
|
|
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
|
-
"
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/kadirgun/lucid-bravo.git"
|
|
8
|
+
},
|
|
9
|
+
"version": "0.3.0",
|
|
6
10
|
"engines": {
|
|
7
11
|
"node": ">=24.0.0"
|
|
8
12
|
},
|
|
@@ -151,4 +155,4 @@
|
|
|
151
155
|
]
|
|
152
156
|
},
|
|
153
157
|
"prettier": "@adonisjs/prettier-config"
|
|
154
|
-
}
|
|
158
|
+
}
|