next-chessground 0.13.8 → 0.13.9

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/dist/index.es.js CHANGED
@@ -49,9 +49,7 @@ const ThemeContext = /*#__PURE__*/createContext({
49
49
  const Hydrate = ({
50
50
  children
51
51
  }) => {
52
- return /*#__PURE__*/React.createElement(React.Fragment, {
53
- suppressHydrationWarning: true
54
- }, typeof window === 'undefined' ? null : children);
52
+ return /*#__PURE__*/React.createElement(React.Fragment, null, typeof window === 'undefined' ? null : children);
55
53
  };
56
54
 
57
55
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
package/dist/index.js CHANGED
@@ -58,9 +58,7 @@ const ThemeContext = /*#__PURE__*/React.createContext({
58
58
  const Hydrate = ({
59
59
  children
60
60
  }) => {
61
- return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, {
62
- suppressHydrationWarning: true
63
- }, typeof window === 'undefined' ? null : children);
61
+ return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, typeof window === 'undefined' ? null : children);
64
62
  };
65
63
 
66
64
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-chessground",
3
- "version": "0.13.8",
3
+ "version": "0.13.9",
4
4
  "description": "React and Next wrapper for Chessground with chessboard and pieces out of the box",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -9,7 +9,7 @@
9
9
  "homepage": "https://github.com/victorocna/next-chessground",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/victorocna/next-chessground.git"
12
+ "url": "git+https://github.com/victorocna/next-chessground.git"
13
13
  },
14
14
  "keywords": [
15
15
  "chess",