@digital4better/data 1.3.6 → 1.3.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.
- package/data/factor/continent-monthly-green.csv +124 -124
- package/data/factor/continent-monthly-green.json +1063 -1063
- package/data/factor/continent-monthly.csv +139 -139
- package/data/factor/continent-monthly.json +1173 -1173
- package/data/factor/continent-yearly-green.csv +16 -16
- package/data/factor/continent-yearly-green.json +141 -141
- package/data/factor/continent-yearly.csv +16 -16
- package/data/factor/continent-yearly.json +137 -137
- package/data/factor/country-monthly-green.csv +1902 -1902
- package/data/factor/country-monthly-green.json +15507 -15507
- package/data/factor/country-monthly.csv +1997 -1997
- package/data/factor/country-monthly.json +12659 -12659
- package/data/factor/country-yearly-green.csv +293 -293
- package/data/factor/country-yearly-green.json +2412 -2412
- package/data/factor/country-yearly.csv +294 -294
- package/data/factor/country-yearly.json +1890 -1890
- package/data/factor/subdivision-monthly-green.csv +100 -100
- package/data/factor/subdivision-monthly-green.json +900 -900
- package/data/factor/subdivision-monthly.csv +100 -100
- package/data/factor/subdivision-monthly.json +900 -900
- package/data/factor/subdivision-yearly-green.csv +50 -50
- package/data/factor/subdivision-yearly-green.json +450 -450
- package/data/factor/subdivision-yearly.csv +50 -50
- package/data/factor/subdivision-yearly.json +450 -450
- package/data/factor/world-monthly-green.csv +78 -78
- package/data/factor/world-monthly-green.json +694 -694
- package/data/factor/world-monthly.csv +78 -78
- package/data/factor/world-monthly.json +681 -681
- package/data/factor/world-yearly-green.csv +7 -7
- package/data/factor/world-yearly-green.json +62 -62
- package/data/factor/world-yearly.csv +7 -7
- package/data/factor/world-yearly.json +62 -62
- package/data/mix/continent-monthly-green.csv +109 -109
- package/data/mix/continent-monthly-green.json +336 -336
- package/data/mix/continent-monthly.csv +109 -109
- package/data/mix/continent-monthly.json +411 -411
- package/data/mix/continent-yearly-green.csv +14 -14
- package/data/mix/continent-yearly-green.json +37 -37
- package/data/mix/continent-yearly.csv +14 -14
- package/data/mix/continent-yearly.json +65 -65
- package/data/mix/country-monthly-green.csv +1240 -1240
- package/data/mix/country-monthly-green.json +3818 -3818
- package/data/mix/country-monthly.csv +1240 -1240
- package/data/mix/country-monthly.json +3795 -3795
- package/data/mix/country-yearly-green.csv +142 -142
- package/data/mix/country-yearly-green.json +458 -458
- package/data/mix/country-yearly.csv +142 -142
- package/data/mix/country-yearly.json +501 -501
- package/data/mix/subdivision-monthly-green.csv +100 -100
- package/data/mix/subdivision-monthly-green.json +348 -348
- package/data/mix/subdivision-monthly.csv +100 -100
- package/data/mix/subdivision-monthly.json +658 -658
- package/data/mix/subdivision-yearly-green.csv +50 -50
- package/data/mix/subdivision-yearly-green.json +174 -174
- package/data/mix/subdivision-yearly.csv +50 -50
- package/data/mix/subdivision-yearly.json +321 -321
- package/data/mix/world-monthly-green.csv +37 -37
- package/data/mix/world-monthly-green.json +134 -134
- package/data/mix/world-monthly.csv +37 -37
- package/data/mix/world-monthly.json +82 -82
- package/data/mix/world-yearly-green.csv +3 -3
- package/data/mix/world-yearly-green.json +13 -13
- package/data/mix/world-yearly.csv +3 -3
- package/data/mix/world-yearly.json +13 -13
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digital4better/data",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.8",
|
|
4
4
|
"description": "Digital4Better Open Data",
|
|
5
5
|
"license": "ODbL-1.0",
|
|
6
6
|
"engines": {
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"README.md",
|
|
45
45
|
"LICENSE"
|
|
46
46
|
],
|
|
47
|
-
"releaseDate": "2025-07-
|
|
47
|
+
"releaseDate": "2025-07-25T00:48:03.014Z"
|
|
48
48
|
}
|