@lichess-org/types 2.0.125 → 2.0.126

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.
Files changed (2) hide show
  1. package/lichess-api.d.ts +1 -1
  2. package/package.json +1 -1
package/lichess-api.d.ts CHANGED
@@ -3773,7 +3773,7 @@ export interface paths {
3773
3773
  patch?: never;
3774
3774
  trace?: never;
3775
3775
  };
3776
- "/master/pgn/{gameId}": {
3776
+ "/masters/pgn/{gameId}": {
3777
3777
  parameters: {
3778
3778
  query?: never;
3779
3779
  header?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.125",
3
+ "version": "2.0.126",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",