@equinor/fusion-framework-module-services 7.1.5-next.1 → 7.1.6-next.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 +7 -23
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +5 -5
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 7.1.
|
|
3
|
+
## 7.1.6-next.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- [`
|
|
7
|
+
- [#3820](https://github.com/equinor/fusion-framework/pull/3820) [`265bb76`](https://github.com/equinor/fusion-framework/commit/265bb767249989eeb1971e83f3fba94879e0813b) Thanks [@odinr](https://github.com/odinr)! - relase next
|
|
8
8
|
|
|
9
|
-
- Updated dependencies [[`
|
|
10
|
-
- @equinor/fusion-framework-module@5.0.6-next.
|
|
9
|
+
- Updated dependencies [[`265bb76`](https://github.com/equinor/fusion-framework/commit/265bb767249989eeb1971e83f3fba94879e0813b)]:
|
|
10
|
+
- @equinor/fusion-framework-module@5.0.6-next.0
|
|
11
11
|
|
|
12
|
-
## 7.1.5
|
|
12
|
+
## 7.1.5
|
|
13
13
|
|
|
14
14
|
### Patch Changes
|
|
15
15
|
|
|
16
|
-
- [`
|
|
16
|
+
- [#3773](https://github.com/equinor/fusion-framework/pull/3773) [`da141f7`](https://github.com/equinor/fusion-framework/commit/da141f73d760865168c058ba4e3b5330faa2f018) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update `odata-query` dependency from 8.0.5 to 8.0.6 to fix encoding of illegal characters in search parameters.
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
- @equinor/fusion-framework-module@5.0.6-next.0
|
|
18
|
+
This patch update improves handling of special characters in OData search queries, ensuring proper encoding of search parameters.
|
|
20
19
|
|
|
21
20
|
## 7.1.4
|
|
22
21
|
|
|
@@ -32,7 +31,6 @@
|
|
|
32
31
|
### Patch Changes
|
|
33
32
|
|
|
34
33
|
- [#3607](https://github.com/equinor/fusion-framework/pull/3607) [`6dfb29e`](https://github.com/equinor/fusion-framework/commit/6dfb29eef67548228c05668b44ad02a34c83b050) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: bump @faker-js/faker from 9.9.0 to 10.1.0
|
|
35
|
-
|
|
36
34
|
- Updated devDependency @faker-js/faker to v10.1.0
|
|
37
35
|
- ESM-only distribution aligns with project architecture
|
|
38
36
|
- All existing faker APIs remain stable and compatible
|
|
@@ -61,7 +59,6 @@
|
|
|
61
59
|
- [#3442](https://github.com/equinor/fusion-framework/pull/3442) [`3b614f8`](https://github.com/equinor/fusion-framework/commit/3b614f87138f5a52f8ccc50ca8c6598ef3db37d6) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Update biome to latest version
|
|
62
60
|
|
|
63
61
|
- [#3428](https://github.com/equinor/fusion-framework/pull/3428) [`1700ca8`](https://github.com/equinor/fusion-framework/commit/1700ca8851fa108e55e9729fd24f595272766e63) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update zod from 4.1.9 to 4.1.11
|
|
64
|
-
|
|
65
62
|
- **v4.1.10**: Fixed shape caching issue (#5263) improving validation performance for complex schemas
|
|
66
63
|
- **v4.1.11**: Maintenance release with general improvements
|
|
67
64
|
|
|
@@ -75,7 +72,6 @@
|
|
|
75
72
|
### Minor Changes
|
|
76
73
|
|
|
77
74
|
- [#3394](https://github.com/equinor/fusion-framework/pull/3394) [`c222c67`](https://github.com/equinor/fusion-framework/commit/c222c673bc7cdefff6eb0cd9436bfa3d1f185295) Thanks [@odinr](https://github.com/odinr)! - Updated Zod dependency from v3 to v4 with necessary schema adjustments.
|
|
78
|
-
|
|
79
75
|
- Updated `zod` dependency from `^3.25.76` to `^4.1.8`
|
|
80
76
|
- Fixed `z.record()` usage to explicitly specify key type as `z.string()`
|
|
81
77
|
- Simplified `schemaSelector` function type parameters to align with Zod v4 API
|
|
@@ -90,12 +86,10 @@
|
|
|
90
86
|
- [#3393](https://github.com/equinor/fusion-framework/pull/3393) [`3ce5a18`](https://github.com/equinor/fusion-framework/commit/3ce5a1887c8fb90f24c3367f8926db69cc9a1914) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updated odata-query dependency from 8.0.4 to 8.0.5
|
|
91
87
|
|
|
92
88
|
### Changes
|
|
93
|
-
|
|
94
89
|
- Updated odata-query to fix transform operations order issue
|
|
95
90
|
- This is a patch update with no breaking changes
|
|
96
91
|
|
|
97
92
|
### Links
|
|
98
|
-
|
|
99
93
|
- [GitHub releases](https://github.com/techniq/odata-query/releases/tag/v8.0.5)
|
|
100
94
|
- [Changelog](https://github.com/techniq/odata-query/blob/main/CHANGELOG.md#805)
|
|
101
95
|
|
|
@@ -106,7 +100,6 @@
|
|
|
106
100
|
- [#2910](https://github.com/equinor/fusion-framework/pull/2910) [`07cc985`](https://github.com/equinor/fusion-framework/commit/07cc9857e1427b574e011cc319518e701dba784d) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updated vitest from 2.1.9 to 3.2.4 across all packages.
|
|
107
101
|
|
|
108
102
|
## Breaking Changes
|
|
109
|
-
|
|
110
103
|
- **Node.js Requirements**: Requires Node.js 18+ (already satisfied)
|
|
111
104
|
- **Vite Compatibility**: Updated to work with Vite 7.x (already using Vite 7.1.5)
|
|
112
105
|
- **Snapshot Format**: Snapshots now use backtick quotes (\`) instead of single quotes
|
|
@@ -114,18 +107,15 @@
|
|
|
114
107
|
- **TypeScript Support**: Enhanced TypeScript integration and type definitions
|
|
115
108
|
|
|
116
109
|
## Security Updates
|
|
117
|
-
|
|
118
110
|
- CVE-2025-24963: Browser mode serves arbitrary files (fixed in 2.1.9)
|
|
119
111
|
- CVE-2025-24964: Remote Code Execution vulnerability (fixed in 2.1.9)
|
|
120
112
|
|
|
121
113
|
## Migration Notes
|
|
122
|
-
|
|
123
114
|
- Test snapshots may need regeneration due to quote format changes
|
|
124
115
|
- Some test configurations might need updates for new TypeScript support
|
|
125
116
|
- Peer dependency warnings for @vitest/coverage-v8 are expected and safe to ignore
|
|
126
117
|
|
|
127
118
|
## Links
|
|
128
|
-
|
|
129
119
|
- [Vitest 3.0 Migration Guide](https://vitest.dev/guide/migration)
|
|
130
120
|
- [Vitest 3.2.4 Release Notes](https://github.com/vitest-dev/vitest/releases/tag/v3.2.4)
|
|
131
121
|
|
|
@@ -152,7 +142,6 @@
|
|
|
152
142
|
### Patch Changes
|
|
153
143
|
|
|
154
144
|
- [#3088](https://github.com/equinor/fusion-framework/pull/3088) [`7441b13`](https://github.com/equinor/fusion-framework/commit/7441b13aa50dd7362d1629086a27b6b4e571575d) Thanks [@eikeland](https://github.com/eikeland)! - chore: update package typesVersions
|
|
155
|
-
|
|
156
145
|
- Updated package.json typesVersions.
|
|
157
146
|
- Ensures backward compatibility with older node versions.
|
|
158
147
|
- Ensured consistency with workspace and repository configuration.
|
|
@@ -244,7 +233,6 @@
|
|
|
244
233
|
> This module is meant for internal use only, and should not be used directly by applications, so the breaking changes should not affect any applications. Ancestor modules should be updated to reflect the changes in this module.
|
|
245
234
|
|
|
246
235
|
**BREAKING CHANGES:**
|
|
247
|
-
|
|
248
236
|
- api client has been updated to reflect the new api endpoints and request/response types
|
|
249
237
|
- models have been replaced with infered `zod` schemas
|
|
250
238
|
- request and responses are now parsed and validated using `zod` schemas
|
|
@@ -286,7 +274,6 @@
|
|
|
286
274
|
- [#2320](https://github.com/equinor/fusion-framework/pull/2320) [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee) Thanks [@odinr](https://github.com/odinr)! - Removed the `removeComments` option from the `tsconfig.base.json` file.
|
|
287
275
|
|
|
288
276
|
Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
|
|
289
|
-
|
|
290
277
|
1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
|
|
291
278
|
2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
|
|
292
279
|
3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
|
|
@@ -338,7 +325,6 @@
|
|
|
338
325
|
Updated the `PeopleApiClient.photo` method to properly type the response as `PersonPhotoApiResponse<TVersion>` instead of `Blob`. This allows for more accurate type checking when using the method.
|
|
339
326
|
|
|
340
327
|
To update your code:
|
|
341
|
-
|
|
342
328
|
- If you are using the `PeopleApiClient.photo` method directly, no changes are needed. The method will now properly type the response.
|
|
343
329
|
- If you have custom type assertions or checks around the response from `PeopleApiClient.photo`, you may need to update them to handle `PersonPhotoApiResponse<TVersion>` instead of `Blob`.
|
|
344
330
|
|
|
@@ -425,7 +411,6 @@
|
|
|
425
411
|
- [#1243](https://github.com/equinor/fusion-framework/pull/1243) [`f277c7fc`](https://github.com/equinor/fusion-framework/commit/f277c7fc54ca2ebe75ba1dda94a0d72eb7c8e15b) Thanks [@odinr](https://github.com/odinr)! - Added person services
|
|
426
412
|
|
|
427
413
|
> **for internal usage only!**
|
|
428
|
-
|
|
429
414
|
- add function for fetching person details
|
|
430
415
|
- add function for querying persons
|
|
431
416
|
- add function for downloading person photo
|
|
@@ -1522,7 +1507,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1522
1507
|
``
|
|
1523
1508
|
|
|
1524
1509
|
- [#1254](https://github.com/equinor/fusion-framework/pull/1254) [`a2d2dee9`](https://github.com/equinor/fusion-framework/commit/a2d2dee987673171ad91daec98cb530649da5849) Thanks [@odinr](https://github.com/odinr)! - Update people client to reflect Fusion API
|
|
1525
|
-
|
|
1526
1510
|
- added models for v2 and v4
|
|
1527
1511
|
- added expand logic for person detail `roles` `positions` `contracts` `manager` `companies`
|
|
1528
1512
|
- changed api client to now include args and init (previously args where extracted from call parameters) to correctly type response models
|
package/dist/esm/version.js
CHANGED