mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Compare commits
8 Commits
wilderness
...
v2.13.1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e4d2b10488 | ||
![]() |
0cfd0e2471 | ||
![]() |
9c284ad4b0 | ||
![]() |
ec60a72c08 | ||
![]() |
d45e2efcfd | ||
![]() |
f80b417121 | ||
![]() |
415fe2f02b | ||
![]() |
968799176f |
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -10,19 +10,19 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3.3.0
|
||||||
- uses: borales/actions-yarn@v2.0.0
|
- uses: borales/actions-yarn@v4.2.0
|
||||||
with:
|
with:
|
||||||
cmd: install
|
cmd: install
|
||||||
- uses: borales/actions-yarn@v2.0.0
|
- uses: borales/actions-yarn@v4.2.0
|
||||||
with:
|
with:
|
||||||
cmd: lint
|
cmd: lint
|
||||||
- uses: borales/actions-yarn@v2.0.0
|
- uses: borales/actions-yarn@v4.2.0
|
||||||
with:
|
with:
|
||||||
cmd: format
|
cmd: format
|
||||||
- uses: borales/actions-yarn@v2.0.0
|
- uses: borales/actions-yarn@v4.2.0
|
||||||
with:
|
with:
|
||||||
cmd: build
|
cmd: build
|
||||||
- uses: borales/actions-yarn@v2.0.0
|
- uses: borales/actions-yarn@v4.2.0
|
||||||
with:
|
with:
|
||||||
cmd: test
|
cmd: test
|
||||||
|
@@ -129,7 +129,7 @@ Activities consist of all levels of clue scrolls as well as minigames and bosses
|
|||||||
| Barrows Chests | `barrows` |
|
| Barrows Chests | `barrows` |
|
||||||
| Bryophyta | `bryophyta` |
|
| Bryophyta | `bryophyta` |
|
||||||
| Callisto | `callisto` |
|
| Callisto | `callisto` |
|
||||||
| Cal'varion | `calvarion` |
|
| Calvar'ion | `calvarion` |
|
||||||
| Cerberus | `cerberus` |
|
| Cerberus | `cerberus` |
|
||||||
| Chambers Of Xeric | `chambersOfXeric` |
|
| Chambers Of Xeric | `chambersOfXeric` |
|
||||||
| Chambers Of Xeric: Challenge Mode | `chambersOfXericChallengeMode` |
|
| Chambers Of Xeric: Challenge Mode | `chambersOfXericChallengeMode` |
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "osrs-json-hiscores",
|
"name": "osrs-json-hiscores",
|
||||||
"version": "2.12.1",
|
"version": "2.13.1",
|
||||||
"description": "The Old School Runescape API wrapper that does more!",
|
"description": "The Old School Runescape API wrapper that does more!",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
"husky": "^5.2.0",
|
"husky": "^5.2.0",
|
||||||
"jest": "^26.6.3",
|
"jest": "^26.6.3",
|
||||||
"lint-staged": "^10.5.4",
|
"lint-staged": "^10.5.4",
|
||||||
"np": "6.5.0",
|
"np": "^7.7.0",
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
"ts-jest": "^26.5.4",
|
"ts-jest": "^26.5.4",
|
||||||
"typescript": "^4.2.3"
|
"typescript": "^4.2.3"
|
||||||
|
@@ -157,7 +157,7 @@ export const FORMATTED_BOSS_NAMES: FormattedBossNames = {
|
|||||||
barrows: 'Barrows Chests',
|
barrows: 'Barrows Chests',
|
||||||
bryophyta: 'Bryophyta',
|
bryophyta: 'Bryophyta',
|
||||||
callisto: 'Callisto',
|
callisto: 'Callisto',
|
||||||
calvarion: "Cal'varion",
|
calvarion: "Calvar'ion",
|
||||||
cerberus: 'Cerberus',
|
cerberus: 'Cerberus',
|
||||||
chambersOfXeric: 'Chambers of Xeric',
|
chambersOfXeric: 'Chambers of Xeric',
|
||||||
chambersOfXericChallengeMode: 'Chambers of Xeric: Challenge Mode',
|
chambersOfXericChallengeMode: 'Chambers of Xeric: Challenge Mode',
|
||||||
|
Reference in New Issue
Block a user