Skip to content

Fix otplib ESM runtime imports#9

Merged
Jess Sullivan (Jesssullivan) merged 1 commit into
mainfrom
codex/fix-otplib-esm-runtime
May 13, 2026
Merged

Fix otplib ESM runtime imports#9
Jess Sullivan (Jesssullivan) merged 1 commit into
mainfrom
codex/fix-otplib-esm-runtime

Conversation

@Jesssullivan

Copy link
Copy Markdown
Contributor

Summary\n- release @tummycrypt/tinyland-auth 0.3.1 metadata\n- import CommonJS otplib through the default namespace before using authenticator\n- keep the Bazel package target version aligned with package.json and MODULE.bazel\n\n## Validation\n- pnpm typecheck\n- pnpm test\n- pnpm build\n- pnpm check:package\n- pnpm exec node --input-type=module -e "await import('./dist/index.js'); await import('./dist/totp/index.js')"\n- pnpm dlx @bazel/bazelisk test //:typecheck //:test --test_output=errors\n- pnpm dlx @bazel/bazelisk build //:pkg //:typecheck\n- pnpm exec node --input-type=module -e "await import('./bazel-bin/pkg/dist/index.js'); await import('./bazel-bin/pkg/dist/totp/index.js')"\n- git diff --check\n- pnpm exec prettier --check package.json CHANGELOG.md src/core/totp/index.ts src/modules/invitation/index.ts src/totp/compat.ts

@Jesssullivan Jess Sullivan (Jesssullivan) merged commit 02774a1 into main May 13, 2026
4 checks passed
@Jesssullivan Jess Sullivan (Jesssullivan) deleted the codex/fix-otplib-esm-runtime branch May 13, 2026 22:24
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