@gamepark/react-client 6.0.1-alpha.0 → 6.0.3-alpha.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.
@@ -13,5 +13,6 @@ export declare type GameContext<Game = any, GameView = any, Move = any, MoveView
13
13
  tutorial?: TutorialDescription<Game, Move, PlayerId>;
14
14
  ai?: GameAI<Game, Move, PlayerId>;
15
15
  hasSounds?: boolean;
16
+ scale?: number;
16
17
  };
17
18
  export declare const gameContext: React.Context<GameContext<any, any, any, any, any>>;
@@ -1 +1 @@
1
- {"version":3,"file":"GameContext.js","sourceRoot":"","sources":["../../src/GameProvider/GameContext.ts"],"names":[],"mappings":";;;;;;AACA,gDAAyB;AAiBzB;IACE;QACE,MAAM,IAAI,KAAK,CAAC,qBAAqB,CAAC,CAAA;IACxC,CAAC;IACH,mBAAC;AAAD,CAAC,AAJD,IAIC;AAED,aAAa;AACb,IAAM,cAAc,GAAgB,EAAE,IAAI,EAAE,EAAE,EAAE,KAAK,EAAE,YAAY,EAAE,CAAA;AAExD,QAAA,WAAW,GAAG,eAAK,CAAC,aAAa,CAAc,cAAc,CAAC,CAAA;AAE3E,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;IACzC,mBAAW,CAAC,WAAW,GAAG,aAAa,CAAA;CACxC"}
1
+ {"version":3,"file":"GameContext.js","sourceRoot":"","sources":["../../src/GameProvider/GameContext.ts"],"names":[],"mappings":";;;;;;AACA,gDAAyB;AAkBzB;IACE;QACE,MAAM,IAAI,KAAK,CAAC,qBAAqB,CAAC,CAAA;IACxC,CAAC;IACH,mBAAC;AAAD,CAAC,AAJD,IAIC;AAED,aAAa;AACb,IAAM,cAAc,GAAgB,EAAE,IAAI,EAAE,EAAE,EAAE,KAAK,EAAE,YAAY,EAAE,CAAA;AAExD,QAAA,WAAW,GAAG,eAAK,CAAC,aAAa,CAAc,cAAc,CAAC,CAAA;AAE3E,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;IACzC,mBAAW,CAAC,WAAW,GAAG,aAAa,CAAA;CACxC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gamepark/react-client",
3
- "version": "6.0.1-alpha.0",
3
+ "version": "6.0.3-alpha.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",
@@ -30,7 +30,7 @@
30
30
  "devDependencies": {
31
31
  "@apollo/client": "^3.5.0",
32
32
  "@gamepark/avataaars": "^2.2.0",
33
- "@gamepark/rules-api": "^6.0.1-alpha.0",
33
+ "@gamepark/rules-api": "^6.0.3-alpha.0",
34
34
  "@types/assert": "^1.5.4",
35
35
  "@types/lodash.shuffle": "^4.2.6",
36
36
  "@types/react": "^17.0.3",
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "6743256139b4328bcdd2436f03ddc3b3cacecb71"
55
+ "gitHead": "fc7c68a0eb428039109277a2c84f0ed71e3719ac"
56
56
  }