• Fix package.json entry point to use index.ts

    chrda81 released this 2025-10-12 23:26:09 +02:00 | -2 commits to main since this release

    • Changed main field from "logger.ts" to "index.ts"
    • Bumped version to 1.0.1-beta.2
    • Updated IOR identifier to match new version

    This fixes the LogLevel export issue where importing from the
    resolved module couldn't access LogLevel because the entry point
    was bypassing the proper index.ts re-exports.

    🤖 Generated with Claude Code

    Co-Authored-By: Claude noreply@anthropic.com

    Downloads