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

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,11 @@
1
1
  # @equinor/fusion-framework-vite-plugin-spa
2
2
 
3
+ ## 4.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - @equinor/fusion-framework-module-telemetry@6.0.1
8
+
3
9
  ## 4.0.9
4
10
 
5
11
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '4.0.9';
2
+ export const version = '4.0.10';
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"}
@@ -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 = '6.0.1';
24625
24625
 
24626
24626
  /**
24627
24627
  * Enum representing the severity levels of telemetry items.
@@ -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.10';
47540
47540
 
47541
47541
  // Allow dynamic import without vite
47542
47542
  const importWithoutVite = (path) => import(/* @vite-ignore */ path);