@powercalc/power-router 1.1.7 → 1.1.8

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.
@@ -252,7 +252,7 @@
252
252
  "name": "Battery",
253
253
  "psrType": "B98",
254
254
  "co2Footprint": 0,
255
- "color": "pink",
255
+ "color": "#ff008c",
256
256
  "abbr": "BA",
257
257
  "type": "dispatchablegreen"
258
258
  },
@@ -261,7 +261,7 @@
261
261
  "name": "Battery charge",
262
262
  "psrType": "B98",
263
263
  "co2Footprint": 0,
264
- "color": "pink",
264
+ "color": "#ff008c",
265
265
  "abbr": "BG",
266
266
  "type": "dispatchablegreen"
267
267
  },
@@ -270,7 +270,7 @@
270
270
  "name": "Battery discharge",
271
271
  "psrType": "B98",
272
272
  "co2Footprint": 0,
273
- "color": "pink",
273
+ "color": "#ff008c",
274
274
  "abbr": "BD",
275
275
  "type": "dispatchablegreen"
276
276
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powercalc/power-router",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "a",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -252,7 +252,7 @@
252
252
  "name": "Battery",
253
253
  "psrType": "B98",
254
254
  "co2Footprint": 0,
255
- "color": "pink",
255
+ "color": "#ff008c",
256
256
  "abbr": "BA",
257
257
  "type": "dispatchablegreen"
258
258
  },
@@ -261,7 +261,7 @@
261
261
  "name": "Battery charge",
262
262
  "psrType": "B98",
263
263
  "co2Footprint": 0,
264
- "color": "pink",
264
+ "color": "#ff008c",
265
265
  "abbr": "BG",
266
266
  "type": "dispatchablegreen"
267
267
  },
@@ -270,7 +270,7 @@
270
270
  "name": "Battery discharge",
271
271
  "psrType": "B98",
272
272
  "co2Footprint": 0,
273
- "color": "pink",
273
+ "color": "#ff008c",
274
274
  "abbr": "BD",
275
275
  "type": "dispatchablegreen"
276
276
  },