@alwatr/observable
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.1.1](https://github.com/Alwatr/flux/compare/v3.1.0...v3.1.1) (2024-09-29) | ||
### Miscellaneous Chores | ||
* edited README ([fff9b3f](https://github.com/Alwatr/flux/commit/fff9b3f6ccc52e2257bdfe306e032ded07497b4a)) by @ArmanAsadian | ||
* **observable:** change the license to AGPL-3.0 ([1fefabc](https://github.com/Alwatr/flux/commit/1fefabc4136d5adae4731eec16f1515b6e9a568b)) by @ArmanAsadian | ||
### Dependencies update | ||
* update ([fb148fd](https://github.com/Alwatr/flux/commit/fb148fdbe7f84acc3eda625e5e8c5773747d32e9)) by @ | ||
## [3.1.0](https://github.com/Alwatr/flux/compare/v3.0.3...v3.1.0) (2024-09-26) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@alwatr/observable", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "A lightweight and flexible TypeScript library for implementing the observer pattern (similar to signals) with events, subscriptions, and convenient features.", | ||
@@ -24,3 +24,3 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
}, | ||
"license": "MIT", | ||
"license": "AGPL-3.0-only", | ||
"files": [ | ||
@@ -67,7 +67,7 @@ "**/*.{js,mjs,cjs,map,d.ts,html,md}", | ||
"@alwatr/type-helper": "^1.2.6", | ||
"@types/node": "^22.7.2", | ||
"@types/node": "^22.7.4", | ||
"jest": "^29.7.0", | ||
"typescript": "^5.6.2" | ||
}, | ||
"gitHead": "d223e9f3b62f70201562f71ff5885f181a7dbc4f" | ||
"gitHead": "e0a53586929eaaf25cdde4a0845650b8c7012ab7" | ||
} |
@@ -45,12 +45,12 @@ # Flux: Observable | ||
The following companies, organizations, and individuals support Nitrobase ongoing maintenance and development. Become a Sponsor to get your logo on our README and website. | ||
The following companies, organizations, and individuals support flux ongoing maintenance and development. Become a Sponsor to get your logo on our README and website. | ||
[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com) | ||
## 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
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
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
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
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
86906