@wcj/github-rank 22.7.7 → 22.7.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 (37) hide show
  1. package/dist/repos.json +21608 -21611
  2. package/dist/sifou-daily.json +33 -6
  3. package/dist/sifou-monthly.json +75 -75
  4. package/dist/sifou-weekly.json +121 -121
  5. package/dist/toutiao-30.json +42 -42
  6. package/dist/toutiao-7.json +68 -68
  7. package/dist/toutiao-90.json +10 -10
  8. package/dist/trending-daily.json +171 -171
  9. package/dist/trending-monthly.json +145 -145
  10. package/dist/trending-weekly.json +153 -153
  11. package/dist/users.china.json +1376 -1376
  12. package/dist/users.json +2092 -2093
  13. package/package.json +2 -2
  14. package/web/data/repos.json +21608 -21611
  15. package/web/data/sifou-daily.json +33 -6
  16. package/web/data/sifou-monthly.json +75 -75
  17. package/web/data/sifou-weekly.json +121 -121
  18. package/web/data/toutiao-30.json +42 -42
  19. package/web/data/toutiao-7.json +68 -68
  20. package/web/data/toutiao-90.json +10 -10
  21. package/web/data/trending-daily.json +171 -171
  22. package/web/data/trending-monthly.json +145 -145
  23. package/web/data/trending-weekly.json +153 -153
  24. package/web/data/users.china.json +1376 -1376
  25. package/web/data/users.json +2092 -2093
  26. package/web/index.html +1148 -1148
  27. package/web/repos.html +3042 -3042
  28. package/web/sifou-daily.html +90 -6
  29. package/web/sifou-monthly.html +125 -125
  30. package/web/sifou-weekly.html +140 -140
  31. package/web/toutiao-30.html +55 -55
  32. package/web/toutiao-7.html +55 -55
  33. package/web/toutiao-90.html +9 -9
  34. package/web/trending-monthly.html +133 -125
  35. package/web/trending-weekly.html +136 -140
  36. package/web/trending.html +148 -148
  37. package/web/users.china.html +694 -694
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcj/github-rank",
3
- "version": "22.7.7",
3
+ "version": "22.7.8",
4
4
  "description": "Github Users Ranking for China.",
5
5
  "scripts": {
6
6
  "start": "node lib/build.js",
@@ -42,7 +42,7 @@
42
42
  ],
43
43
  "devDependencies": {
44
44
  "@babel/plugin-syntax-import-assertions": "^7.18.6",
45
- "@octokit/request": "~5.6.3",
45
+ "@octokit/request": "~6.0.0",
46
46
  "@types/cheerio": "~0.22.31",
47
47
  "@types/dotenv": "~8.2.0",
48
48
  "@types/ejs": "~3.1.1",