mimi-seed 0.19.6 → 0.19.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +15 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -193,6 +193,21 @@ mimi-seed auth instagram # Instagram
193
193
  mimi-seed auth threads # Threads
194
194
  ```
195
195
 
196
+ ### App Store Connect 재인증과 Vendor Number
197
+
198
+ `mimi-seed auth appstore`는 새 API key를 Apple API로 검증한 뒤에만 저장합니다. 기존 연결이 있으면 첫
199
+ 질문에서 다음 중 하나를 선택합니다.
200
+
201
+ | 입력 | 동작 |
202
+ |---|---|
203
+ | `N` 또는 Enter | 변경 없이 종료 |
204
+ | `y` | Issuer ID, Key ID, `.p8`를 다시 받아 기본 API key 교체 |
205
+ | `v` | API key는 유지하고 Vendor Number만 갱신 |
206
+
207
+ 재인증은 기존 `vendorNumber`와 별도 `reportsKey`를 보존합니다. Vendor Number는 숫자만 입력하며 App Store
208
+ Connect의 **Reports** 화면 왼쪽 위 Legal Entity Name 아래에서 확인합니다. 역할별 차이와 `.p8` 보관 주의사항은
209
+ [`docs/credentials.ko.md`](../../docs/credentials.ko.md#app-store-connect)에 정리되어 있습니다.
210
+
196
211
  Facebook·Instagram·Threads 토큰은 저장된 만료일을 함께 확인합니다. 만료됐거나 7일 이내 만료 예정이면
197
212
  `mimi-seed setup`이 자동으로 재연결 목록에 올리며, 위 개별 명령으로 바로 갱신할 수도 있습니다.
198
213
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mimi-seed",
3
- "version": "0.19.6",
3
+ "version": "0.19.7",
4
4
  "description": "Mimi Seed CLI \u2014 Claude Code\uc640 Codex\uc5d0\uc11c \uc571 \ucd9c\uc2dc \uc6b4\uc601\uc744 \uad00\ub9ac\ud569\ub2c8\ub2e4.",
5
5
  "bin": {
6
6
  "mimi-seed": "dist/index.js"