@lichess-org/types 2.0.115 → 2.0.116

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 +4 -4
  2. package/package.json +1 -1
package/lichess-api.d.ts CHANGED
@@ -7500,7 +7500,7 @@ export interface components {
7500
7500
  /** @description DTZ50'' in plies, only if guaranteed to not be rounded, or absent if unknown */
7501
7501
  precise_dtz?: null | number;
7502
7502
  /**
7503
- * @description Experimental Depth to Conversion: Moves to next capture, promotion,
7503
+ * @description Depth to Conversion: Moves to next capture, promotion,
7504
7504
  * or checkmate. Available for:
7505
7505
  * * Standard chess positions with 8 pieces, more than one pawn of material
7506
7506
  * value for each side, and at least one pair of opposing pawns,
@@ -14653,9 +14653,9 @@ export interface operations {
14653
14653
  /** @description X-FEN of the position. Underscores allowed. */
14654
14654
  fen: string;
14655
14655
  /**
14656
- * @description When to query the tablebase for `dtc` values. The current default
14657
- * is `never`. It is eventually going to be `auxiliary`, i.e., only when
14658
- * the position is not covered by one of the other tablebases.
14656
+ * @description When to query the tablebase for `dtc` values. The default is
14657
+ * `auxiliary`, i.e., only when the position is not covered by one of the
14658
+ * other tablebases.
14659
14659
  */
14660
14660
  dtc?: "never" | "auxiliary" | "always";
14661
14661
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.115",
3
+ "version": "2.0.116",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",