@equinor/fusion-framework-module-services 7.1.6-next.0 → 7.1.6

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,13 +1,12 @@
1
1
  # Change Log
2
2
 
3
- ## 7.1.6-next.0
3
+ ## 7.1.6
4
4
 
5
5
  ### Patch Changes
6
6
 
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
7
+ - [#3805](https://github.com/equinor/fusion-framework/pull/3805) [`fe6b89f`](https://github.com/equinor/fusion-framework/commit/fe6b89f5a616a05e98956c0ed7f8e2a454070e98) Thanks [@dependabot](https://github.com/apps/dependabot)! - Internal: Update odata-query dependency from 8.0.6 to 8.0.7.
8
8
 
9
- - Updated dependencies [[`265bb76`](https://github.com/equinor/fusion-framework/commit/265bb767249989eeb1971e83f3fba94879e0813b)]:
10
- - @equinor/fusion-framework-module@5.0.6-next.0
9
+ This patch update includes a bug fix for the logical operator "not" inside nested properties. No API changes or consumer action required.
11
10
 
12
11
  ## 7.1.5
13
12
 
@@ -31,6 +30,7 @@
31
30
  ### Patch Changes
32
31
 
33
32
  - [#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
33
+
34
34
  - Updated devDependency @faker-js/faker to v10.1.0
35
35
  - ESM-only distribution aligns with project architecture
36
36
  - All existing faker APIs remain stable and compatible
@@ -59,6 +59,7 @@
59
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
60
60
 
61
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
62
+
62
63
  - **v4.1.10**: Fixed shape caching issue (#5263) improving validation performance for complex schemas
63
64
  - **v4.1.11**: Maintenance release with general improvements
64
65
 
@@ -72,6 +73,7 @@
72
73
  ### Minor Changes
73
74
 
74
75
  - [#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.
76
+
75
77
  - Updated `zod` dependency from `^3.25.76` to `^4.1.8`
76
78
  - Fixed `z.record()` usage to explicitly specify key type as `z.string()`
77
79
  - Simplified `schemaSelector` function type parameters to align with Zod v4 API
@@ -86,10 +88,12 @@
86
88
  - [#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
87
89
 
88
90
  ### Changes
91
+
89
92
  - Updated odata-query to fix transform operations order issue
90
93
  - This is a patch update with no breaking changes
91
94
 
92
95
  ### Links
96
+
93
97
  - [GitHub releases](https://github.com/techniq/odata-query/releases/tag/v8.0.5)
94
98
  - [Changelog](https://github.com/techniq/odata-query/blob/main/CHANGELOG.md#805)
95
99
 
@@ -100,6 +104,7 @@
100
104
  - [#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.
101
105
 
102
106
  ## Breaking Changes
107
+
103
108
  - **Node.js Requirements**: Requires Node.js 18+ (already satisfied)
104
109
  - **Vite Compatibility**: Updated to work with Vite 7.x (already using Vite 7.1.5)
105
110
  - **Snapshot Format**: Snapshots now use backtick quotes (\`) instead of single quotes
@@ -107,15 +112,18 @@
107
112
  - **TypeScript Support**: Enhanced TypeScript integration and type definitions
108
113
 
109
114
  ## Security Updates
115
+
110
116
  - CVE-2025-24963: Browser mode serves arbitrary files (fixed in 2.1.9)
111
117
  - CVE-2025-24964: Remote Code Execution vulnerability (fixed in 2.1.9)
112
118
 
113
119
  ## Migration Notes
120
+
114
121
  - Test snapshots may need regeneration due to quote format changes
115
122
  - Some test configurations might need updates for new TypeScript support
116
123
  - Peer dependency warnings for @vitest/coverage-v8 are expected and safe to ignore
117
124
 
118
125
  ## Links
126
+
119
127
  - [Vitest 3.0 Migration Guide](https://vitest.dev/guide/migration)
120
128
  - [Vitest 3.2.4 Release Notes](https://github.com/vitest-dev/vitest/releases/tag/v3.2.4)
121
129
 
@@ -142,6 +150,7 @@
142
150
  ### Patch Changes
143
151
 
144
152
  - [#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
153
+
145
154
  - Updated package.json typesVersions.
146
155
  - Ensures backward compatibility with older node versions.
147
156
  - Ensured consistency with workspace and repository configuration.
@@ -233,6 +242,7 @@
233
242
  > 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.
234
243
 
235
244
  **BREAKING CHANGES:**
245
+
236
246
  - api client has been updated to reflect the new api endpoints and request/response types
237
247
  - models have been replaced with infered `zod` schemas
238
248
  - request and responses are now parsed and validated using `zod` schemas
@@ -274,6 +284,7 @@
274
284
  - [#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.
275
285
 
276
286
  Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
287
+
277
288
  1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
278
289
  2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
279
290
  3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
@@ -325,6 +336,7 @@
325
336
  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.
326
337
 
327
338
  To update your code:
339
+
328
340
  - If you are using the `PeopleApiClient.photo` method directly, no changes are needed. The method will now properly type the response.
329
341
  - 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`.
330
342
 
@@ -411,6 +423,7 @@
411
423
  - [#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
412
424
 
413
425
  > **for internal usage only!**
426
+
414
427
  - add function for fetching person details
415
428
  - add function for querying persons
416
429
  - add function for downloading person photo
@@ -1507,6 +1520,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1507
1520
  ``
1508
1521
 
1509
1522
  - [#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
1523
+
1510
1524
  - added models for v2 and v4
1511
1525
  - added expand logic for person detail `roles` `positions` `contracts` `manager` `companies`
1512
1526
  - changed api client to now include args and init (previously args where extracted from call parameters) to correctly type response models
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '7.1.6-next.0';
2
+ export const version = '7.1.6';
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,cAAc,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC"}