We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cc259a + 267fca0 commit bfe0aceCopy full SHA for bfe0ace
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@secjs/utils",
3
- "version": "1.5.8",
+ "version": "1.5.9",
4
"description": "",
5
"license": "MIT",
6
"author": "João Lenon",
src/Functions/paginate.ts
@@ -30,5 +30,5 @@ export function paginate(
30
last: `${pagination.resourceUrl}?page=${totalPages}&limit=${meta.itemsPerPage}`,
31
}
32
33
- return { data, meta, links }
+ return { meta, links, data }
34
0 commit comments