@digital4better/data 1.1.7 → 1.1.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.
@@ -0,0 +1,68 @@
1
+ {
2
+ "2019": {
3
+ "Other Fossil": 0.1013,
4
+ "Other Renewables": 0.0071,
5
+ "Bioenergy": 0.0139,
6
+ "Coal": 0.2695,
7
+ "Gas": 0.3459,
8
+ "Hydro": 0.1595,
9
+ "Nuclear": 0.0539,
10
+ "Solar": 0.0186,
11
+ "Wind": 0.0303
12
+ },
13
+ "2020": {
14
+ "Other Fossil": 0.1014,
15
+ "Other Renewables": 0.007,
16
+ "Bioenergy": 0.0145,
17
+ "Coal": 0.2638,
18
+ "Gas": 0.3435,
19
+ "Hydro": 0.1618,
20
+ "Nuclear": 0.0525,
21
+ "Solar": 0.0216,
22
+ "Wind": 0.0338
23
+ },
24
+ "2021": {
25
+ "Other Fossil": 0.0992,
26
+ "Other Renewables": 0.0069,
27
+ "Bioenergy": 0.0148,
28
+ "Coal": 0.271,
29
+ "Gas": 0.3368,
30
+ "Hydro": 0.1557,
31
+ "Nuclear": 0.0529,
32
+ "Solar": 0.0246,
33
+ "Wind": 0.0381
34
+ },
35
+ "2022": {
36
+ "Other Fossil": 0.0991,
37
+ "Other Renewables": 0.0069,
38
+ "Bioenergy": 0.0148,
39
+ "Coal": 0.2685,
40
+ "Gas": 0.3332,
41
+ "Hydro": 0.1554,
42
+ "Nuclear": 0.0504,
43
+ "Solar": 0.0294,
44
+ "Wind": 0.0423
45
+ },
46
+ "2023": {
47
+ "Other Fossil": 0.0967,
48
+ "Other Renewables": 0.0068,
49
+ "Bioenergy": 0.015,
50
+ "Coal": 0.2684,
51
+ "Gas": 0.3309,
52
+ "Hydro": 0.1515,
53
+ "Nuclear": 0.0498,
54
+ "Solar": 0.0352,
55
+ "Wind": 0.0457
56
+ },
57
+ "2024": {
58
+ "Other Fossil": 0.0934,
59
+ "Other Renewables": 0.0066,
60
+ "Bioenergy": 0.0155,
61
+ "Coal": 0.2836,
62
+ "Gas": 0.3229,
63
+ "Hydro": 0.1445,
64
+ "Nuclear": 0.0528,
65
+ "Solar": 0.0287,
66
+ "Wind": 0.052
67
+ }
68
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital4better/data",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "description": "Digital4Better Open Data",
5
5
  "license": "ODbL-1.0",
6
6
  "engines": {
@@ -25,10 +25,12 @@
25
25
  "@emotion/react": "^11.11.3",
26
26
  "@emotion/styled": "^11.11.0",
27
27
  "@mui/system": "^5.15.6",
28
+ "@types/adm-zip": "^0.5.5",
28
29
  "@types/node": "^20.3.1",
29
30
  "@types/react": "^18.2.48",
30
31
  "@types/react-dom": "^18.2.18",
31
32
  "@vitejs/plugin-react": "^4.2.1",
33
+ "adm-zip": "^0.5.10",
32
34
  "prettier": "^2.8.8",
33
35
  "react": "^18.2.0",
34
36
  "react-dom": "^18.2.0",