feature: Update the version to 2.60.0 and improve the handling of human gestures, etc.

This commit is contained in:
2025-11-15 12:35:09 +01:00
parent 41d06ee001
commit cf0611d841
13 changed files with 165 additions and 96 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "microsoft-rewards-bot",
"version": "2.59.1",
"version": "2.60.0",
"description": "Automate Microsoft Rewards points collection",
"private": true,
"main": "index.js",
@@ -26,7 +26,7 @@
"prestart": "node -e \"const fs = require('fs'); if (!fs.existsSync('dist/index.js')) { console.log('⚠️ Compiled files not found, building...'); require('child_process').execSync('npm run build', {stdio: 'inherit'}); }\"",
"start": "node --enable-source-maps ./dist/index.js",
"dev": "ts-node ./src/index.ts -dev",
"test": "node --test --loader ts-node/esm tests/**/*.test.ts",
"test": "node --test --require ts-node/register tests/**/*.test.ts",
"creator": "ts-node ./src/account-creation/cli.ts",
"dashboard": "node --enable-source-maps ./dist/index.js -dashboard",
"dashboard:dev": "ts-node ./src/index.ts -dashboard",