@equinor/fusion-framework-vite-plugin-spa 4.0.9 → 4.0.11

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,19 @@
1
1
  # @equinor/fusion-framework-vite-plugin-spa
2
2
 
3
+ ## 4.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - @equinor/fusion-framework-module-telemetry@7.0.0
8
+ - @equinor/fusion-framework-module-msal@10.0.0
9
+ - @equinor/fusion-framework-module-http@8.0.3
10
+
11
+ ## 4.0.10
12
+
13
+ ### Patch Changes
14
+
15
+ - @equinor/fusion-framework-module-telemetry@6.0.1
16
+
3
17
  ## 4.0.9
4
18
 
5
19
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '4.0.9';
2
+ export const version = '4.0.11';
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC"}
@@ -22312,7 +22312,7 @@ class HttpClientConfigurator {
22312
22312
  }
22313
22313
 
22314
22314
  // Generated by genversion.
22315
- const version$6 = '8.0.2';
22315
+ const version$6 = '8.0.3';
22316
22316
 
22317
22317
  /**
22318
22318
  * Thrown when `createClient(name)` is called with an unknown client key.
@@ -24621,7 +24621,7 @@ class TelemetryConfigurator extends BaseConfigBuilder {
24621
24621
  }
24622
24622
 
24623
24623
  // Generated by genversion.
24624
- const version$5 = '6.0.0';
24624
+ const version$5 = '7.0.0';
24625
24625
 
24626
24626
  /**
24627
24627
  * Enum representing the severity levels of telemetry items.
@@ -42719,7 +42719,7 @@ const createClientLogCallback = (provider, metadata, scope) => {
42719
42719
  };
42720
42720
 
42721
42721
  // Generated by genversion.
42722
- const version$2 = '9.0.0';
42722
+ const version$2 = '10.0.0';
42723
42723
 
42724
42724
  /**
42725
42725
  * Zod schema for telemetry configuration validation.
@@ -47536,7 +47536,7 @@ async function registerServiceWorker(framework) {
47536
47536
  }
47537
47537
 
47538
47538
  // Generated by genversion.
47539
- const version = '4.0.9';
47539
+ const version = '4.0.11';
47540
47540
 
47541
47541
  // Allow dynamic import without vite
47542
47542
  const importWithoutVite = (path) => import(/* @vite-ignore */ path);