@alwatr/nitrobase-types
Advanced tools
Comparing version 7.5.5 to 7.5.7
@@ -6,2 +6,8 @@ # Change Log | ||
## [7.5.7](https://github.com/Alwatr/nitrobase/compare/v7.5.6...v7.5.7) (2025-02-03) | ||
### Dependencies update | ||
* update [@alwatr](https://github.com/alwatr) dependencies to latest versions ([f8bb10f](https://github.com/Alwatr/nitrobase/commit/f8bb10fa3343f25e2a442e80fbddb88c55fac813)) by @ | ||
## [7.5.5](https://github.com/Alwatr/nitrobase/compare/v7.5.4...v7.5.5) (2025-02-02) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/nitrobase-types", | ||
"version": "7.5.5", | ||
"version": "7.5.7", | ||
"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.", | ||
@@ -63,13 +63,13 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/nanolib": "^5.2.1" | ||
"@alwatr/nanolib": "^5.3.1" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^5.0.0", | ||
"@alwatr/nano-build": "^5.3.0", | ||
"@alwatr/prettier-config": "^5.0.0", | ||
"@alwatr/tsconfig-base": "^5.0.0", | ||
"@alwatr/type-helper": "^5.0.0", | ||
"@alwatr/type-helper": "^5.3.0", | ||
"@types/node": "^22.13.0", | ||
"typescript": "^5.7.3" | ||
}, | ||
"gitHead": "5b82f47ce87bc700f98e6f90993491b03e5f530f" | ||
"gitHead": "4d2468a2dc9951d2fb7725d2d249fdfe374c2ec2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
77460
Updated@alwatr/nanolib@^5.3.1