@lichess-org/types 2.0.63 → 2.0.64

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
@@ -715,7 +715,7 @@ export interface paths {
715
715
  * @description Import a game from PGN. See <https://lichess.org/paste>.
716
716
  * Rate limiting: 200 games per hour for OAuth requests, 100 games per hour for anonymous requests.
717
717
  * To broadcast ongoing games, consider [pushing to a broadcast instead](#operation/broadcastPush).
718
- * To analyse a position or a line, just construct an analysis board URL:
718
+ * To analyse a position or a line, just construct an analysis board URL (most standard tags supported if URL-encoded):
719
719
  * [https://lichess.org/analysis/pgn/e4_e5_Nf3_Nc6_Bc4_Bc5_Bxf7+](https://lichess.org/analysis/pgn/e4_e5_Nf3_Nc6_Bc4_Bc5_Bxf7+)
720
720
  *
721
721
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.63",
3
+ "version": "2.0.64",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",