@genesislcap/foundation-comms 14.217.0 → 14.217.1-alpha-bbbd2b3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36,7 +36,7 @@ export class DefaultSession {
36
36
  * This block shouldn't be required and might mean there's a code issue elsewhere. Login is obvious a public route,
37
37
  * so there would be no need to call captureReturnUrl from a nav contributor when trying to visit it.
38
38
  */
39
- if (pathname === '/login') {
39
+ if (pathname && (pathname.includes('/login') || pathname.includes('/auth'))) {
40
40
  return;
41
41
  }
42
42
  const path = `${pathname !== '/' ? pathname : ''}`;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-comms",
3
3
  "description": "Genesis Foundation UI Comms",
4
- "version": "14.217.0",
4
+ "version": "14.217.1-alpha-bbbd2b3.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -75,23 +75,23 @@
75
75
  }
76
76
  },
77
77
  "devDependencies": {
78
- "@genesislcap/foundation-testing": "14.217.0",
79
- "@genesislcap/genx": "14.217.0",
80
- "@genesislcap/rollup-builder": "14.217.0",
81
- "@genesislcap/ts-builder": "14.217.0",
82
- "@genesislcap/uvu-playwright-builder": "14.217.0",
83
- "@genesislcap/vite-builder": "14.217.0",
84
- "@genesislcap/webpack-builder": "14.217.0",
78
+ "@genesislcap/foundation-testing": "14.217.1-alpha-bbbd2b3.0",
79
+ "@genesislcap/genx": "14.217.1-alpha-bbbd2b3.0",
80
+ "@genesislcap/rollup-builder": "14.217.1-alpha-bbbd2b3.0",
81
+ "@genesislcap/ts-builder": "14.217.1-alpha-bbbd2b3.0",
82
+ "@genesislcap/uvu-playwright-builder": "14.217.1-alpha-bbbd2b3.0",
83
+ "@genesislcap/vite-builder": "14.217.1-alpha-bbbd2b3.0",
84
+ "@genesislcap/webpack-builder": "14.217.1-alpha-bbbd2b3.0",
85
85
  "@types/js-cookie": "^3.0.2",
86
86
  "@types/json-schema": "^7.0.11",
87
87
  "@types/webappsec-credential-management": "^0.6.2",
88
88
  "rimraf": "^5.0.0"
89
89
  },
90
90
  "dependencies": {
91
- "@genesislcap/foundation-broadcast-channel": "14.217.0",
92
- "@genesislcap/foundation-logger": "14.217.0",
93
- "@genesislcap/foundation-user": "14.217.0",
94
- "@genesislcap/foundation-utils": "14.217.0",
91
+ "@genesislcap/foundation-broadcast-channel": "14.217.1-alpha-bbbd2b3.0",
92
+ "@genesislcap/foundation-logger": "14.217.1-alpha-bbbd2b3.0",
93
+ "@genesislcap/foundation-user": "14.217.1-alpha-bbbd2b3.0",
94
+ "@genesislcap/foundation-utils": "14.217.1-alpha-bbbd2b3.0",
95
95
  "@microsoft/fast-element": "^1.12.0",
96
96
  "@microsoft/fast-foundation": "^2.49.4",
97
97
  "analytics": "^0.8.0",
@@ -111,5 +111,5 @@
111
111
  "publishConfig": {
112
112
  "access": "public"
113
113
  },
114
- "gitHead": "3d119baa8d1ec42f681d17de1f605a98b1a9a464"
114
+ "gitHead": "11665b997cc85fbfba6db6f8995df8c7b06a2776"
115
115
  }