Skip to content

Commit

Permalink
akinator api change fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoralcz committed Apr 25, 2024
1 parent a61e551 commit 167f057
Show file tree
Hide file tree
Showing 8 changed files with 607 additions and 842 deletions.
830 changes: 421 additions & 409 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Joshua Goralczyk",
"version": "6.0.9",
"version": "7.0.0",
"main": "./dist/src/index.js",
"types": "typings/src/index.d.ts",
"license": "MIT",
Expand All @@ -9,9 +9,11 @@
"url": "https://github.com/jgoralcz/aki-api/issues"
},
"dependencies": {
"axios": "^1.4.0",
"https-proxy-agent": "^6.1.0",
"node_extra_ca_certs_mozilla_bundle": "^1.0.5"
"axios": "^1.6.8",
"form-data": "^4.0.0",
"html-entities": "^2.5.2",
"https-proxy-agent": "^6.2.1",
"node_extra_ca_certs_mozilla_bundle": "^1.0.6"
},
"description": "An API for Akinator. Supports up to 15 languages.",
"homepage": "https://github.com/jgoralcz/aki-api#readme",
Expand All @@ -37,11 +39,11 @@
"test": "npx ts-node tests/"
},
"devDependencies": {
"@types/node": "^20.1.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.40.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 167f057

Please sign in to comment.