@equinor/fusion-framework 7.3.16 → 7.3.18

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,49 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.3.18
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3391](https://github.com/equinor/fusion-framework/pull/3391) [`7792659`](https://github.com/equinor/fusion-framework/commit/7792659bf2ade10dba5e54c610d5abff522324b6) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: bump vitest and @vitest/coverage-v8 from 2.0.1 to 3.2.4
8
+
9
+ Major version update of Vitest testing framework and coverage package.
10
+
11
+ ### Breaking Changes
12
+
13
+ - Updated from Vitest v2 to v3
14
+ - Coverage reporting may have configuration changes
15
+ - Test runner behavior improvements
16
+
17
+ ### New Features
18
+
19
+ - Enhanced coverage reporting capabilities
20
+ - Improved test performance
21
+ - Better error handling and reporting
22
+ - Updated Vite integration (v6.3.5)
23
+
24
+ ### Links
25
+
26
+ - [Vitest v3.2.4 Release Notes](https://github.com/vitest-dev/vitest/releases/tag/v3.2.4)
27
+ - [Vitest v3 Migration Guide](https://vitest.dev/guide/migration.html)
28
+ - [Coverage v8 Documentation](https://vitest.dev/guide/coverage.html)
29
+
30
+ - Updated dependencies [[`da373ad`](https://github.com/equinor/fusion-framework/commit/da373ade663898b2628e28529b6e3dea3b91ed43), [`3ce5a18`](https://github.com/equinor/fusion-framework/commit/3ce5a1887c8fb90f24c3367f8926db69cc9a1914)]:
31
+ - @equinor/fusion-framework-module-msal@4.1.0
32
+ - @equinor/fusion-framework-module-services@7.0.2
33
+
34
+ ## 7.3.17
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [[`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253), [`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253), [`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253), [`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253), [`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253)]:
39
+ - @equinor/fusion-framework-module-http@6.3.4
40
+ - @equinor/fusion-framework-module@5.0.0
41
+ - @equinor/fusion-framework-module-msal@4.0.8
42
+ - @equinor/fusion-framework-module-service-discovery@8.0.18
43
+ - @equinor/fusion-framework-module-services@7.0.0
44
+ - @equinor/fusion-framework-module-context@7.0.0
45
+ - @equinor/fusion-framework-module-event@4.3.7
46
+
3
47
  ## 7.3.16
4
48
 
5
49
  ### Patch Changes
package/dist/esm/index.js CHANGED
@@ -3,6 +3,5 @@ export { FrameworkConfigurator,
3
3
  * @deprecated use FrameworkConfigurator
4
4
  */
5
5
  FrameworkConfigurator as FusionConfigurator, } from './FrameworkConfigurator';
6
- export * from './types';
7
6
  export { default, init } from './init';
8
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAeA,OAAO,EACL,qBAAqB;AACrB;;GAEG;AACH,qBAAqB,IAAI,kBAAkB,GAC5C,MAAM,yBAAyB,CAAC;AAEjC,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAeA,OAAO,EACL,qBAAqB;AACrB;;GAEG;AACH,qBAAqB,IAAI,kBAAkB,GAC5C,MAAM,yBAAyB,CAAC;AAIjC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC"}
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '7.3.16';
2
+ export const version = '7.3.18';
3
3
  //# sourceMappingURL=version.js.map