powergrid-viewer 1.11.8 → 1.11.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powergrid-viewer",
3
- "version": "1.11.8",
3
+ "version": "1.11.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/boardgamers/powergrid.git",
@@ -18,7 +18,7 @@
18
18
  "vue": "^2.6.11",
19
19
  "vue-class-component": "^7.2.3",
20
20
  "vue-property-decorator": "^8.4.2",
21
- "powergrid-engine": "1.15.8"
21
+ "powergrid-engine": "1.15.9"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/assert": "^1.4.7",
@@ -29,7 +29,7 @@
29
29
  :transform="`translate(${G.map.cityCountPosition[0]}, ${G.map.cityCountPosition[1]})`"
30
30
  :playerColors="playerColors"
31
31
  :citiesToEndGame="G.citiesToEndGame"
32
- :citiesToStep2="G.citiesToStep2"
32
+ :citiesToStep2="G.map.name === 'Manhattan' ? undefined : G.citiesToStep2"
33
33
  />
34
34
 
35
35
  <PowerPlantMarket
@@ -442,7 +442,7 @@
442
442
  <li>Bureaucracy: remove <strong>highest</strong> power plant from market</li>
443
443
  </ul>
444
444
  </li>
445
- <li>
445
+ <li v-if="G.map.name !== 'Manhattan'">
446
446
  <strong>Step 2:</strong>
447
447
  <ul>
448
448
  <li>
@@ -464,7 +464,7 @@
464
464
  <li>Bureaucracy: remove <strong>highest</strong> power plant from market</li>
465
465
  </ul>
466
466
  </li>
467
- <li>
467
+ <li v-if="G.map.name !== 'Manhattan'">
468
468
  <strong>Step 3:</strong>
469
469
  <ul>
470
470
  <li>Starts after the "Step 3" card is drawn from the deck</li>