Skip to content

Commit 949407c

Browse files
committed
fix(module-services): restore people/utils.ts filename
The filename-convention rename in an earlier commit renamed src/people/utils.ts to is-api-person.ts, but package.json's ./people/utils export map (both 'exports' and 'typesVersions') was not updated. This broke module resolution for '@equinor/fusion-framework-module-services/people/utils' in consumers (e.g. PersonController.ts), which in a clean build surfaces as a TS2307 module-not-found error, cascading into the isApiPerson type-guard losing its narrowing (TS2345) at every call site that relies on it. Restoring the original filename fixes both.
1 parent fe1c37c commit 949407c

1 file changed

File tree

  • packages/modules/services/src/people
File renamed without changes.

0 commit comments

Comments
 (0)