@alwatr/router
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.0.2](https://github.com/Alwatr/fract/compare/@alwatr/router@2.0.1...@alwatr/router@2.0.2) (2023-12-19) | ||
### Bug Fixes | ||
* remove [@alwatr](https://github.com/alwatr) in definePackage ([42ea0d0](https://github.com/Alwatr/fract/commit/42ea0d05a9fccaa24d4e7357fae794ffa9755a1e)) by @njfamirm | ||
## [2.0.1](https://github.com/Alwatr/fract/compare/@alwatr/router@2.0.0...@alwatr/router@2.0.1) (2023-11-15) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/router", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"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": "^2.2.0", | ||
"@alwatr/math": "^1.2.0", | ||
"@alwatr/signal": "^2.0.3", | ||
"@alwatr/logger": "^2.4.0", | ||
"@alwatr/math": "^1.3.0", | ||
"@alwatr/signal": "^2.0.4", | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/type": "^1.2.0" | ||
"@alwatr/type": "^1.2.4" | ||
}, | ||
"gitHead": "481d3c9fcd3aae4d4b7db80c64a9c24f9aab8ccd" | ||
"gitHead": "f8d3b899ec0496d3e1e31e7b50a328b19a945ee3" | ||
} |
import { createLogger, definePackage } from '@alwatr/logger'; | ||
import { AlwatrObservable } from '@alwatr/signal/observable.js'; | ||
definePackage('@alwatr/router', '2.x'); | ||
definePackage('router', '2.x'); | ||
const documentBaseUrl = document.querySelector('base')?.href || '/'; | ||
@@ -5,0 +5,0 @@ export class AlwatrRouter extends AlwatrObservable { |
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
52148
Updated@alwatr/logger@^2.4.0
Updated@alwatr/math@^1.3.0
Updated@alwatr/signal@^2.0.4