Version Packages#797
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@ait-co/devtools@0.1.141
Patch Changes
90eb439: env3(실기기) 런타임 실측과 mock 사이의 잔여 8건 불일치를 닫음(fix(mock): env1↔env3 반환-shape 동치 — analytics null resolve + setClipboardText {text} 반환 #775 원칙 확장) — 전부 상류 SDK의 type↔runtime 불일치, mock 품질 결함 아님.
getPlatformOS/getOperationalEnvironment/getLocale/getDeviceId/isMinVersionSupported/getSafeAreaInsets(src/mock/navigation/index.ts) — 상류 타입 선언은 동기지만 실기기(2.x×iOS)는 Promise를 반환한다. 선언 타입은 그대로 두고 반환값만Promise.resolve(...)로 감싸 캐스트.fetchContacts.getPermission(src/mock/device/contacts.ts) — 상류가 타입에는 선언하지만 실기기 런타임에는 부착하지 않는다.withPermission()대신 bare async fn을 상류 타입으로 캐스트해 접근 시undefined, 호출 시 nativeTypeError로 떨어지도록 재현(openPermissionDialog부재는 측정 근거 없는 합리적 추론으로 별도 표기, 다른withPermissionAPI로는 확장하지 않음 — failureModes 다이얼 3종 확장 — getIsTossLoginIntegratedService·requestNotificationAgreement·getPermission(이름별) #783).Refs feat(mock): env3 런타임 충실화 — 6 env-API sync→Promise (#775 확장) + fetchContacts.getPermission 런타임 부재 #795, fix(mock): env1↔env3 반환-shape 동치 — analytics null resolve + setClipboardText {text} 반환 #775, mock 동치 갭 해소 — 반환-shape 소수정 + 실패-모드 다이얼 (env1이 env3 실 계약을 재현) #770, failureModes 다이얼 3종 확장 — getIsTossLoginIntegratedService·requestNotificationAgreement·getPermission(이름별) #783.