@powercalc/power-router 1.0.72 → 1.0.76

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.
@@ -344,7 +344,7 @@
344
344
  "name": "Cross Border",
345
345
  "psrType": "H49",
346
346
  "co2Footprint": 0,
347
- "color": "#00dddd",
347
+ "color": "#fff4f4",
348
348
  "abbr": "CB",
349
349
  "type": "trade"
350
350
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powercalc/power-router",
3
- "version": "1.0.72",
3
+ "version": "1.0.76",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -344,7 +344,7 @@
344
344
  "name": "Cross Border",
345
345
  "psrType": "H49",
346
346
  "co2Footprint": 0,
347
- "color": "#00dddd",
347
+ "color": "#fff4f4",
348
348
  "abbr": "CB",
349
349
  "type": "trade"
350
350
  }
@@ -140,6 +140,9 @@ export class EnergyCharts {
140
140
  if (zone === 'DE') {
141
141
  zone = 'DE-LU';
142
142
  }
143
+ if (zone === 'LU') {
144
+ zone = 'DE-LU';
145
+ }
143
146
  if (zone === 'DK') {
144
147
  zone = 'DK1';
145
148
  }