@alwatr/router
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.0.1](https://github.com/AliMD/alwatr/compare/v1.0.0...v1.0.1) (2023-06-21) | ||
**Note:** Version bump only for package @alwatr/router | ||
# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/router", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Elegant powerful router (fundamental advance browser page routing) based on the simplicity of the signals written in tiny TypeScript module.", | ||
@@ -34,11 +34,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@alwatr/logger": "^1.0.0", | ||
"@alwatr/math": "^1.0.0", | ||
"@alwatr/signal": "^1.0.0", | ||
"@alwatr/logger": "^1.0.1", | ||
"@alwatr/math": "^1.0.1", | ||
"@alwatr/signal": "^1.0.1", | ||
"tslib": "^2.5.3" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/type": "^1.0.0" | ||
"@alwatr/type": "^1.0.1" | ||
}, | ||
"gitHead": "bfeaaac8fb74b666a2ae46d6d3a026c7d0b67bfb" | ||
"gitHead": "10b9734389e27538ba4fa4ac7871ec0354ca9285" | ||
} |
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
68976
Updated@alwatr/logger@^1.0.1
Updated@alwatr/math@^1.0.1
Updated@alwatr/signal@^1.0.1