Skip to content

Commit f60c310

Browse files
committed
update endpoints, v2.0.0
1 parent e993e14 commit f60c310

File tree

6 files changed

+1674
-1763
lines changed

6 files changed

+1674
-1763
lines changed

package-lock.json

Lines changed: 49 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fnapicom",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "JavaScript / TypeScript wrapper for Fortnite-API.com",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -47,8 +47,8 @@
4747
"webpack-cli": "^4.10.0"
4848
},
4949
"dependencies": {
50-
"axios": "^0.27.2",
51-
"axios-rate-limit": "^1.3.0",
52-
"tslib": "^2.4.0"
50+
"axios": "^1.7.7",
51+
"axios-rate-limit": "^1.4.0",
52+
"tslib": "^2.8.1"
5353
}
5454
}

0 commit comments

Comments
 (0)