zwift-data 1.9.1 → 1.9.2

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.
@@ -1,2 +1,2 @@
1
- import { Achievements } from "./types";
2
- export declare const achievements: ReadonlyArray<Achievements>;
1
+ import { Achievement } from "./types";
2
+ export declare const achievements: ReadonlyArray<Achievement>;
@@ -241,7 +241,7 @@ export interface Headgear {
241
241
  name: string;
242
242
  imageName: string;
243
243
  }
244
- export interface Achievements {
244
+ export interface Achievement {
245
245
  id: number;
246
246
  name: string;
247
247
  imageName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwift-data",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "Data about Zwift worlds, routes and segments",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",