@lichess-org/types 2.0.110 → 2.0.111

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 +2 -2
  2. package/package.json +3 -3
package/lichess-api.d.ts CHANGED
@@ -6085,12 +6085,12 @@ export interface components {
6085
6085
  markdown?: string;
6086
6086
  /**
6087
6087
  * @description Show players scores based on game results
6088
- * @default true
6088
+ * @default false
6089
6089
  */
6090
6090
  showScores?: boolean;
6091
6091
  /**
6092
6092
  * @description Show player's rating diffs
6093
- * @default true
6093
+ * @default false
6094
6094
  */
6095
6095
  showRatingDiffs?: boolean;
6096
6096
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.110",
3
+ "version": "2.0.111",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "devDependencies": {
17
17
  "openapi-typescript": "^7.10.1",
18
- "prettier": "^3.6.2",
18
+ "prettier": "^3.7.4",
19
19
  "typescript": "^5.9.3"
20
20
  },
21
- "packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b"
21
+ "packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
22
22
  }