@gamepark/react-client 6.23.1 → 6.23.2

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,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.localMovePreviewMiddleware = void 0;
4
- var rules_api_1 = require("../../../rules-api");
4
+ var rules_api_1 = require("@gamepark/rules-api");
5
5
  var Actions_1 = require("../Actions");
6
6
  var gameReducer_1 = require("./gameReducer");
7
7
  function localMovePreviewMiddleware(context) {
@@ -1 +1 @@
1
- {"version":3,"file":"localMovePreviewMiddleware.js","sourceRoot":"","sources":["../../src/Store/localMovePreviewMiddleware.ts"],"names":[],"mappings":";;;AACA,gDAAwD;AACxD,sCAAuC;AAEvC,6CAAuF;AAEvF,SAAgB,0BAA0B,CAAuB,OAAiD;IAEhH,OAAO,UAAA,KAAK,IAAI,OAAA,UAAA,IAAI,IAAI,OAAA,UAAC,KAAkB;QACzC,IAAI,KAAK,CAAC,IAAI,KAAK,oBAAU,CAAC,WAAW,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE;YACzD,IAAM,KAAK,GAAG,IAAA,oCAAsB,EAAC,KAAK,CAAC,QAAQ,EAAE,EAAE,OAAO,CAAC,KAAK,CAAC,CAAA;YACrE,IAAI,IAAA,+BAAmB,EAAC,KAAK,CAAC,IAAI,KAAK,CAAC,WAAW,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE;gBAC/D,KAAK,CAAC,KAAK,GAAG,IAAI,CAAA;aACnB;SACF;QACD,OAAO,IAAI,CAAC,KAAK,CAAC,CAAA;IACpB,CAAC,EARuB,CAQvB,EARe,CAQf,CAAA;AACH,CAAC;AAXD,gEAWC"}
1
+ {"version":3,"file":"localMovePreviewMiddleware.js","sourceRoot":"","sources":["../../src/Store/localMovePreviewMiddleware.ts"],"names":[],"mappings":";;;AAAA,iDAAyD;AAEzD,sCAAuC;AAEvC,6CAAuF;AAEvF,SAAgB,0BAA0B,CAAuB,OAAiD;IAEhH,OAAO,UAAA,KAAK,IAAI,OAAA,UAAA,IAAI,IAAI,OAAA,UAAC,KAAkB;QACzC,IAAI,KAAK,CAAC,IAAI,KAAK,oBAAU,CAAC,WAAW,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE;YACzD,IAAM,KAAK,GAAG,IAAA,oCAAsB,EAAC,KAAK,CAAC,QAAQ,EAAE,EAAE,OAAO,CAAC,KAAK,CAAC,CAAA;YACrE,IAAI,IAAA,+BAAmB,EAAC,KAAK,CAAC,IAAI,KAAK,CAAC,WAAW,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE;gBAC/D,KAAK,CAAC,KAAK,GAAG,IAAI,CAAA;aACnB;SACF;QACD,OAAO,IAAI,CAAC,KAAK,CAAC,CAAA;IACpB,CAAC,EARuB,CAQvB,EARe,CAQf,CAAA;AACH,CAAC;AAXD,gEAWC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gamepark/react-client",
3
- "version": "6.23.1",
3
+ "version": "6.23.2",
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",