@wcj/github-rank 22.7.25 → 22.7.28

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 +33408 -33391
  2. package/dist/sifou-daily.json +101 -11
  3. package/dist/sifou-monthly.json +82 -82
  4. package/dist/sifou-weekly.json +170 -170
  5. package/dist/toutiao-30.json +63 -63
  6. package/dist/toutiao-7.json +123 -123
  7. package/dist/toutiao-90.json +28 -28
  8. package/dist/trending-daily.json +175 -175
  9. package/dist/trending-monthly.json +151 -151
  10. package/dist/trending-weekly.json +169 -169
  11. package/dist/users.china.json +2582 -2581
  12. package/dist/users.json +3725 -3727
  13. package/package.json +2 -2
  14. package/web/data/repos.json +33408 -33391
  15. package/web/data/sifou-daily.json +101 -11
  16. package/web/data/sifou-monthly.json +82 -82
  17. package/web/data/sifou-weekly.json +170 -170
  18. package/web/data/toutiao-30.json +63 -63
  19. package/web/data/toutiao-7.json +123 -123
  20. package/web/data/toutiao-90.json +28 -28
  21. package/web/data/trending-daily.json +175 -175
  22. package/web/data/trending-monthly.json +151 -151
  23. package/web/data/trending-weekly.json +169 -169
  24. package/web/data/users.china.json +2582 -2581
  25. package/web/data/users.json +3725 -3727
  26. package/web/index.html +1872 -1872
  27. package/web/repos.html +4239 -4243
  28. package/web/sifou-daily.html +290 -10
  29. package/web/sifou-monthly.html +128 -128
  30. package/web/sifou-weekly.html +144 -144
  31. package/web/toutiao-30.html +88 -88
  32. package/web/toutiao-7.html +91 -91
  33. package/web/toutiao-90.html +24 -24
  34. package/web/trending-monthly.html +131 -135
  35. package/web/trending-weekly.html +146 -146
  36. package/web/trending.html +154 -150
  37. package/web/users.china.html +1436 -1436
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcj/github-rank",
3
- "version": "22.7.25",
3
+ "version": "22.7.28",
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": "~6.0.0",
45
+ "@octokit/request": "~6.2.0",
46
46
  "@types/cheerio": "~0.22.31",
47
47
  "@types/dotenv": "~8.2.0",
48
48
  "@types/ejs": "~3.1.1",