@equinor/fusion-framework-vite-plugin-spa 4.0.4 → 4.0.5

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @equinor/fusion-framework-vite-plugin-spa
2
2
 
3
+ ## 4.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [51e6e50]
8
+ - @equinor/fusion-framework-module-msal@8.0.3
9
+
3
10
  ## 4.0.4
4
11
 
5
12
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '4.0.4';
2
+ export const version = '4.0.5';
3
3
  //# sourceMappingURL=version.js.map
@@ -40731,7 +40731,7 @@ const createClientLogCallback = (provider, metadata, scope) => {
40731
40731
  };
40732
40732
 
40733
40733
  // Generated by genversion.
40734
- const version$2 = '8.0.2';
40734
+ const version$2 = '8.0.3';
40735
40735
 
40736
40736
  /**
40737
40737
  * Zod schema for telemetry configuration validation.
@@ -45511,7 +45511,7 @@ async function registerServiceWorker(framework) {
45511
45511
  }
45512
45512
 
45513
45513
  // Generated by genversion.
45514
- const version = '4.0.4';
45514
+ const version = '4.0.5';
45515
45515
 
45516
45516
  // Allow dynamic import without vite
45517
45517
  const importWithoutVite = (path) => import(/* @vite-ignore */ path);