@equinor/fusion-framework-vite-plugin-spa 4.0.17-next.0 → 4.0.17-next.1

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.17-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @equinor/fusion-framework-module-telemetry@8.0.0-next.1
8
+
3
9
  ## 4.0.17-next.0
4
10
 
5
11
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '4.0.17-next.0';
2
+ export const version = '4.0.17-next.1';
3
3
  //# sourceMappingURL=version.js.map
@@ -25168,7 +25168,7 @@ class TelemetryConfigurator extends BaseConfigBuilder {
25168
25168
  }
25169
25169
 
25170
25170
  // Generated by genversion.
25171
- const version$5 = '8.0.0-next.0';
25171
+ const version$5 = '8.0.0-next.1';
25172
25172
 
25173
25173
  /**
25174
25174
  * Enum representing the severity levels of telemetry items.
@@ -49140,7 +49140,7 @@ async function registerServiceWorker(framework) {
49140
49140
  }
49141
49141
 
49142
49142
  // Generated by genversion.
49143
- const version = '4.0.17-next.0';
49143
+ const version = '4.0.17-next.1';
49144
49144
 
49145
49145
  // Allow dynamic import without vite
49146
49146
  const importWithoutVite = (path) => import(/* @vite-ignore */ path);