Skip to content

Commit 5c7d381

Browse files
committed
2.0.2
1 parent f82a275 commit 5c7d381

File tree

9 files changed

+70
-87
lines changed

9 files changed

+70
-87
lines changed

README.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,20 @@
33
<!-- Main -->
44
<div align="center">
55

6-
[![NPM](https://nodei.co/npm/@ing3kth/val-api.png)](https://nodei.co/npm/@ing3kth/val-api)
6+
[![NPM](https://nodei.co/npm/@ing3kth/val-api.png)](https://nodei.co/npm/@ing3kth%2Fval-api)
77

8-
[![Downloads](https://badgen.net/npm/dt/@ing3kth/val-api?icon=npm)](https://www.npmjs.com/package/@ing3kth/val-api)
9-
[![install size](https://packagephobia.com/badge?p=@ing3kth/val-api)](https://packagephobia.com/result?p=@ing3kth/val-api)
8+
[![Downloads](https://badgen.net/npm/dt/@ing3kth/val-api?icon=npm)](https://www.npmjs.com/package/@ing3kth%2Fval-api)
9+
[![install size](https://packagephobia.com/badge?p=@ing3kth/val-api)](https://packagephobia.com/result?p=@ing3kth%2Fval-api)
1010
[![LICENSE](https://badgen.net/badge/license/MIT/blue)](https://github.com/KTNG-3/valorant-api/blob/main/LICENSE)
11-
[![Known Vulnerabilities](https://snyk.io/test/npm/@ing3kth/val-api/badge.svg)](https://snyk.io/test/npm/@ing3kth/val-api)
11+
[![Known Vulnerabilities](https://snyk.io/test/npm/@ing3kth/val-api/badge.svg)](https://snyk.io/test/npm/@ing3kth%2Fval-api)
1212

13-
[![Github](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/KTNG-3/valorant-api)
13+
[![Github](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/valapi)
1414
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/pbyWbUYjyt)
1515

1616
</div>
1717

1818
# Installation
1919

20-
**_Configuration:_** (required)
21-
22-
you need to run the following command in your terminal:
23-
24-
```bash
25-
npm config set @valapi:registry="https://npm.pkg.github.com/"
26-
```
27-
28-
-----------
29-
3020
**NPM:**
3121

3222
```bash
@@ -48,8 +38,6 @@ Documentation Website: [Click Here](https://valapi.github.io/docs/)
4838
Thanks For Use My Package,
4939
On [GitHub](https://github.com/valapi) Will Update Before This Package Update.
5040

51-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b3bd20059ade46e78a605bf6a0b1f1e1)](https://www.codacy.com/gh/KTNG-3/valorant-api/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=KTNG-3/valorant-api&amp;utm_campaign=Badge_Grade)
52-
5341
***
5442

5543
- [Website](https://ingkth.wordpress.com/)

dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ export * as ApiWrapper from "@valapi/api-wrapper";
22
export * as RiotAPI from "@valapi/riot-api";
33
export * as RiotClient from "@valapi/riot-client";
44
export * as ValorantApiCom from "@valapi/valorant-api.com";
5-
export * as ValLib from "@valapi/lib";
5+
export * as ValApiLib from "@valapi/lib";
66
//# sourceMappingURL=index.d.ts.map

dist/index.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

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

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ing3kth/val-api",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Valorant Api - Support MFA",
55
"main": "dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -45,7 +45,7 @@
4545
},
4646
"homepage": "https://github.com/KTNG-3/valorant-api#readme",
4747
"devDependencies": {
48-
"@types/node": "^17.0.25",
48+
"@types/node": "^17.0.33",
4949
"typescript": "^4.6.3"
5050
},
5151
"dependencies": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export * as ApiWrapper from "@valapi/api-wrapper";
22
export * as RiotAPI from "@valapi/riot-api";
33
export * as RiotClient from "@valapi/riot-client";
44
export * as ValorantApiCom from "@valapi/valorant-api.com";
5-
export * as ValLib from "@valapi/lib";
5+
export * as ValApiLib from "@valapi/lib";

yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,48 @@
22
# yarn lockfile v1
33

44

5-
"@types/node@^17.0.25":
6-
"integrity" "sha512-eAIcfAvhf/BkHcf4pkLJ7ECpBAhh9kcxRBpip9cTiO+hf+aJrsxYxBeS6OXvOd9WqNAJmavXVpZvY1rBjNsXmw=="
7-
"resolved" "https://registry.npmjs.org/@types/node/-/node-17.0.32.tgz"
8-
"version" "17.0.32"
5+
"@types/node@^17.0.33":
6+
"integrity" "sha512-miWq2m2FiQZmaHfdZNcbpp9PuXg34W5JZ5CrJ/BaS70VuhoJENBEQybeiYSaPBRNq6KQGnjfEnc/F3PN++D+XQ=="
7+
"resolved" "https://registry.npmjs.org/@types/node/-/node-17.0.33.tgz"
8+
"version" "17.0.33"
99

1010
"@valapi/api-wrapper@latest":
11-
"integrity" "sha512-25q1z53C9XqoDNThFHiXl+2/IBl0lDWiUB9QDT3ZZGtWoitCGCv8OEBFsTIBAOxhnhR/4LXrXGJz5QzNE01nnw=="
12-
"resolved" "https://npm.pkg.github.com/download/@valapi/api-wrapper/1.0.0/5854825e334439c3b6421f881248ac102c6d89621d2ec15f81fb7f3921ae59df"
13-
"version" "1.0.0"
11+
"integrity" "sha512-SRxjF3vWziy100Jl3l+8Rg9dqbeVF5EmlP7wzQyqYwYmouLOO4JPcjYEJ1yHDKf5ur9KnlfBf8+9R+IV7r8hcQ=="
12+
"resolved" "https://npm.pkg.github.com/download/@valapi/api-wrapper/1.1.2/51d394a8e85af4be86f900137733e82118b95076afdfbcedf3e2127d0f1598d5"
13+
"version" "1.1.2"
1414
dependencies:
15-
"@valapi/lib" "^1.0.1"
15+
"@valapi/lib" "latest"
1616
"axios" "^0.27.2"
1717
"http-cookie-agent" "^2.1.2"
1818
"tough-cookie" "^4.0.0"
1919

20-
"@valapi/lib@^1.0.1", "@valapi/lib@latest":
21-
"integrity" "sha512-Zp0xVRPYnD4eOFITKGlOPlcWh4OqiZIvn6xuUg4ZGxy8iMCbVY+OLJTSXHq8JXYIVRndeOiuEp0SlUru3ItcUA=="
22-
"resolved" "https://npm.pkg.github.com/download/@valapi/lib/1.0.1/b3e46d0e8e4517ea9259ec483a73082ebaba2ee50f7992a85e8ce6e3bac80636"
23-
"version" "1.0.1"
20+
"@valapi/lib@latest":
21+
"integrity" "sha512-qONQqMrMkzLZvm8Y7/fx/UzR+paLzB6kvL+RE0GE7iR2lmXs557HRCCIOR4Fy045fkOfJocURkFT1Rg1Qzvn8g=="
22+
"resolved" "https://npm.pkg.github.com/download/@valapi/lib/1.1.0/bf3796cb7a0be0d50eebb732f709b14bcf85736836ba9ad1eef52accdc6ef5a1"
23+
"version" "1.1.0"
2424

2525
"@valapi/riot-api@latest":
26-
"integrity" "sha512-urxwPsAjaZFPeUCewDrRT4mEn/gqfn6xw+oOKHjd1XQMuEecrTruuLT7HiJRqrR2+Iso7a0+2GyBdntUY7cf9A=="
27-
"resolved" "https://npm.pkg.github.com/download/@valapi/riot-api/1.0.0/82374708ae683abe05e9f05c55f4491940b635d5b59563ac82764bf5e8ac25dd"
28-
"version" "1.0.0"
26+
"integrity" "sha512-cVy5qwYh0P+ZnroT9naKNM7Qfn463dxdA93XJXRmmtIU3ayVAmEqHMBJmbZoLBY5q7rJ3A4YlXmglHzU3cYVow=="
27+
"resolved" "https://npm.pkg.github.com/download/@valapi/riot-api/1.1.0/8d62b55b531540eb3d9706b370bfc63e4d2f3a3d9bf57d6a452314a1e1d83105"
28+
"version" "1.1.0"
2929
dependencies:
30-
"@valapi/lib" "^1.0.1"
30+
"@valapi/lib" "latest"
3131
"axios" "^0.27.2"
3232

3333
"@valapi/riot-client@latest":
34-
"integrity" "sha512-CoNI9Zhld04Nh23GU4k3RmAd86H0qsnreKPSO1Q7eagE4IJhG1bp2sF5W67VAthyN3kI3LqI1mu0cnKuezxfUA=="
35-
"resolved" "https://npm.pkg.github.com/download/@valapi/riot-client/1.0.0/a916421da6ba53cc8198f1ca16171d3374951432460499664480f232a916be72"
36-
"version" "1.0.0"
34+
"integrity" "sha512-GTkJOFGSp+MWNvIEOcq1tCVwx4eywno/ayHle+DSX3zWerU7cFHXWoX9KqKX0Al2ysivNciU+6WdYxqGWHFaKw=="
35+
"resolved" "https://npm.pkg.github.com/download/@valapi/riot-client/1.1.0/10e4a15c0d49e60251b1b8499c3a0f08ab8de910263b181d1f320aae6d66140d"
36+
"version" "1.1.0"
3737
dependencies:
38-
"@valapi/lib" "^1.0.1"
38+
"@valapi/lib" "latest"
3939
"axios" "^0.27.2"
4040

4141
"@valapi/valorant-api.com@latest":
42-
"integrity" "sha512-gr6y2VHJoB5zalLm3aJSRl+/5c2bTZ2g/MdwVNRaacgPUVDzj2PW/DZ+uofCYZ6nbBKb1rfjYNLUTJdpCSTHVw=="
43-
"resolved" "https://npm.pkg.github.com/download/@valapi/valorant-api.com/1.0.0/a45d6dd05122aef94ca0f9472856df7b2756d3b27f971deb28ebb1f1380ac3d3"
44-
"version" "1.0.0"
42+
"integrity" "sha512-wPpP1L1ntZGWjjx7H8zKwAzj5By5zwFqQLVCeJkBK77nmSRvy4s85NCyk9EHXab9A22oLd2WiaLwX0HNjEy+JQ=="
43+
"resolved" "https://npm.pkg.github.com/download/@valapi/valorant-api.com/1.1.2/9fa9216045dd439e99f7277fad6b88ef5930bbee33233a34ff550a66a2b91f05"
44+
"version" "1.1.2"
4545
dependencies:
46-
"@valapi/lib" "^1.0.1"
46+
"@valapi/lib" "latest"
4747
"axios" "^0.27.2"
4848

4949
"agent-base@^6.0.2":

0 commit comments

Comments
 (0)