@wcj/github-rank 22.7.31 → 22.8.1

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 +18568 -18561
  2. package/dist/sifou-daily.json +11 -20
  3. package/dist/sifou-monthly.json +38 -38
  4. package/dist/sifou-weekly.json +64 -64
  5. package/dist/toutiao-30.json +56 -56
  6. package/dist/toutiao-7.json +54 -54
  7. package/dist/toutiao-90.json +13 -13
  8. package/dist/trending-daily.json +169 -169
  9. package/dist/trending-monthly.json +129 -129
  10. package/dist/trending-weekly.json +163 -163
  11. package/dist/users.china.json +1204 -1204
  12. package/dist/users.json +2114 -2115
  13. package/package.json +1 -1
  14. package/web/data/repos.json +18568 -18561
  15. package/web/data/sifou-daily.json +11 -20
  16. package/web/data/sifou-monthly.json +38 -38
  17. package/web/data/sifou-weekly.json +64 -64
  18. package/web/data/toutiao-30.json +56 -56
  19. package/web/data/toutiao-7.json +54 -54
  20. package/web/data/toutiao-90.json +13 -13
  21. package/web/data/trending-daily.json +169 -169
  22. package/web/data/trending-monthly.json +129 -129
  23. package/web/data/trending-weekly.json +163 -163
  24. package/web/data/users.china.json +1204 -1204
  25. package/web/data/users.json +2114 -2115
  26. package/web/index.html +1140 -1140
  27. package/web/repos.html +2424 -2424
  28. package/web/sifou-daily.html +11 -39
  29. package/web/sifou-monthly.html +67 -67
  30. package/web/sifou-weekly.html +101 -101
  31. package/web/toutiao-30.html +55 -55
  32. package/web/toutiao-7.html +45 -45
  33. package/web/toutiao-90.html +14 -14
  34. package/web/trending-monthly.html +117 -121
  35. package/web/trending-weekly.html +147 -147
  36. package/web/trending.html +146 -150
  37. package/web/users.china.html +595 -595
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcj/github-rank",
3
- "version": "22.7.31",
3
+ "version": "22.8.1",
4
4
  "description": "Github Users Ranking for China.",
5
5
  "scripts": {
6
6
  "start": "node lib/build.js",