From 060a23ae40b7c5df51994cd99e435d197c943a7c Mon Sep 17 00:00:00 2001 From: Amar kumar singh Date: Sat, 9 Dec 2023 10:03:09 +0530 Subject: [PATCH] Update package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f811f27..eb96aa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ostro/database", - "version": "1.1.8", + "version": "1.2.8", "description": "Database module for OstroJS", "main": "databaseManager.js", "scripts": { @@ -8,7 +8,8 @@ }, "dependencies": { "@ostro/contracts": "^1.0.2", - "@ostro/support": "^1.0.11", + "@ostro/support": "^1.0.12", + "@ostro/pagination": "^1.0.0", "fs-extra": "^8.1.0", "knex": "^2.3.0", "lodash.get": "^4.4.2"