@alwatr/router
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.0.4](https://github.com/Alwatr/fract/compare/@alwatr/router@2.0.3...@alwatr/router@2.0.4) (2024-1-31) | ||
### Bug Fixes | ||
* use [@alwatr](https://github.com/alwatr) scope in define package ([bb26d34](https://github.com/Alwatr/fract/commit/bb26d34d7c03b112e8ab1e3dabde88caab50d66b)) by @njfamirm | ||
## [2.0.3](https://github.com/Alwatr/fract/compare/@alwatr/router@2.0.2...@alwatr/router@2.0.3) (2023-12-19) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/router", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Elegant powerful router (fundamental advance browser page routing) based on the simplicity of the signals written in tiny TypeScript module.", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@alwatr/logger": "^2.4.1", | ||
"@alwatr/logger": "^3.2.5", | ||
"@alwatr/math": "^1.3.1", | ||
@@ -43,3 +43,3 @@ "@alwatr/signal": "^2.0.5", | ||
}, | ||
"gitHead": "339ae3cd08d5c91d4d08c3f5d75eaaf2d01e75b8" | ||
"gitHead": "ae49df03a0ddbf3995c0220cc4d671599db60149" | ||
} |
import { createLogger, definePackage } from '@alwatr/logger'; | ||
import { AlwatrObservable } from '@alwatr/signal/observable.js'; | ||
definePackage('router', '2.x'); | ||
definePackage('@alwatr/router', '2.x'); | ||
const documentBaseUrl = document.querySelector('base')?.href || '/'; | ||
@@ -11,2 +11,3 @@ export class AlwatrRouter extends AlwatrObservable { | ||
super({ name: 'alwatr_router' }); | ||
// @ts-expect-error - FIXME: | ||
this._logger = createLogger('alwatr/router'); | ||
@@ -13,0 +14,0 @@ this._$popstateTrigger = false; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
52712
390
+ Added@alwatr/dedupe@1.1.8(transitive)
+ Added@alwatr/global-this@1.0.3(transitive)
+ Added@alwatr/logger@3.2.14(transitive)
+ Added@alwatr/package-tracer@1.0.8(transitive)
+ Added@alwatr/platform-info@1.2.8(transitive)
+ Added@alwatr/polyfill-has-own@1.1.8(transitive)
Updated@alwatr/logger@^3.2.5