Skip to content

mishiro v1.8.1

Compare
Choose a tag to compare
@toyobayashi toyobayashi released this 12 Feb 12:22
· 241 commits to master since this release

Update

  • mishiro-core 1.4.0 -> 1.4.1
  • Add developer API:
    • window.mishiro.decryptBody(body: string, udid: string): any
    • window.mishiro._decryptBody(body: string, iv: Buffer): any
    • window.mishiro.encode(data: string): string
    • window.mishiro.decode(data: string): string
    • window.mishiro.getProfile(viewer: string | number): Promise<ServerResponse>