rategame-shared 1.1.434 → 1.1.436

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -590,7 +590,12 @@ exports.achievementsMap = {
590
590
  host_with_the_most: {
591
591
  id: "host_with_the_most",
592
592
  name: "Host With the Most",
593
- description: "Rate a match in 2 of the 3 host nations (USA, Mexico, Canada).",
593
+ description: "Rate the World Cup host stadiums.",
594
+ tiers: {
595
+ bronze: { threshold: 8 },
596
+ silver: { threshold: 12 },
597
+ gold: { threshold: 16 },
598
+ },
594
599
  type: "league",
595
600
  league: "fifa",
596
601
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rategame-shared",
3
- "version": "1.1.434",
3
+ "version": "1.1.436",
4
4
  "description": "This package contains shared resources for the Rate Game project.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",