add new version conflict checker: I changed the version in package.json from 2.0.5 to 2.0.6 and the old checker still thought I was out of date. The new function can compare versions with an accuracy of 100%.
Changes
change the way that script CLEAN-SETUP works: this script no longer includes rm -rf .git executable command.
merge 2 shell scripts into one: MOBILE-SETUP.sh was merged into INSTALL.sh. BTW, now you need to pass the name of your operating system to CLI option os.
move ESLint and Prettier configuration to package.json
remove method log of class newLogger: it has been replaced with log method of browser console object.
require higher environment: you need Node.js v14 and later to run this bot.
New
tiktok
andunshorten
.package.json
from 2.0.5 to 2.0.6 and the old checker still thought I was out of date. The new function can compare versions with an accuracy of 100%.Changes
rm -rf .git
executable command.MOBILE-SETUP.sh
was merged intoINSTALL.sh
. BTW, now you need to pass the name of your operating system to CLI optionos
.log
method of browser console object.