Skip to content

Release: v0.2.5 - #184

Merged
themightychris merged 4 commits into
mainfrom
develop
Sep 18, 2026
Merged

themightychris merged 4 commits into
mainfrom
develop

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 18, 2026

Copy link
Copy Markdown

Fixes the 500 on Slack SSO for signed-in members: samlify's SamlLib now resolves under Node's ESM loader in the production build.

Improvements

themightychris and others added 4 commits September 18, 2026 01:38
samlify is CommonJS and re-exports SamlLib through a getter that
cjs-module-lexer does not detect, so `import * as samlify` leaves it
undefined in the compiled build and every signed-in SSO attempt 500'd
with "Cannot read properties of undefined (reading 'replaceTagsByValue')".
vitest's interop exposes it as a named export, which is why the suite
never saw it. Take module.exports (the `default` view) when it carries
SamlLib.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LFyA5poHwrhAktrnsKrUiQ
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LFyA5poHwrhAktrnsKrUiQ
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LFyA5poHwrhAktrnsKrUiQ
fix(api): resolve samlify's SamlLib under Node's ESM loader
@github-actions

Copy link
Copy Markdown
Author

Changelog

- fix(api): resolve samlify's SamlLib under Node's ESM loader [#183] @themightychris

@themightychris
themightychris merged commit b23759e into main Sep 18, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant