Skip to content

Commit

Permalink
fix: add missing special characters to certain encounter names
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Apr 15, 2024
1 parent 57f3116 commit 253d25d
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 32 deletions.
9 changes: 8 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["@exile-watch/biome-config"]
"extends": ["@exile-watch/biome-config"],
"linter": {
"rules": {
"performance": {
"noAccumulatingSpread": "off"
}
}
}
}
8 changes: 2 additions & 6 deletions packages/encounter-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"_clean": "del-cli dist",
"_build": "rollup -c",
Expand All @@ -39,9 +37,7 @@
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"workspaces": [
"packages/*"
],
"workspaces": ["packages/*"],
"devDependencies": {
"@exile-watch/rollup-config": "0.2.7",
"@exile-watch/typescript-config": "^0.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/encounter-data/scripts/generateCategoryPages.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const prepareCategoriesData = (data) =>
[d.category]: [
...(acc[d.category] ?? []),
{
name: d.map ? startCase(d.map) : startCase(encounterName),
name: d.map ?? encounterName,
path,
gif,
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[
{
"name": "Esh Forked Thought",
"name": "Esh, Forked Thought",
"path": "/path-of-exile-1/encounters/breachlords/esh-forked-thought",
"gif": "https://i.gyazo.com/cdfd1e811d8d6b637511ad97a1a29b90.mp4"
},
{
"name": "Tul Creeping Avalanche",
"name": "Tul, Creeping Avalanche",
"path": "/path-of-exile-1/encounters/breachlords/tul-creeping-avalanche",
"gif": "https://i.gyazo.com/6a61815a3490ad0b8983c24b04e0c331.mp4"
},
{
"name": "Uul Netol Unburdened Flesh",
"name": "Uul-Netol, Unburdened Flesh",
"path": "/path-of-exile-1/encounters/breachlords/uul-netol-unburdened-flesh",
"gif": "https://i.gyazo.com/eb05d3b07bf59bb900b2ff0949537898.mp4"
},
{
"name": "Xoph Dark Embers",
"name": "Xoph, Dark Embers",
"path": "/path-of-exile-1/encounters/breachlords/xoph-dark-embers",
"gif": "https://i.gyazo.com/53e15967c21cbe953da5150d8b941691.mp4"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[
{
"name": "Al Hezmin The Hunter",
"name": "Al'Hezmin, the Hunter",
"path": "/path-of-exile-1/encounters/conquerors/al-hezmin-the-hunter",
"gif": "https://i.gyazo.com/c9348458020c8fe72289f40054d68aa8.mp4"
},
{
"name": "Baran The Crusader",
"name": "Baran, the Crusader",
"path": "/path-of-exile-1/encounters/conquerors/baran-the-crusader",
"gif": "https://i.gyazo.com/b46214aeee5ced0b01866fdcfea91623.mp4"
},
{
"name": "Drox The Warlord",
"name": "Drox, the Warlord",
"path": "/path-of-exile-1/encounters/conquerors/drox-the-warlord",
"gif": "https://i.gyazo.com/e6ad7cc1b9e0eb3e8cbddaba7fe0586e.mp4"
},
{
"name": "Veritania The Redeemer",
"name": "Veritania, the Redeemer",
"path": "/path-of-exile-1/encounters/conquerors/veritania-the-redeemer",
"gif": "https://i.gyazo.com/392698207a24aabf19504974e43acf2f.mp4"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"name": "Catarina Master Of Undeath",
"name": "Catarina, Master of Undeath",
"path": "/path-of-exile-1/encounters/endgame-bosses/catarina-master-of-undeath",
"gif": "https://i.gyazo.com/167a7408a6292e93d354fad3635a5e90.mp4"
},
Expand All @@ -10,7 +10,7 @@
"gif": ""
},
{
"name": "Oshabi Avatar Of The Grove",
"name": "Oshabi, Avatar of the Grove",
"path": "/path-of-exile-1/encounters/endgame-bosses/oshabi-avatar-of-the-grove",
"gif": "https://i.gyazo.com/3fcfd8a907760b9adb2a9757a9ff97a9.mp4"
},
Expand All @@ -20,7 +20,7 @@
"gif": "https://i.gyazo.com/4ec1882b45bad42b6a66b33a02852d9a.mp4"
},
{
"name": "Sirus Awakener Of Worlds",
"name": "Sirus, Awakener of Worlds",
"path": "/path-of-exile-1/encounters/endgame-bosses/sirus-awakener-of-worlds",
"gif": "https://i.gyazo.com/bca33395b749e1301e4fb560efa8e1e1.mp4"
},
Expand All @@ -30,7 +30,7 @@
"gif": "https://i.gyazo.com/1e5b12c04fdd965d25a1a78184c1f51d.mp4"
},
{
"name": "The Apex Of Sacrifice",
"name": "The Apex of Sacrifice",
"path": "/path-of-exile-1/encounters/endgame-bosses/the-apex-of-sacrifice/atziri-queen-of-the-vaal",
"gif": "https://i.gyazo.com/1e5b12c04fdd965d25a1a78184c1f51d.mp4"
},
Expand All @@ -40,7 +40,7 @@
"gif": "https://i.gyazo.com/bc2acd9dbdedb0367e1888c1ea9882f3.mp4"
},
{
"name": "The Shapers Realm",
"name": "The Shaper's Realm",
"path": "/path-of-exile-1/encounters/endgame-bosses/the-shapers-realm/the-shaper",
"gif": "https://i.gyazo.com/eda0d9e05495a713b5269ab7de80de47.mp4"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[
{
"name": "Guardian Of The Chimera",
"name": "Guardian of the Chimera",
"path": "/path-of-exile-1/encounters/shaper-guardians/guardian-of-the-chimera",
"gif": "https://i.gyazo.com/102a0a68778550809d40da99a5933a25.mp4"
},
{
"name": "Guardian Of The Hydra",
"name": "Guardian of the Hydra",
"path": "/path-of-exile-1/encounters/shaper-guardians/guardian-of-the-hydra",
"gif": "https://i.gyazo.com/c16638307360dc72b27e5dabbacc783a.mp4"
},
{
"name": "Guardian Of The Minotaur",
"name": "Guardian of the Minotaur",
"path": "/path-of-exile-1/encounters/shaper-guardians/guardian-of-the-minotaur",
"gif": "https://i.gyazo.com/c97bfa41a12bb395293713ac95935510.mp4"
},
{
"name": "Guardian Of The Phoenix",
"name": "Guardian of the Phoenix",
"path": "/path-of-exile-1/encounters/shaper-guardians/guardian-of-the-phoenix",
"gif": "https://i.gyazo.com/a385f72908270c7d8871767e08b60545.mp4"
}
Expand Down
9 changes: 2 additions & 7 deletions packages/seo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"sitemap.xml"
],
"files": ["dist", "sitemap.xml"],
"scripts": {
"_clean": "del-cli dist",
"_build": "rollup -c",
Expand All @@ -30,9 +27,7 @@
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"workspaces": [
"packages/*"
],
"workspaces": ["packages/*"],
"peerDependencies": {
"@exile-watch/encounter-data": ">=0",
"next": ">=14"
Expand Down

0 comments on commit 253d25d

Please sign in to comment.