@equinor/fusion-framework-vite-plugin-spa 3.0.0-next.0 → 3.0.0-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,18 @@
1
1
  # @equinor/fusion-framework-vite-plugin-spa
2
2
 
3
+ ## 3.0.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`895a49a`](https://github.com/equinor/fusion-framework/commit/895a49aaa815a6cd317e60f40875b1763bd6bded) Thanks [@odinr](https://github.com/odinr)! - relase next of all packages
8
+
9
+ - Updated dependencies [[`895a49a`](https://github.com/equinor/fusion-framework/commit/895a49aaa815a6cd317e60f40875b1763bd6bded)]:
10
+ - @equinor/fusion-framework-module-service-discovery@9.0.5-next.1
11
+ - @equinor/fusion-framework-module-telemetry@4.4.0-next.1
12
+ - @equinor/fusion-framework-module-http@7.0.5-next.1
13
+ - @equinor/fusion-framework-module-msal@6.0.0-next.1
14
+ - @equinor/fusion-framework-module@5.0.6-next.0
15
+
3
16
  ## 3.0.0-next.0
4
17
 
5
18
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '3.0.0-next.0';
2
+ export const version = '3.0.0-next.1';
3
3
  //# sourceMappingURL=version.js.map
@@ -5296,7 +5296,7 @@ class BaseModuleProvider {
5296
5296
  }
5297
5297
 
5298
5298
  // Generated by genversion.
5299
- const version$8 = '5.0.5';
5299
+ const version$8 = '5.0.6-next.0';
5300
5300
 
5301
5301
  /* eslint-disable @typescript-eslint/no-explicit-any */
5302
5302
  /**
@@ -19275,7 +19275,7 @@ class HttpClientConfigurator {
19275
19275
  }
19276
19276
 
19277
19277
  // Generated by genversion.
19278
- const version$6 = '7.0.5-next.0';
19278
+ const version$6 = '7.0.5-next.1';
19279
19279
 
19280
19280
  /**
19281
19281
  * Exception thrown when a client cannot be found.
@@ -21606,7 +21606,7 @@ class TelemetryConfigurator extends BaseConfigBuilder {
21606
21606
  }
21607
21607
 
21608
21608
  // Generated by genversion.
21609
- const version$5 = '4.4.0-next.0';
21609
+ const version$5 = '4.4.0-next.1';
21610
21610
 
21611
21611
  /**
21612
21612
  * Enum representing the severity levels of telemetry items.
@@ -41340,7 +41340,7 @@ const createClientLogCallback = (provider, metadata, scope) => {
41340
41340
  };
41341
41341
 
41342
41342
  // Generated by genversion.
41343
- const version$2 = '6.0.0-next.0';
41343
+ const version$2 = '6.0.0-next.1';
41344
41344
 
41345
41345
  /**
41346
41346
  * Zod schema for telemetry configuration validation.
@@ -45029,7 +45029,7 @@ class ServiceDiscoveryConfigurator extends BaseConfigBuilder {
45029
45029
  }
45030
45030
 
45031
45031
  // Generated by genversion.
45032
- const version$1 = '9.0.5-next.0';
45032
+ const version$1 = '9.0.5-next.1';
45033
45033
 
45034
45034
  class ServiceDiscoveryProvider extends BaseModuleProvider {
45035
45035
  config;
@@ -45548,7 +45548,7 @@ async function registerServiceWorker(framework) {
45548
45548
  }
45549
45549
 
45550
45550
  // Generated by genversion.
45551
- const version = '3.0.0-next.0';
45551
+ const version = '3.0.0-next.1';
45552
45552
 
45553
45553
  // Allow dynamic import without vite
45554
45554
  const importWithoutVite = (path) => import(/* @vite-ignore */ path);