rategame-shared 1.1.174 → 1.1.175

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.
@@ -273,43 +273,43 @@ exports.achievementsMap = {
273
273
  id: "diamond_hands",
274
274
  name: "Diamond Hands",
275
275
  description: "Rate 50 Baseball games.",
276
- type: "sport",
277
- sport: "baseball",
276
+ type: "league",
277
+ league: "mlb",
278
278
  },
279
279
  field_of_dreams: {
280
280
  id: "field_of_dreams",
281
281
  name: "Field of Dreams",
282
282
  description: "Rate 100 Baseball games.",
283
- type: "sport",
284
- sport: "baseball",
283
+ type: "league",
284
+ league: "mlb",
285
285
  },
286
286
  charlie_hustle: {
287
287
  id: "charlie_hustle",
288
288
  name: "Charlie Hustle",
289
289
  description: "Rate an entire season of MLB.",
290
- type: "sport",
291
- sport: "baseball",
290
+ type: "league",
291
+ league: "mlb",
292
292
  },
293
293
  power_play: {
294
294
  id: "power_play",
295
295
  name: "Power Play",
296
296
  description: "Rate 50 Hockey games.",
297
- type: "sport",
298
- sport: "hockey",
297
+ type: "league",
298
+ league: "nhl",
299
299
  },
300
300
  ice_king: {
301
301
  id: "ice_king",
302
302
  name: "Ice King",
303
303
  description: "Rate 100 Hockey games.",
304
- type: "sport",
305
- sport: "hockey",
304
+ type: "league",
305
+ league: "nhl",
306
306
  },
307
307
  marleau_master: {
308
308
  id: "marleau_master",
309
309
  name: "Marleau Master",
310
310
  description: "Rate an entire season of NHL.",
311
- type: "sport",
312
- sport: "hockey",
311
+ type: "league",
312
+ league: "nhl",
313
313
  },
314
314
  the_admiral: {
315
315
  id: "the_admiral",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rategame-shared",
3
- "version": "1.1.174",
3
+ "version": "1.1.175",
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",