@equinor/fusion-framework-vite-plugin-spa 4.1.2 → 4.1.3

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,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '4.1.2';
2
+ export const version = '4.1.3';
3
3
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
- import { c as createErrorClass, _ as __extends, e as errorContext, E as EMPTY_SUBSCRIPTION, S as Subscription, a as arrRemove, O as Observable, b as __values, d as __spreadArray, f as __read, i as isFunction$1, g as SafeSubscriber, h as EmptyError, o as operate, j as executeSchedule, k as innerFrom, l as createOperatorSubscriber, m as map, n as mergeMap, p as identity, q as isArrayLike, r as isScheduler, s as popScheduler, t as popNumber, u as EMPTY, v as from, w as mergeInternals, x as scanInternals, y as noop, z as popResultSelector, A as reduce, B as lastValueFrom, M as ModuleEventLevel, C as filter, D as BaseModuleProvider, F as catchError, G as of, H as object, I as _instanceof, J as _enum, K as string, L as boolean, N as record, P as union, Q as __rest, R as __assign, T as switchMap, U as observeOn, V as deepmerge, W as BaseConfigBuilder, X as TelemetryExceptionSchema, Y as TelemetryItemNames, Z as TelemetryType, $ as TelemetryEventSchema, a0 as TelemetryMetricSchema, a1 as TelemetryCustomEventSchema, a2 as array, a3 as TelemetryLevel, a4 as enableMSAL } from '../module-DK5kAoXA.js';
1
+ import { c as createErrorClass, _ as __extends, e as errorContext, E as EMPTY_SUBSCRIPTION, S as Subscription, a as arrRemove, O as Observable, b as __values, d as __spreadArray, f as __read, i as isFunction$1, g as SafeSubscriber, h as EmptyError, o as operate, j as executeSchedule, k as innerFrom, l as createOperatorSubscriber, m as map, n as mergeMap, p as identity, q as isArrayLike, r as isScheduler, s as popScheduler, t as popNumber, u as EMPTY, v as from, w as mergeInternals, x as scanInternals, y as noop, z as popResultSelector, A as reduce, B as lastValueFrom, M as ModuleEventLevel, C as filter, D as BaseModuleProvider, F as catchError, G as of, H as object, I as _instanceof, J as _enum, K as string, L as boolean, N as record, P as union, Q as __rest, R as __assign, T as switchMap, U as observeOn, V as deepmerge, W as BaseConfigBuilder, X as TelemetryExceptionSchema, Y as TelemetryItemNames, Z as TelemetryType, $ as TelemetryEventSchema, a0 as TelemetryMetricSchema, a1 as TelemetryCustomEventSchema, a2 as array, a3 as TelemetryLevel, a4 as enableMSAL } from '../module-CybelWKy.js';
2
2
 
3
3
  var ObjectUnsubscribedError = createErrorClass(function (_super) {
4
4
  return function ObjectUnsubscribedErrorImpl() {
@@ -9362,7 +9362,7 @@ async function registerServiceWorker(framework) {
9362
9362
  }
9363
9363
 
9364
9364
  // Generated by genversion.
9365
- const version = '4.1.2';
9365
+ const version = '4.1.3';
9366
9366
 
9367
9367
  // Allow dynamic import without vite
9368
9368
  const importWithoutVite = (path) => import(/* @vite-ignore */ path);
@@ -9382,7 +9382,7 @@ enableServiceDiscovery(configurator, async (builder) => {
9382
9382
  });
9383
9383
  // Avoid interactive Entra ID authentication when the SPA runs in CI or Playwright.
9384
9384
  if (isEnabledEnvValue(import.meta.env.FUSION_SPA_MSAL_MOCK)) {
9385
- const { enableMsalMock } = await import('../index-DYAtJv_q.js');
9385
+ const { enableMsalMock } = await import('../index-8TS-eku8.js');
9386
9386
  const mockToken = import.meta.env.FUSION_SPA_MSAL_MOCK_TOKEN;
9387
9387
  enableMsalMock(configurator, (builder) => {
9388
9388
  // Preserve the mock client's default identity when no backend-specific token is configured.