@equinor/fusion-framework-vite-plugin-spa 3.1.8 → 3.1.9

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
+ ## 3.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c8e27eb`](https://github.com/equinor/fusion-framework/commit/c8e27eb3a119b4077effe20a10dfb2dfd3dc865e)]:
8
+ - @equinor/fusion-framework-module-msal@7.2.2
9
+
3
10
  ## 3.1.8
4
11
 
5
12
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '3.1.8';
2
+ export const version = '3.1.9';
3
3
  //# sourceMappingURL=version.js.map
@@ -40463,7 +40463,7 @@ const createClientLogCallback = (provider, metadata, scope) => {
40463
40463
  };
40464
40464
 
40465
40465
  // Generated by genversion.
40466
- const version$2 = '7.2.1';
40466
+ const version$2 = '7.2.2';
40467
40467
 
40468
40468
  /**
40469
40469
  * Zod schema for telemetry configuration validation.
@@ -44956,7 +44956,7 @@ async function registerServiceWorker(framework) {
44956
44956
  }
44957
44957
 
44958
44958
  // Generated by genversion.
44959
- const version = '3.1.8';
44959
+ const version = '3.1.9';
44960
44960
 
44961
44961
  // Allow dynamic import without vite
44962
44962
  const importWithoutVite = (path) => import(/* @vite-ignore */ path);