@genesislcap/foundation-auth 14.226.2-alpha-ee50d0d.0 → 14.227.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.
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/routes/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC;;;;;;;;GAQG;AACH,wBAAgB,SAAS,CAAC,QAAQ,GAAE,MAA0B,GAAG,OAAO,CAKvE;AAED;;;;;;;GAOG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,UAAU,GAAG,MAAM,QAEpD;AAED;;;;;;;GAOG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,UAAU,GAAG,MAAM,EAAE,QAAQ,GAAE,MAAW,GAAG,MAAM,CAQtF"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/routes/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC;;;;;;;;GAQG;AACH,wBAAgB,SAAS,CAAC,QAAQ,GAAE,MAA0B,GAAG,OAAO,CAKvE;AAED;;;;;;;GAOG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,UAAU,GAAG,MAAM,QAGpD;AAED;;;;;;;GAOG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,UAAU,GAAG,MAAM,EAAE,QAAQ,GAAE,MAAW,GAAG,MAAM,CAQtF"}
@@ -1,4 +1,4 @@
1
- import { Route } from '@microsoft/fast-router';
1
+ import { FoundationRouteNav } from '@genesislcap/foundation-ui';
2
2
  import { AuthRoutes } from './types';
3
3
  /**
4
4
  * A utility to check if a pathname is a route of this micro frontend.
@@ -24,7 +24,8 @@ export function isMFRoute(pathname = location.pathname) {
24
24
  * @internal
25
25
  */
26
26
  export function navigateTo(route) {
27
- Route.path.push(route);
27
+ // Review for name based navigation
28
+ FoundationRouteNav.path.push(route);
28
29
  }
29
30
  /**
30
31
  * A utility to get a sub route path taking the host path into account.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-auth",
3
3
  "description": "Genesis Foundation Auth",
4
- "version": "14.226.2-alpha-ee50d0d.0",
4
+ "version": "14.227.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-auth.d.ts",
@@ -127,26 +127,26 @@
127
127
  }
128
128
  },
129
129
  "devDependencies": {
130
- "@genesislcap/foundation-testing": "14.226.2-alpha-ee50d0d.0",
131
- "@genesislcap/genx": "14.226.2-alpha-ee50d0d.0",
132
- "@genesislcap/rollup-builder": "14.226.2-alpha-ee50d0d.0",
133
- "@genesislcap/ts-builder": "14.226.2-alpha-ee50d0d.0",
134
- "@genesislcap/uvu-playwright-builder": "14.226.2-alpha-ee50d0d.0",
135
- "@genesislcap/vite-builder": "14.226.2-alpha-ee50d0d.0",
136
- "@genesislcap/webpack-builder": "14.226.2-alpha-ee50d0d.0",
130
+ "@genesislcap/foundation-testing": "14.227.0",
131
+ "@genesislcap/genx": "14.227.0",
132
+ "@genesislcap/rollup-builder": "14.227.0",
133
+ "@genesislcap/ts-builder": "14.227.0",
134
+ "@genesislcap/uvu-playwright-builder": "14.227.0",
135
+ "@genesislcap/vite-builder": "14.227.0",
136
+ "@genesislcap/webpack-builder": "14.227.0",
137
137
  "rimraf": "^5.0.0"
138
138
  },
139
139
  "dependencies": {
140
- "@genesislcap/foundation-comms": "14.226.2-alpha-ee50d0d.0",
141
- "@genesislcap/foundation-events": "14.226.2-alpha-ee50d0d.0",
142
- "@genesislcap/foundation-i18n": "14.226.2-alpha-ee50d0d.0",
143
- "@genesislcap/foundation-logger": "14.226.2-alpha-ee50d0d.0",
144
- "@genesislcap/foundation-state-machine": "14.226.2-alpha-ee50d0d.0",
145
- "@genesislcap/foundation-store": "14.226.2-alpha-ee50d0d.0",
146
- "@genesislcap/foundation-ui": "14.226.2-alpha-ee50d0d.0",
147
- "@genesislcap/foundation-user": "14.226.2-alpha-ee50d0d.0",
148
- "@genesislcap/foundation-utils": "14.226.2-alpha-ee50d0d.0",
149
- "@genesislcap/foundation-zero": "14.226.2-alpha-ee50d0d.0",
140
+ "@genesislcap/foundation-comms": "14.227.0",
141
+ "@genesislcap/foundation-events": "14.227.0",
142
+ "@genesislcap/foundation-i18n": "14.227.0",
143
+ "@genesislcap/foundation-logger": "14.227.0",
144
+ "@genesislcap/foundation-state-machine": "14.227.0",
145
+ "@genesislcap/foundation-store": "14.227.0",
146
+ "@genesislcap/foundation-ui": "14.227.0",
147
+ "@genesislcap/foundation-user": "14.227.0",
148
+ "@genesislcap/foundation-utils": "14.227.0",
149
+ "@genesislcap/foundation-zero": "14.227.0",
150
150
  "@microsoft/fast-components": "2.30.6",
151
151
  "@microsoft/fast-element": "1.14.0",
152
152
  "@microsoft/fast-foundation": "2.49.6",
@@ -167,5 +167,5 @@
167
167
  "publishConfig": {
168
168
  "access": "public"
169
169
  },
170
- "gitHead": "0cf87047a4d98e207401dd144a7ecdaabd54bc9d"
170
+ "gitHead": "6f1749b0cb8e0093efe528bc44a34eeb0697f458"
171
171
  }