From 05321d22296075a8c971d35d1e835a136c198119 Mon Sep 17 00:00:00 2001 From: developeramarkumar <30429306+developeramarkumar@users.noreply.github.com> Date: Thu, 28 Jul 2022 11:08:32 +0530 Subject: [PATCH 1/7] mysql2 configuration --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 74dea85..6a5cf9d 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,19 @@ { "name": "@ostro/framework", - "version": "0.0.0-alpha.3", + "version": "1.0.0", "description": "MVC framework for NodeJS", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@ostro/auth": "^0.0.0-alpha", + "@ostro/auth": "^1.0.0", "@ostro/cache": "^0.0.0-alpha", "@ostro/config": "^0.0.0-alpha", "@ostro/console": "^0.0.0-alpha", "@ostro/container": "^0.0.0-alpha", "@ostro/contracts": "^0.0.0-alpha", "@ostro/cookie": "^0.0.0-alpha", - "@ostro/database": "^0.0.0-alpha", + "@ostro/database": "^1.0.0", "@ostro/encryption": "^0.0.0-alpha", "@ostro/filesystem": "^0.0.0-alpha", "@ostro/http": "^0.0.0-alpha", @@ -21,7 +21,7 @@ "@ostro/router": "^0.0.0-alpha", "@ostro/session": "^0.0.0-alpha", "@ostro/server": "^0.0.0-alpha", - "@ostro/support": "^0.0.0-alpha", + "@ostro/support": "^1.0.0", "@ostro/validation": "^0.0.0-alpha", "@ostro/view": "^0.0.0-alpha", "@ostro/foundation": "^0.0.0-alpha" From d38030dc388fad54d75b954f030eed5b1e237689 Mon Sep 17 00:00:00 2001 From: developeramarkumar <30429306+developeramarkumar@users.noreply.github.com> Date: Sat, 30 Jul 2022 21:13:02 +0530 Subject: [PATCH 2/7] version upgrade --- package.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 6a5cf9d..54fdd3a 100644 --- a/package.json +++ b/package.json @@ -7,24 +7,24 @@ }, "dependencies": { "@ostro/auth": "^1.0.0", - "@ostro/cache": "^0.0.0-alpha", - "@ostro/config": "^0.0.0-alpha", - "@ostro/console": "^0.0.0-alpha", - "@ostro/container": "^0.0.0-alpha", - "@ostro/contracts": "^0.0.0-alpha", - "@ostro/cookie": "^0.0.0-alpha", - "@ostro/database": "^1.0.0", - "@ostro/encryption": "^0.0.0-alpha", - "@ostro/filesystem": "^0.0.0-alpha", - "@ostro/http": "^0.0.0-alpha", - "@ostro/logger": "^0.0.0-alpha", - "@ostro/router": "^0.0.0-alpha", - "@ostro/session": "^0.0.0-alpha", - "@ostro/server": "^0.0.0-alpha", - "@ostro/support": "^1.0.0", - "@ostro/validation": "^0.0.0-alpha", - "@ostro/view": "^0.0.0-alpha", - "@ostro/foundation": "^0.0.0-alpha" + "@ostro/cache": "^1.0.0", + "@ostro/config": "^1.0.2", + "@ostro/console": "^1.0.0", + "@ostro/container": "^1.0.2", + "@ostro/contracts": "^1.0.0", + "@ostro/cookie": "^1.0.2", + "@ostro/database": "^1.0.2", + "@ostro/encryption": "^1.0.0", + "@ostro/filesystem": "^1.0.2", + "@ostro/http": "^1.0.2", + "@ostro/logger": "^1.0.0", + "@ostro/router": "^1.0.2", + "@ostro/session": "^1.0.2", + "@ostro/server": "^1.0.2", + "@ostro/support": "^1.0.2", + "@ostro/validation": "^1.0.2", + "@ostro/view": "^1.0.0", + "@ostro/foundation": "^1.0.0" }, "engines": { "node": ">=12.0.0" From 9ee189457fe6487053ad737979e7a5a8473b5dd7 Mon Sep 17 00:00:00 2001 From: Amar kumar singh Date: Wed, 5 Apr 2023 19:53:48 -0700 Subject: [PATCH 3/7] Update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 54fdd3a..6536a6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ostro/framework", - "version": "1.0.0", + "version": "1.0.1", "description": "MVC framework for NodeJS", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -16,15 +16,15 @@ "@ostro/database": "^1.0.2", "@ostro/encryption": "^1.0.0", "@ostro/filesystem": "^1.0.2", - "@ostro/http": "^1.0.2", + "@ostro/http": "^1.0.5", "@ostro/logger": "^1.0.0", "@ostro/router": "^1.0.2", "@ostro/session": "^1.0.2", "@ostro/server": "^1.0.2", - "@ostro/support": "^1.0.2", + "@ostro/support": "^1.0.6", "@ostro/validation": "^1.0.2", "@ostro/view": "^1.0.0", - "@ostro/foundation": "^1.0.0" + "@ostro/foundation": "^1.0.2" }, "engines": { "node": ">=12.0.0" From 65a1770ea38231d5f1af1e8dc2c32be30d9785fe Mon Sep 17 00:00:00 2001 From: Amar kumar singh Date: Mon, 25 Dec 2023 23:09:40 +0530 Subject: [PATCH 4/7] Update package.json --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 6536a6d..09b5d47 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,30 @@ { "name": "@ostro/framework", - "version": "1.0.1", + "version": "1.1.1", "description": "MVC framework for NodeJS", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@ostro/auth": "^1.0.0", - "@ostro/cache": "^1.0.0", + "@ostro/auth": "^1.0.1", + "@ostro/cache": "^1.0.2", "@ostro/config": "^1.0.2", - "@ostro/console": "^1.0.0", + "@ostro/console": "^1.0.4", "@ostro/container": "^1.0.2", - "@ostro/contracts": "^1.0.0", + "@ostro/contracts": "^1.0.3", "@ostro/cookie": "^1.0.2", - "@ostro/database": "^1.0.2", - "@ostro/encryption": "^1.0.0", - "@ostro/filesystem": "^1.0.2", - "@ostro/http": "^1.0.5", + "@ostro/database": "^1.2.10", + "@ostro/encryption": "^1.0.1", + "@ostro/filesystem": "^1.0.3", + "@ostro/http": "^1.0.7", "@ostro/logger": "^1.0.0", - "@ostro/router": "^1.0.2", + "@ostro/router": "^1.0.3", "@ostro/session": "^1.0.2", "@ostro/server": "^1.0.2", - "@ostro/support": "^1.0.6", - "@ostro/validation": "^1.0.2", + "@ostro/support": "^1.0.13", + "@ostro/validation": "^1.0.3", "@ostro/view": "^1.0.0", - "@ostro/foundation": "^1.0.2" + "@ostro/foundation": "^1.0.3" }, "engines": { "node": ">=12.0.0" From 1c950303d9d3a1bbcbbe1f601e8c1b5fa8ec5595 Mon Sep 17 00:00:00 2001 From: Amar kumar singh Date: Mon, 8 Jan 2024 21:43:24 +0530 Subject: [PATCH 5/7] Update package.json --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 09b5d47..7e53ba4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ostro/framework", - "version": "1.1.1", + "version": "1.2.0", "description": "MVC framework for NodeJS", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -10,21 +10,21 @@ "@ostro/cache": "^1.0.2", "@ostro/config": "^1.0.2", "@ostro/console": "^1.0.4", - "@ostro/container": "^1.0.2", - "@ostro/contracts": "^1.0.3", + "@ostro/container": "^1.0.3", + "@ostro/contracts": "^1.0.4", "@ostro/cookie": "^1.0.2", - "@ostro/database": "^1.2.10", + "@ostro/database": "^1.3.0", "@ostro/encryption": "^1.0.1", "@ostro/filesystem": "^1.0.3", - "@ostro/http": "^1.0.7", + "@ostro/http": "^1.0.9", "@ostro/logger": "^1.0.0", - "@ostro/router": "^1.0.3", + "@ostro/router": "^1.0.5", "@ostro/session": "^1.0.2", "@ostro/server": "^1.0.2", - "@ostro/support": "^1.0.13", - "@ostro/validation": "^1.0.3", + "@ostro/support": "^1.2.0", + "@ostro/validation": "^1.0.4", "@ostro/view": "^1.0.0", - "@ostro/foundation": "^1.0.3" + "@ostro/foundation": "^1.0.4" }, "engines": { "node": ">=12.0.0" From 1adebd30ef1f06e67eac0d3affa63f9a21523a28 Mon Sep 17 00:00:00 2001 From: Amar kumar singh Date: Mon, 8 Jan 2024 21:44:21 +0530 Subject: [PATCH 6/7] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e53ba4..27c83c3 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@ostro/support": "^1.2.0", "@ostro/validation": "^1.0.4", "@ostro/view": "^1.0.0", - "@ostro/foundation": "^1.0.4" + "@ostro/foundation": "^1.0.3" }, "engines": { "node": ">=12.0.0" From 66ae483f36a1d420166c494e80ccc160d40d732d Mon Sep 17 00:00:00 2001 From: Amar kumar singh Date: Sun, 20 Jul 2025 01:18:55 +0530 Subject: [PATCH 7/7] Update package.json --- package.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 27c83c3..aeeda37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ostro/framework", - "version": "1.2.0", + "version": "1.3.0", "description": "MVC framework for NodeJS", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -9,22 +9,23 @@ "@ostro/auth": "^1.0.1", "@ostro/cache": "^1.0.2", "@ostro/config": "^1.0.2", - "@ostro/console": "^1.0.4", + "@ostro/console": "^1.0.6", "@ostro/container": "^1.0.3", - "@ostro/contracts": "^1.0.4", + "@ostro/contracts": "^1.1.4", "@ostro/cookie": "^1.0.2", - "@ostro/database": "^1.3.0", + "@ostro/database": "^1.3.5", "@ostro/encryption": "^1.0.1", "@ostro/filesystem": "^1.0.3", "@ostro/http": "^1.0.9", "@ostro/logger": "^1.0.0", "@ostro/router": "^1.0.5", "@ostro/session": "^1.0.2", - "@ostro/server": "^1.0.2", - "@ostro/support": "^1.2.0", + "@ostro/server": "^1.1.2", + "@ostro/serverless": "^1.0.0", + "@ostro/support": "^1.2.1", "@ostro/validation": "^1.0.4", "@ostro/view": "^1.0.0", - "@ostro/foundation": "^1.0.3" + "@ostro/foundation": "^1.1.3" }, "engines": { "node": ">=12.0.0"