@aurelia/router-lite
Advanced tools
Comparing version 2.0.1-dev.202310121732 to 2.0.1-dev.202310131843
{ | ||
"name": "@aurelia/router-lite", | ||
"version": "2.0.1-dev.202310121732", | ||
"version": "2.0.1-dev.202310131843", | ||
"main": "dist/cjs/index.cjs", | ||
@@ -53,9 +53,9 @@ "module": "dist/esm/index.mjs", | ||
"dependencies": { | ||
"@aurelia/kernel": "2.0.1-dev.202310121732", | ||
"@aurelia/metadata": "2.0.1-dev.202310121732", | ||
"@aurelia/platform": "2.0.1-dev.202310121732", | ||
"@aurelia/platform-browser": "2.0.1-dev.202310121732", | ||
"@aurelia/route-recognizer": "2.0.1-dev.202310121732", | ||
"@aurelia/runtime": "2.0.1-dev.202310121732", | ||
"@aurelia/runtime-html": "2.0.1-dev.202310121732" | ||
"@aurelia/kernel": "2.0.1-dev.202310131843", | ||
"@aurelia/metadata": "2.0.1-dev.202310131843", | ||
"@aurelia/platform": "2.0.1-dev.202310131843", | ||
"@aurelia/platform-browser": "2.0.1-dev.202310131843", | ||
"@aurelia/route-recognizer": "2.0.1-dev.202310131843", | ||
"@aurelia/runtime": "2.0.1-dev.202310131843", | ||
"@aurelia/runtime-html": "2.0.1-dev.202310131843" | ||
}, | ||
@@ -62,0 +62,0 @@ "devDependencies": { |
// No-fallthrough disabled due to large numbers of false positives | ||
/* eslint-disable no-fallthrough */ | ||
import { ILogger, onResolve, onResolveAll } from '@aurelia/kernel'; | ||
import { ILogger, Writable, onResolve, onResolveAll } from '@aurelia/kernel'; | ||
import { type IHydratedController, type ICustomElementController, Controller } from '@aurelia/runtime-html'; | ||
@@ -810,5 +810,9 @@ | ||
case 'none': | ||
if (__DEV__) trace(logger, Events.vpaEndTransitionActiveCurrLifecycle, this); | ||
this._currState = State.currIsActive; | ||
break; | ||
case 'invoke-lifecycles': | ||
if (__DEV__) trace(logger, Events.vpaEndTransitionActiveCurrLifecycle, this); | ||
this._currState = State.currIsActive; | ||
(this._curCA! as Writable<ComponentAgent>)._routeNode = this._nextNode!; | ||
break; | ||
@@ -815,0 +819,0 @@ case 'replace': |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1624733
29653
+ Added@aurelia/kernel@2.0.1-dev.202310131843(transitive)
+ Added@aurelia/metadata@2.0.1-dev.202310131843(transitive)
+ Added@aurelia/platform@2.0.1-dev.202310131843(transitive)
+ Added@aurelia/platform-browser@2.0.1-dev.202310131843(transitive)
+ Added@aurelia/route-recognizer@2.0.1-dev.202310131843(transitive)
+ Added@aurelia/runtime@2.0.1-dev.202310131843(transitive)
+ Added@aurelia/runtime-html@2.0.1-dev.202310131843(transitive)
- Removed@aurelia/kernel@2.0.1-dev.202310121732(transitive)
- Removed@aurelia/metadata@2.0.1-dev.202310121732(transitive)
- Removed@aurelia/platform@2.0.1-dev.202310121732(transitive)
- Removed@aurelia/platform-browser@2.0.1-dev.202310121732(transitive)
- Removed@aurelia/route-recognizer@2.0.1-dev.202310121732(transitive)
- Removed@aurelia/runtime@2.0.1-dev.202310121732(transitive)
- Removed@aurelia/runtime-html@2.0.1-dev.202310121732(transitive)