@powercalc/power-router 1.1.31 → 1.1.32

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.
@@ -35,7 +35,45 @@
35
35
  "stack": "stack2",
36
36
  "type": "consumption"
37
37
  },
38
+ "batteryStorageCost": {
39
+ "name": "Battery Storage Cost",
40
+ "psrType": "C99",
41
+ "co2Footprint": null,
42
+ "color": "#C21E56",
43
+ "abbr": "BK",
44
+ "yAxis": "y",
45
+ "type": "cost"
46
+ },
47
+ "P2GCost": {
48
+ "name": "Electrolyzer Cost",
49
+ "psrType": "C97",
50
+ "co2Footprint": null,
51
+ "color": "purple",
52
+ "abbr": "EK",
53
+ "yAxis": "y",
54
+ "type": "cost"
55
+ },
56
+ "H2PeakerCost": {
57
+ "name": "H2 Gas Plant",
58
+ "psrType": "C97",
59
+ "co2Footprint": null,
60
+ "color": "#720e9e",
61
+ "abbr": "PK",
62
+ "yAxis": "y",
63
+ "type": "cost"
64
+ },
38
65
 
66
+ "H2StorageCost": {
67
+ "name": "H2 Storage Cost",
68
+ "psrType": "C97",
69
+ "co2Footprint": null,
70
+ "color": "#4B0082",
71
+ "abbr": "HK",
72
+ "yAxis": "y",
73
+ "type": "cost"
74
+ },
75
+
76
+
39
77
  "diesel": {
40
78
  "name": "Diesel",
41
79
  "psrType": "F2",
@@ -402,6 +440,8 @@
402
440
  "yAxis": "hydroFill",
403
441
  "type": "storage"
404
442
  },
443
+
444
+
405
445
  "crossBorder": {
406
446
  "name": "Cross Border",
407
447
  "psrType": "H49",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powercalc/power-router",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "description": "a",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -35,7 +35,45 @@
35
35
  "stack": "stack2",
36
36
  "type": "consumption"
37
37
  },
38
+ "batteryStorageCost": {
39
+ "name": "Battery Storage Cost",
40
+ "psrType": "C99",
41
+ "co2Footprint": null,
42
+ "color": "#C21E56",
43
+ "abbr": "BK",
44
+ "yAxis": "y",
45
+ "type": "cost"
46
+ },
47
+ "P2GCost": {
48
+ "name": "Electrolyzer Cost",
49
+ "psrType": "C97",
50
+ "co2Footprint": null,
51
+ "color": "purple",
52
+ "abbr": "EK",
53
+ "yAxis": "y",
54
+ "type": "cost"
55
+ },
56
+ "H2PeakerCost": {
57
+ "name": "H2 Gas Plant",
58
+ "psrType": "C97",
59
+ "co2Footprint": null,
60
+ "color": "#720e9e",
61
+ "abbr": "PK",
62
+ "yAxis": "y",
63
+ "type": "cost"
64
+ },
38
65
 
66
+ "H2StorageCost": {
67
+ "name": "H2 Storage Cost",
68
+ "psrType": "C97",
69
+ "co2Footprint": null,
70
+ "color": "#4B0082",
71
+ "abbr": "HK",
72
+ "yAxis": "y",
73
+ "type": "cost"
74
+ },
75
+
76
+
39
77
  "diesel": {
40
78
  "name": "Diesel",
41
79
  "psrType": "F2",
@@ -402,6 +440,8 @@
402
440
  "yAxis": "hydroFill",
403
441
  "type": "storage"
404
442
  },
443
+
444
+
405
445
  "crossBorder": {
406
446
  "name": "Cross Border",
407
447
  "psrType": "H49",