@alwatr/nitrobase-types
Advanced tools
Comparing version 7.2.0 to 7.2.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [7.2.1](https://github.com/Alwatr/nitrobase/compare/v7.2.0...v7.2.1) (2024-09-29) | ||
### Miscellaneous Chores | ||
* **deps-dev:** bump @types/node in the development-dependencies group ([9b146d2](https://github.com/Alwatr/nitrobase/commit/9b146d2f6cf7d1d79a2a6f46a5e8f50e7fb2ac75)) by @dependabot[bot] | ||
* **types:** change the license to AGPL-3.0 ([b45e0a4](https://github.com/Alwatr/nitrobase/commit/b45e0a417b5d00735bc893236e72111e4caac63d)) by @ArmanAsadian | ||
### Dependencies update | ||
* update ([90a0fe1](https://github.com/Alwatr/nitrobase/commit/90a0fe146eb703c183c116776d7c5748918282da)) by @ | ||
## [7.2.0](https://github.com/Alwatr/nitrobase/compare/v7.1.1...v7.2.0) (2024-09-24) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@alwatr/nitrobase-types", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"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.", | ||
@@ -30,3 +30,3 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
}, | ||
"license": "MIT", | ||
"license": "AGPL-3.0-only", | ||
"files": [ | ||
@@ -71,6 +71,6 @@ "**/*.{js,mjs,cjs,map,d.ts,html,md}", | ||
"@alwatr/type-helper": "^1.2.6", | ||
"@types/node": "^22.6.1", | ||
"@types/node": "^22.7.4", | ||
"typescript": "^5.6.2" | ||
}, | ||
"gitHead": "16721bc83c4c971ae03f8ab4ee4f66794e3ed5b6" | ||
"gitHead": "519fd869ca85fe593f863b29cc945554f28dc870" | ||
} |
@@ -83,8 +83,8 @@ # Nitrobase | ||
## License | ||
### Contributing | ||
This project is licensed under the AGPL-3.0 License. | ||
Contributions are welcome! Please read our [contribution guidelines](https://github.com/Alwatr/.github/blob/next/CONTRIBUTING.md) before submitting a pull request. | ||
## Contributing | ||
### License | ||
Contributions are welcome! Please feel free to submit issues and pull requests. | ||
This project is licensed under the [AGPL-3.0 License](LICENSE). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
71788