@equinor/fusion-framework 7.3.17 → 7.3.19
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 +41 -0
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +6 -6
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 7.3.19
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`c222c67`](https://github.com/equinor/fusion-framework/commit/c222c673bc7cdefff6eb0cd9436bfa3d1f185295), [`c222c67`](https://github.com/equinor/fusion-framework/commit/c222c673bc7cdefff6eb0cd9436bfa3d1f185295), [`c222c67`](https://github.com/equinor/fusion-framework/commit/c222c673bc7cdefff6eb0cd9436bfa3d1f185295), [`c222c67`](https://github.com/equinor/fusion-framework/commit/c222c673bc7cdefff6eb0cd9436bfa3d1f185295)]:
|
|
8
|
+
- @equinor/fusion-framework-module-http@7.0.0
|
|
9
|
+
- @equinor/fusion-framework-module-msal@5.0.0
|
|
10
|
+
- @equinor/fusion-framework-module-service-discovery@9.0.0
|
|
11
|
+
- @equinor/fusion-framework-module-services@7.1.0
|
|
12
|
+
|
|
13
|
+
## 7.3.18
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#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
|
|
18
|
+
|
|
19
|
+
Major version update of Vitest testing framework and coverage package.
|
|
20
|
+
|
|
21
|
+
### Breaking Changes
|
|
22
|
+
|
|
23
|
+
- Updated from Vitest v2 to v3
|
|
24
|
+
- Coverage reporting may have configuration changes
|
|
25
|
+
- Test runner behavior improvements
|
|
26
|
+
|
|
27
|
+
### New Features
|
|
28
|
+
|
|
29
|
+
- Enhanced coverage reporting capabilities
|
|
30
|
+
- Improved test performance
|
|
31
|
+
- Better error handling and reporting
|
|
32
|
+
- Updated Vite integration (v6.3.5)
|
|
33
|
+
|
|
34
|
+
### Links
|
|
35
|
+
|
|
36
|
+
- [Vitest v3.2.4 Release Notes](https://github.com/vitest-dev/vitest/releases/tag/v3.2.4)
|
|
37
|
+
- [Vitest v3 Migration Guide](https://vitest.dev/guide/migration.html)
|
|
38
|
+
- [Coverage v8 Documentation](https://vitest.dev/guide/coverage.html)
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [[`da373ad`](https://github.com/equinor/fusion-framework/commit/da373ade663898b2628e28529b6e3dea3b91ed43), [`3ce5a18`](https://github.com/equinor/fusion-framework/commit/3ce5a1887c8fb90f24c3367f8926db69cc9a1914)]:
|
|
41
|
+
- @equinor/fusion-framework-module-msal@4.1.0
|
|
42
|
+
- @equinor/fusion-framework-module-services@7.0.2
|
|
43
|
+
|
|
3
44
|
## 7.3.17
|
|
4
45
|
|
|
5
46
|
### Patch Changes
|
package/dist/esm/version.js
CHANGED