Skip to content

v0.1.55

Choose a tag to compare

@ait-community-bot ait-community-bot released this 03 Jun 03:16
· 63 commits to main since this release
a0b3d1a

Patch Changes

  • b0900d7: fix(mock): checkPermission()이 per-API *PermissionError 서브클래스를 throw하도록 변경 (#372)

    권한 거부 시 plain Error 대신 web-framework 3.0의 타입드 PermissionError 서브클래스를
    throw한다 — instanceof PermissionError / instanceof OpenCameraPermissionError 분기가
    mock에서도 동작하도록 실 SDK 동작과 정렬.