@alwatr/observable
Advanced tools
Comparing version 3.0.3 to 3.1.0
@@ -6,2 +6,8 @@ # Change Log | ||
## [3.1.0](https://github.com/Alwatr/flux/compare/v3.0.3...v3.1.0) (2024-09-26) | ||
### Dependencies update | ||
* bump @types/node in the development-dependencies group ([979223c](https://github.com/Alwatr/flux/commit/979223c3cdbb002a926e72e1a7f79c82ff7395d4)) by @dependabot[bot] | ||
## [3.0.3](https://github.com/Alwatr/flux/compare/v3.0.2...v3.0.3) (2024-09-24) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/observable", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"description": "A lightweight and flexible TypeScript library for implementing the observer pattern (similar to signals) with events, subscriptions, and convenient features.", | ||
@@ -66,7 +66,7 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"@alwatr/type-helper": "^1.2.6", | ||
"@types/node": "^22.5.5", | ||
"@types/node": "^22.7.2", | ||
"jest": "^29.7.0", | ||
"typescript": "^5.6.2" | ||
}, | ||
"gitHead": "dcc65841b9a997d5360b60d060cd8bcddd560a17" | ||
"gitHead": "d223e9f3b62f70201562f71ff5885f181a7dbc4f" | ||
} |
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
86281