salien-script-js
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "salien-script-js", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Scripting the Steam Salien Sale minigame, the proper way.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -63,6 +63,5 @@ # salien-script-js | ||
* [/r/saliens](https://steamcommunity.com/groups/summersaliens) id: `103582791462557324` | ||
* [100Pals](https://steamcommunity.com/groups/100pals) id: `103582791454524084` | ||
* [SteamDB](https://steamcommunity.com/groups/steamdb) id: `103582791434298690` | ||
* [/r/saliens](https://steamcommunity.com/groups/summersaliens) id: `103582791462557324` | ||
* [Steam Universe](https://steamcommunity.com/groups/steamuniverse) id: `103582791434672565` | ||
@@ -69,0 +68,0 @@ ### 👥 Multiple tokens/scripts |
@@ -99,3 +99,15 @@ /** | ||
if (await hasUpdate) { | ||
logger(name, ` ${chalk.bgMagenta(' UpdateCheck ')}`, `The latest version is ${hasUpdate.latest}. Please update!`); | ||
logger( | ||
name, | ||
` ${chalk.bgMagenta(' UpdateCheck ')}`, | ||
`The latest version is ${chalk.bgCyan(hasUpdate.latest)}. Please update!`, | ||
); | ||
logger( | ||
name, | ||
` ${chalk.bgMagenta(' UpdateCheck ')}`, | ||
`To update, stop this script and run: ${chalk.bgCyan('npm i -g salien-script-js')}`, | ||
); | ||
// eslint-disable-next-line | ||
console.log(''); | ||
} | ||
@@ -124,3 +136,3 @@ }; | ||
this.maxRetries = 2; | ||
this.maxRetries = 3; | ||
this.defaultDelayMs = 5000; | ||
@@ -127,0 +139,0 @@ this.defaultDelaySec = this.defaultDelayMs / 1000; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28854
654
94