@wcj/github-rank 22.8.19 → 22.8.20

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 (37) hide show
  1. package/dist/repos.json +20008 -20008
  2. package/dist/sifou-daily.json +30 -30
  3. package/dist/sifou-monthly.json +71 -71
  4. package/dist/sifou-weekly.json +124 -124
  5. package/dist/toutiao-30.json +24 -24
  6. package/dist/toutiao-7.json +62 -62
  7. package/dist/toutiao-90.json +22 -22
  8. package/dist/trending-daily.json +170 -170
  9. package/dist/trending-monthly.json +145 -145
  10. package/dist/trending-weekly.json +149 -149
  11. package/dist/users.china.json +1046 -1046
  12. package/dist/users.json +2083 -2083
  13. package/package.json +1 -1
  14. package/web/data/repos.json +20008 -20008
  15. package/web/data/sifou-daily.json +30 -30
  16. package/web/data/sifou-monthly.json +71 -71
  17. package/web/data/sifou-weekly.json +124 -124
  18. package/web/data/toutiao-30.json +24 -24
  19. package/web/data/toutiao-7.json +62 -62
  20. package/web/data/toutiao-90.json +22 -22
  21. package/web/data/trending-daily.json +170 -170
  22. package/web/data/trending-monthly.json +145 -145
  23. package/web/data/trending-weekly.json +149 -149
  24. package/web/data/users.china.json +1046 -1046
  25. package/web/data/users.json +2083 -2083
  26. package/web/index.html +1121 -1121
  27. package/web/repos.html +2486 -2486
  28. package/web/sifou-daily.html +25 -25
  29. package/web/sifou-monthly.html +87 -87
  30. package/web/sifou-weekly.html +136 -136
  31. package/web/toutiao-30.html +65 -65
  32. package/web/toutiao-7.html +84 -84
  33. package/web/toutiao-90.html +36 -36
  34. package/web/trending-monthly.html +130 -130
  35. package/web/trending-weekly.html +132 -136
  36. package/web/trending.html +157 -141
  37. package/web/users.china.html +575 -575
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcj/github-rank",
3
- "version": "22.8.19",
3
+ "version": "22.8.20",
4
4
  "description": "Github Users Ranking for China.",
5
5
  "scripts": {
6
6
  "start": "node lib/build.js",