Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"description": "Nitrobase is a blazingly fast, lightweight database built on JSON. It stores data entirely in memory for lightning-quick access, while also providing a JSON file backup for persistence. You can easily serve your data over the web using our high-performance accelerated Nginx server.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com> (https://ali.mihandoost.com)",
"devDependencies": {
"@alwatr/nanolib": "^7.3.4",
"@lerna-lite/changed": "^4.10.2",
"@lerna-lite/cli": "^4.10.2",
"@lerna-lite/diff": "^4.10.2",
"@lerna-lite/exec": "^4.10.2",
"@lerna-lite/publish": "^4.10.2",
"@lerna-lite/run": "^4.10.2",
"@lerna-lite/version": "^4.10.2",
"@types/node": "^24.10.4",
"@alwatr/nanolib": "^7.3.5",
"@lerna-lite/changed": "^4.10.5",
"@lerna-lite/cli": "^4.10.5",
"@lerna-lite/diff": "^4.10.5",
"@lerna-lite/exec": "^4.10.5",
"@lerna-lite/publish": "^4.10.5",
"@lerna-lite/run": "^4.10.5",
"@lerna-lite/version": "^4.10.5",
"@types/node": "^24.10.8",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"conventional-changelog-conventionalcommits": "^9.1.0",
Expand All @@ -21,7 +21,7 @@
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-require-extensions": "^0.1.3",
"jest": "^30.2.0",
"prettier": "^3.7.4",
"prettier": "^3.8.0",
"typescript": "^5.9.3"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"bugs": "https://github.com/Alwatr/nitrobase/issues",
"dependencies": {
"@alwatr/delay": "^6.0.18",
"@alwatr/exit-hook": "^5.5.26",
"@alwatr/logger": "^6.0.15",
"@alwatr/delay": "^6.0.19",
"@alwatr/exit-hook": "^5.5.27",
"@alwatr/logger": "^6.0.16",
"@alwatr/nitrobase-helper": "workspace:^",
"@alwatr/nitrobase-reference": "workspace:^",
"@alwatr/nitrobase-types": "workspace:^",
"@alwatr/node-fs": "^5.5.29",
"@alwatr/node-fs": "^5.5.30",
"@alwatr/type-helper": "^7.0.0"
},
"devDependencies": {
"@alwatr/nanolib": "^7.3.4",
"@types/node": "^24.10.4",
"@alwatr/nanolib": "^7.3.5",
"@types/node": "^24.10.8",
"typescript": "^5.9.3"
},
"exports": {
Expand Down
8 changes: 4 additions & 4 deletions packages/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"bugs": "https://github.com/Alwatr/nitrobase/issues",
"dependencies": {
"@alwatr/flat-string": "^5.5.26",
"@alwatr/logger": "^6.0.15",
"@alwatr/flat-string": "^5.5.27",
"@alwatr/logger": "^6.0.16",
"@alwatr/nitrobase-types": "workspace:^"
},
"devDependencies": {
"@alwatr/nanolib": "^7.3.4",
"@types/node": "^24.10.4",
"@alwatr/nanolib": "^7.3.5",
"@types/node": "^24.10.8",
"typescript": "^5.9.3"
},
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nitrobase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@alwatr/nitrobase-user-management": "workspace:^"
},
"devDependencies": {
"@alwatr/nanolib": "^7.3.4",
"@types/node": "^24.10.4",
"@alwatr/nanolib": "^7.3.5",
"@types/node": "^24.10.8",
"typescript": "^5.9.3"
},
"exports": {
Expand Down
8 changes: 4 additions & 4 deletions packages/reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"bugs": "https://github.com/Alwatr/nitrobase/issues",
"dependencies": {
"@alwatr/delay": "^6.0.18",
"@alwatr/logger": "^6.0.15",
"@alwatr/delay": "^6.0.19",
"@alwatr/logger": "^6.0.16",
"@alwatr/nitrobase-helper": "workspace:^",
"@alwatr/nitrobase-types": "workspace:^",
"@alwatr/type-helper": "^7.0.0"
},
"devDependencies": {
"@alwatr/nanolib": "^7.3.4",
"@types/node": "^24.10.4",
"@alwatr/nanolib": "^7.3.5",
"@types/node": "^24.10.8",
"typescript": "^5.9.3"
},
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"@alwatr/type-helper": "^7.0.0"
},
"devDependencies": {
"@alwatr/nanolib": "^7.3.4",
"@types/node": "^24.10.4",
"@alwatr/nanolib": "^7.3.5",
"@types/node": "^24.10.8",
"typescript": "^5.9.3"
},
"exports": {
Expand Down
8 changes: 4 additions & 4 deletions packages/user-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"bugs": "https://github.com/Alwatr/nitrobase/issues",
"dependencies": {
"@alwatr/logger": "^6.0.15",
"@alwatr/logger": "^6.0.16",
"@alwatr/nitrobase-engine": "workspace:^",
"@alwatr/nitrobase-reference": "workspace:^",
"@alwatr/nitrobase-types": "workspace:^",
"@alwatr/node-fs": "^5.5.29",
"@alwatr/node-fs": "^5.5.30",
"@alwatr/type-helper": "^7.0.0"
},
"devDependencies": {
"@alwatr/nanolib": "^7.3.4",
"@types/node": "^24.10.4",
"@alwatr/nanolib": "^7.3.5",
"@types/node": "^24.10.8",
"typescript": "^5.9.3"
},
"exports": {
Expand Down
Loading