-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
230 additions
and
368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 5.0.0 | ||
# 5.0.0-beta.0 | ||
|
||
**Change** | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
42 changes: 21 additions & 21 deletions
42
packages/valorant.ts/LICENSE → packages/@valapi/crosshair/LICENSE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
MIT License | ||
Copyright (c) 2022-2023 ING Project | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
MIT License | ||
|
||
Copyright (c) 2022-2024 ING Project | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
[githubrepo_image]: https://github.com/valapi/.github/blob/main/128_valapi.png?raw=true | ||
[githubrepo_url]: https://github.com/valapi | ||
[download_image]: https://badgen.net/npm/dt/@valapi/crosshair?icon=npm | ||
[download_url]: https://www.npmjs.com/package/@valapi/crosshair | ||
[size_image]: https://packagephobia.com/badge?p=@valapi/crosshair | ||
[size_url]: https://packagephobia.com/result?p=@valapi/crosshair | ||
[vulnerabilities_image]: https://snyk.io/test/npm/@valapi/crosshair/badge.svg | ||
[vulnerabilities_url]: https://snyk.io/test/npm/@valapi/crosshair | ||
[license_image]: https://badgen.net/badge/license/MIT/blue | ||
[license_url]: https://github.com/valapi/.github/blob/main/LICENSE | ||
[github_image]: https://badgen.net/badge/icon/github?icon=github&label | ||
[github_url]: https://github.com/valapi/node-valapi/tree/master/packages/@valapi/crosshair | ||
[discord_image]: https://badgen.net/badge/icon/discord?icon=discord&label | ||
[discord_url]: https://discord.gg/pbyWbUYjyt | ||
|
||
<div align="center"> | ||
|
||
# Valorant API - Crosshair | ||
|
||
[![Profile][githubrepo_image]][github_url] | ||
|
||
Valorant Crosshair Parser | ||
|
||
[![Downloads][download_image]][download_url] | ||
[![install size][size_image]][size_url] | ||
[![Known Vulnerabilities][vulnerabilities_image]][vulnerabilities_url] | ||
|
||
[![LICENSE][license_image]][license_url] | ||
[![Github][github_image]][github_url] | ||
[![Discord][discord_image]][discord_url] | ||
|
||
</div> | ||
|
||
--- | ||
|
||
> - **@valapi/crosshair** isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc. | ||
> - **@valapi/crosshair** was created under [Riot Games' "Legal Jibber Jabber"](https://www.riotgames.com/en/legal) policy using assets owned by Riot Games. Riot Games does not endorse or sponsor this project. | ||
> - [MIT License][license_url] | ||
## Installation | ||
|
||
**NPM:** | ||
|
||
```bash | ||
npm install @valapi/crosshair | ||
``` | ||
|
||
**PNPM:** | ||
|
||
```bash | ||
pnpm add @valapi/crosshair | ||
``` |
92 changes: 44 additions & 48 deletions
92
packages/valorant.ts/package.json → packages/@valapi/crosshair/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,44 @@ | ||
{ | ||
"name": "valorant.ts", | ||
"version": "4.0.0", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org", | ||
"access": "public" | ||
}, | ||
"description": "Valorant API", | ||
"keywords": [ | ||
"riot", | ||
"api", | ||
"val", | ||
"valorant", | ||
"all-in-one" | ||
], | ||
"main": "build/index.js", | ||
"types": "./build/index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/valapi/node-valapi.git", | ||
"directory": "packages/valorant.ts" | ||
}, | ||
"author": "ing3kth (https://github.com/KTNG-3)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/valapi/node-valapi/issues" | ||
}, | ||
"homepage": "https://github.com/valapi/node-valapi/tree/master/packages/valorant.ts#readme", | ||
"dependencies": { | ||
"@valapi/auth": "^5.0.0", | ||
"@valapi/lib": "^4.0.0", | ||
"@valapi/riot-api": "^5.0.0", | ||
"@valapi/valorant-api.com": "^5.0.0", | ||
"@valapi/web-client": "^5.0.0" | ||
}, | ||
"directories": { | ||
"lib": "build", | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"build", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"package.json", | ||
"README.md", | ||
"SECURITY.md" | ||
] | ||
} | ||
{ | ||
"name": "@valapi/crosshair", | ||
"version": "5.0.0-alpha.0", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org", | ||
"access": "public" | ||
}, | ||
"description": "Valorant API - Crosshair", | ||
"keywords": [ | ||
"riot", | ||
"api", | ||
"val", | ||
"valorant", | ||
"crosshair" | ||
], | ||
"main": "build/index.js", | ||
"types": "./build/index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/valapi/node-valapi.git", | ||
"directory": "packages/@valapi/crosshair" | ||
}, | ||
"author": "ing3kth (https://github.com/KTNG-3)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/valapi/node-valapi/issues" | ||
}, | ||
"homepage": "https://github.com/valapi/node-valapi/tree/master/packages/@valapi/crosshair#readme", | ||
"dependencies": { | ||
"@valapi/lib": "5.0.0-beta.0" | ||
}, | ||
"directories": { | ||
"lib": "build", | ||
"test": "src/__tests__" | ||
}, | ||
"files": [ | ||
"build", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"package.json", | ||
"README.md", | ||
"SECURITY.md" | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
...es/valorant.ts/src/__tests__/crosshair.ts → ...lapi/crosshair/src/__tests__/crosshair.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"extends": "../../../tsconfig.base.json", | ||
"compilerOptions": { | ||
"rootDir": "./src", | ||
"outDir": "./build", | ||
"paths": { | ||
"@valapi/lib": ["../lib/src"] | ||
} | ||
}, | ||
"references": [ | ||
{ | ||
"path": "../lib" | ||
} | ||
], | ||
"exclude": ["node_modules", "build", "src/__tests__"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "crosshair", | ||
"extends": ["../../../typedoc.base.json"], | ||
"entryPoints": ["src/index.ts"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.