@alwatr/nitrobase-engine
Advanced tools
Comparing version 7.3.1 to 7.4.0
@@ -6,2 +6,10 @@ # Change Log | ||
## [7.4.0](https://github.com/Alwatr/nitrobase/compare/v7.3.1...v7.4.0) (2024-11-08) | ||
### Dependencies update | ||
* bump @alwatr/nanolib from 5.2.0 to 5.2.1 across multiple packages ([e1f87b0](https://github.com/Alwatr/nitrobase/commit/e1f87b07d33e8227440256a70f012aa63410f153)) by @ | ||
* **deps-dev:** bump @types/node in the dependencies group ([67ffbad](https://github.com/Alwatr/nitrobase/commit/67ffbad06c95c304d47acbe46fd137fb4cf69f95)) by @dependabot[bot] | ||
* **deps:** bump @alwatr/nanolib from 5.0.0 to 5.2.0 in the alwatr group ([dfa1eef](https://github.com/Alwatr/nitrobase/commit/dfa1eefb191bbaac2ff2fff410bb1d3ec615d959)) by @dependabot[bot] | ||
## [7.3.1](https://github.com/Alwatr/nitrobase/compare/v7.3.0...v7.3.1) (2024-11-02) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@alwatr/nitrobase-engine", | ||
"version": "7.3.1", | ||
"version": "7.4.0", | ||
"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,6 +63,6 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/nanolib": "^5.0.0", | ||
"@alwatr/nitrobase-helper": "^7.3.1", | ||
"@alwatr/nitrobase-reference": "^7.3.1", | ||
"@alwatr/nitrobase-types": "^7.3.1" | ||
"@alwatr/nanolib": "^5.2.1", | ||
"@alwatr/nitrobase-helper": "^7.4.0", | ||
"@alwatr/nitrobase-reference": "^7.4.0", | ||
"@alwatr/nitrobase-types": "^7.4.0" | ||
}, | ||
@@ -74,6 +74,6 @@ "devDependencies": { | ||
"@alwatr/type-helper": "^5.0.0", | ||
"@types/node": "^22.8.6", | ||
"@types/node": "^22.9.0", | ||
"typescript": "^5.6.3" | ||
}, | ||
"gitHead": "cbcfe6e61e21062570f91ae751e4fce3c232b003" | ||
"gitHead": "ac284c47ccbd75f187bd5f4da4e990b1f92b52f5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
149345