Skip to content

Commit

Permalink
fix: get favorite
Browse files Browse the repository at this point in the history
  • Loading branch information
Achaak committed Jul 10, 2023
1 parent e1ce61a commit 6c55fd1
Show file tree
Hide file tree
Showing 6 changed files with 855 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"cSpell.words": [
"Achaak",
"isequal",
"togoodtogobot",
"toogoodtogo"
]
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.3.0] - 2023-07-10

### Changed
- Fix login and favorites of favorites retrieval
- Update dependencies
- Convert config.json file to .env file

## [1.2.0] - 2022-03-07

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toogoodtogo-bot",
"version": "1.1.0",
"version": "1.3.0",
"description": "TooGooToGo-Bot is a tool to warn you about the availability of your favorite stores. This one will warn you thanks to Telegram or Window notifications.",
"exports": "./dist/src/index.js",
"type": "module",
Expand All @@ -27,13 +27,15 @@
"node-notifier": "^10.0.1",
"nodemon": "^2.0.22",
"telegraf": "^4.12.2",
"tough-cookie": "^4.1.3",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/lodash.isequal": "^4.5.6",
"@types/nconf": "^0.10.3",
"@types/node": "^20.3.2",
"@types/node-notifier": "^8.0.2",
"@types/tough-cookie": "^4.0.2",
"typescript": "^5.1.3"
}
}
Loading

0 comments on commit 6c55fd1

Please sign in to comment.