@gamepark/react-client 5.13.2 → 5.14.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.
@@ -1,2 +1,2 @@
1
1
  import Tutorial from './Tutorial';
2
- export default function useTutorial(): Tutorial | void;
2
+ export default function useTutorial(): Tutorial | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gamepark/react-client",
3
- "version": "5.13.2",
3
+ "version": "5.14.0",
4
4
  "description": "Library to interact with Game Park server in a React application for a board game",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "@fortawesome/free-solid-svg-icons": "^6.1.0",
26
26
  "@fortawesome/react-fontawesome": "^0.1.18",
27
27
  "@gamepark/avataaars": "^2.1.3",
28
- "@gamepark/rules-api": "^5.13.1",
28
+ "@gamepark/rules-api": "^5.14.0",
29
29
  "@harelpls/use-pusher": "^7.2.1",
30
30
  "assert": "^2.0.0",
31
31
  "fscreen": "^1.2.0",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "3fbb16e32644f7636695f2633c898bc7d10d2930"
70
+ "gitHead": "8bad9acbc74cb4b488cc35a42e62b170eb2b040e"
71
71
  }