react-chessboard-ui 2.9.0 → 2.10.0

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-chessboard-ui",
3
- "version": "2.9.0",
4
- "description": "A customizable and interactive chessboard component for React applications. Easily integrate a fully functional and responsive chessboard into your React project with features like drag-and-drop pieces, move validation, and customizable board styles.",
3
+ "version": "2.10.0",
4
+ "description": "All-in-one React chessboard UI with a built-in chess engine, FEN state control, move validation, drag-and-drop pieces, game-end callbacks, and customizable styles.",
5
5
  "author": "skilldill",
6
6
  "license": "MIT",
7
7
  "repository": "skilldill/react-chessboard-ui",
@@ -9,7 +9,7 @@
9
9
  "module": "dist/index.modern.js",
10
10
  "homepage": "https://react-chessboard-ui.dev/",
11
11
  "source": "src/index.tsx",
12
- "keywords": ["react", "chess", "chess.js", "chessboard", "chess board", "react-chessboard", "react chessboard", "react chess board", "react-dnd", "chessboard component", "drag and drop", "typescript", "lichess", "chesscom"],
12
+ "keywords": ["react", "react-chess", "react-chessboard", "react-chessboard-ui", "js-chess", "chess", "chessboard", "chessboard component", "chess engine"],
13
13
  "engines": {
14
14
  "node": ">=10"
15
15
  },