Release v1.1.1
THIS IS Second Release!! 🤣🤣
We added validator functions that return an appropriate warning string depending on whether id/pw is valid or not.
=> We omitted the following functions when publishing due to a build configuration error. The functions below are included from v1.1.2.
idValidator(id: string): readonly [boolean, string]
pwValidator(pw: string): readonly [boolean, string]
This version has been deprecated
You must upgrade to version 1.1.4 or higher