@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.
Files changed (65) hide show
  1. package/data/factor/continent-monthly-green.csv +124 -124
  2. package/data/factor/continent-monthly-green.json +1063 -1063
  3. package/data/factor/continent-monthly.csv +139 -139
  4. package/data/factor/continent-monthly.json +1173 -1173
  5. package/data/factor/continent-yearly-green.csv +16 -16
  6. package/data/factor/continent-yearly-green.json +141 -141
  7. package/data/factor/continent-yearly.csv +16 -16
  8. package/data/factor/continent-yearly.json +137 -137
  9. package/data/factor/country-monthly-green.csv +1902 -1902
  10. package/data/factor/country-monthly-green.json +15507 -15507
  11. package/data/factor/country-monthly.csv +1997 -1997
  12. package/data/factor/country-monthly.json +12659 -12659
  13. package/data/factor/country-yearly-green.csv +293 -293
  14. package/data/factor/country-yearly-green.json +2412 -2412
  15. package/data/factor/country-yearly.csv +294 -294
  16. package/data/factor/country-yearly.json +1890 -1890
  17. package/data/factor/subdivision-monthly-green.csv +100 -100
  18. package/data/factor/subdivision-monthly-green.json +900 -900
  19. package/data/factor/subdivision-monthly.csv +100 -100
  20. package/data/factor/subdivision-monthly.json +900 -900
  21. package/data/factor/subdivision-yearly-green.csv +50 -50
  22. package/data/factor/subdivision-yearly-green.json +450 -450
  23. package/data/factor/subdivision-yearly.csv +50 -50
  24. package/data/factor/subdivision-yearly.json +450 -450
  25. package/data/factor/world-monthly-green.csv +78 -78
  26. package/data/factor/world-monthly-green.json +694 -694
  27. package/data/factor/world-monthly.csv +78 -78
  28. package/data/factor/world-monthly.json +681 -681
  29. package/data/factor/world-yearly-green.csv +7 -7
  30. package/data/factor/world-yearly-green.json +62 -62
  31. package/data/factor/world-yearly.csv +7 -7
  32. package/data/factor/world-yearly.json +62 -62
  33. package/data/mix/continent-monthly-green.csv +109 -109
  34. package/data/mix/continent-monthly-green.json +336 -336
  35. package/data/mix/continent-monthly.csv +109 -109
  36. package/data/mix/continent-monthly.json +411 -411
  37. package/data/mix/continent-yearly-green.csv +14 -14
  38. package/data/mix/continent-yearly-green.json +37 -37
  39. package/data/mix/continent-yearly.csv +14 -14
  40. package/data/mix/continent-yearly.json +65 -65
  41. package/data/mix/country-monthly-green.csv +1240 -1240
  42. package/data/mix/country-monthly-green.json +3818 -3818
  43. package/data/mix/country-monthly.csv +1240 -1240
  44. package/data/mix/country-monthly.json +3795 -3795
  45. package/data/mix/country-yearly-green.csv +142 -142
  46. package/data/mix/country-yearly-green.json +458 -458
  47. package/data/mix/country-yearly.csv +142 -142
  48. package/data/mix/country-yearly.json +501 -501
  49. package/data/mix/subdivision-monthly-green.csv +100 -100
  50. package/data/mix/subdivision-monthly-green.json +348 -348
  51. package/data/mix/subdivision-monthly.csv +100 -100
  52. package/data/mix/subdivision-monthly.json +658 -658
  53. package/data/mix/subdivision-yearly-green.csv +50 -50
  54. package/data/mix/subdivision-yearly-green.json +174 -174
  55. package/data/mix/subdivision-yearly.csv +50 -50
  56. package/data/mix/subdivision-yearly.json +321 -321
  57. package/data/mix/world-monthly-green.csv +37 -37
  58. package/data/mix/world-monthly-green.json +134 -134
  59. package/data/mix/world-monthly.csv +37 -37
  60. package/data/mix/world-monthly.json +82 -82
  61. package/data/mix/world-yearly-green.csv +3 -3
  62. package/data/mix/world-yearly-green.json +13 -13
  63. package/data/mix/world-yearly.csv +3 -3
  64. package/data/mix/world-yearly.json +13 -13
  65. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital4better/data",
3
- "version": "1.3.6",
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-09T00:46:57.502Z"
47
+ "releaseDate": "2025-07-25T00:48:03.014Z"
48
48
  }