@equinor/fusion-framework-vite-plugin-spa 3.0.0 → 3.0.1-cli-search-index.0

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.1-cli-search-index.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3757](https://github.com/equinor/fusion-framework/pull/3757) [`db880d1`](https://github.com/equinor/fusion-framework/commit/db880d1fbdb62ba4667f11229d1e6c3a4cea06fc) Thanks [@odinr](https://github.com/odinr)! - preview release
8
+
9
+ - Updated dependencies [[`db880d1`](https://github.com/equinor/fusion-framework/commit/db880d1fbdb62ba4667f11229d1e6c3a4cea06fc)]:
10
+ - @equinor/fusion-framework-module-http@7.0.6-cli-search-index.0
11
+ - @equinor/fusion-framework-module@5.0.6-cli-search-index.0
12
+ - @equinor/fusion-framework-module-msal@6.0.1-cli-search-index.0
13
+ - @equinor/fusion-framework-module-service-discovery@9.0.5-cli-search-index.0
14
+ - @equinor/fusion-framework-module-telemetry@4.4.1-cli-search-index.0
15
+
3
16
  ## 3.0.0
4
17
 
5
18
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '3.0.0';
2
+ export const version = '3.0.1-cli-search-index.0';
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,0BAA0B,CAAC"}
@@ -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-cli-search-index.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';
19278
+ const version$6 = '7.0.6-cli-search-index.0';
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';
21609
+ const version$5 = '4.4.1-cli-search-index.0';
21610
21610
 
21611
21611
  /**
21612
21612
  * Enum representing the severity levels of telemetry items.
@@ -42548,7 +42548,7 @@ const createClientLogCallback = (provider, metadata, scope) => {
42548
42548
  };
42549
42549
 
42550
42550
  // Generated by genversion.
42551
- const version$2 = '6.0.0';
42551
+ const version$2 = '6.0.1-cli-search-index.0';
42552
42552
 
42553
42553
  /**
42554
42554
  * Zod schema for telemetry configuration validation.
@@ -46252,7 +46252,7 @@ class ServiceDiscoveryConfigurator extends BaseConfigBuilder {
46252
46252
  }
46253
46253
 
46254
46254
  // Generated by genversion.
46255
- const version$1 = '9.0.4';
46255
+ const version$1 = '9.0.5-cli-search-index.0';
46256
46256
 
46257
46257
  class ServiceDiscoveryProvider extends BaseModuleProvider {
46258
46258
  config;
@@ -46771,7 +46771,7 @@ async function registerServiceWorker(framework) {
46771
46771
  }
46772
46772
 
46773
46773
  // Generated by genversion.
46774
- const version = '3.0.0';
46774
+ const version = '3.0.1-cli-search-index.0';
46775
46775
 
46776
46776
  // Allow dynamic import without vite
46777
46777
  const importWithoutVite = (path) => import(/* @vite-ignore */ path);