@wcj/github-rank 22.8.30 → 22.9.2

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 +34453 -34438
  2. package/dist/sifou-daily.json +26 -44
  3. package/dist/sifou-monthly.json +100 -100
  4. package/dist/sifou-weekly.json +154 -154
  5. package/dist/toutiao-30.json +63 -63
  6. package/dist/toutiao-7.json +128 -128
  7. package/dist/toutiao-90.json +37 -37
  8. package/dist/trending-daily.json +173 -173
  9. package/dist/trending-monthly.json +157 -157
  10. package/dist/trending-weekly.json +169 -169
  11. package/dist/users.china.json +2297 -2297
  12. package/dist/users.json +3909 -3910
  13. package/package.json +1 -1
  14. package/web/data/repos.json +34453 -34438
  15. package/web/data/sifou-daily.json +26 -44
  16. package/web/data/sifou-monthly.json +100 -100
  17. package/web/data/sifou-weekly.json +154 -154
  18. package/web/data/toutiao-30.json +63 -63
  19. package/web/data/toutiao-7.json +128 -128
  20. package/web/data/toutiao-90.json +37 -37
  21. package/web/data/trending-daily.json +173 -173
  22. package/web/data/trending-monthly.json +157 -157
  23. package/web/data/trending-weekly.json +169 -169
  24. package/web/data/users.china.json +2297 -2297
  25. package/web/data/users.json +3909 -3910
  26. package/web/index.html +2010 -2010
  27. package/web/repos.html +4008 -4008
  28. package/web/sifou-daily.html +23 -79
  29. package/web/sifou-monthly.html +131 -131
  30. package/web/sifou-weekly.html +137 -137
  31. package/web/toutiao-30.html +73 -73
  32. package/web/toutiao-7.html +90 -90
  33. package/web/toutiao-90.html +42 -42
  34. package/web/trending-monthly.html +138 -138
  35. package/web/trending-weekly.html +149 -145
  36. package/web/trending.html +142 -158
  37. package/web/users.china.html +1162 -1162
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcj/github-rank",
3
- "version": "22.8.30",
3
+ "version": "22.9.2",
4
4
  "description": "Github Users Ranking for China.",
5
5
  "scripts": {
6
6
  "start": "node lib/build.js",