rategame-shared 1.1.206 → 1.1.207

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.
@@ -438,10 +438,10 @@ exports.achievementsMap = {
438
438
  type: "league",
439
439
  league: "mls",
440
440
  },
441
- queenb: {
442
- id: "queenb",
443
- name: "Queen B",
444
- description: "Rate an entire season of WNBA.",
441
+ lobos_legacy: {
442
+ id: "lobos_legacy",
443
+ name: "Lobo's Legacy",
444
+ description: "Rate 50 WNBA games.",
445
445
  type: "league",
446
446
  league: "wnba",
447
447
  },
@@ -452,10 +452,10 @@ exports.achievementsMap = {
452
452
  type: "league",
453
453
  league: "wnba",
454
454
  },
455
- lobos_legacy: {
456
- id: "lobos_legacy",
457
- name: "Lobo's Legacy",
458
- description: "Rate 50 WNBA games.",
455
+ queenb: {
456
+ id: "queenb",
457
+ name: "Queen B",
458
+ description: "Rate an entire season of WNBA.",
459
459
  type: "league",
460
460
  league: "wnba",
461
461
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rategame-shared",
3
- "version": "1.1.206",
3
+ "version": "1.1.207",
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",