@dytsou/github-readme-stats 1.1.2 → 1.1.5

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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 Anurag Hazra Copyright (c) 2025 dytsou
3
+ Copyright (c) 2020 Anurag Hazra Copyright (c) 2026 dytsou
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the "Software"), to deal in
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dytsou/github-readme-stats",
3
- "version": "1.1.2",
3
+ "version": "1.1.5",
4
4
  "description": "Dynamically generate stats for your GitHub readme",
5
5
  "keywords": [
6
6
  "github-readme-stats",
@@ -83,6 +83,7 @@
83
83
  },
84
84
  "scripts": {
85
85
  "test": "mkdir -p .coverage-tmp && vitest run --coverage",
86
+ "test:ci": "pnpm test && pnpm lint && pnpm format:check",
86
87
  "test:watch": "vitest watch",
87
88
  "test:ui": "vitest --ui",
88
89
  "test:update:snapshot": "vitest run -u",
@@ -91,13 +92,14 @@
91
92
  "preview-theme": "node scripts/preview-theme",
92
93
  "close-stale-theme-prs": "node scripts/close-stale-theme-prs",
93
94
  "generate-langs-json": "node scripts/generate-langs-json",
95
+ "update-license-year": "node scripts/update-license-year.js",
94
96
  "format": "prettier --write .",
95
97
  "format:check": "prettier --check .",
96
98
  "lint": "NPM_CONFIG_LOGLEVEL=error npx eslint --max-warnings 0 \"./src/**/*.js\" \"./scripts/**/*.js\" \"./tests/**/*.js\" \"./api/**/*.js\" \"./themes/**/*.js\"",
97
99
  "bench": "vitest run --config vitest.bench.config.js",
98
100
  "deploy": "wrangler deploy",
99
101
  "deploy:preview": "wrangler deploy --env preview",
100
- "publish:npm": "pnpm publish --access public --no-git-checks --registry https://registry.npmjs.org",
102
+ "publish:npmjs": "pnpm publish --access public --no-git-checks --registry https://registry.npmjs.org",
101
103
  "publish:github": "pnpm publish --access public --no-git-checks --registry https://npm.pkg.github.com",
102
104
  "publish:all": "pnpm run publish:npm && pnpm run publish:github"
103
105
  }
@@ -211,6 +211,7 @@
211
211
  "Go": "#00ADD8",
212
212
  "Go Checksums": "#00ADD8",
213
213
  "Go Module": "#00ADD8",
214
+ "Go Template": "#00ADD8",
214
215
  "Go Workspace": "#00ADD8",
215
216
  "Godot Resource": "#355570",
216
217
  "Golo": "#88562A",
@@ -290,7 +291,9 @@
290
291
  "Julia REPL": "#a270ba",
291
292
  "Jupyter Notebook": "#DA5B0B",
292
293
  "Just": "#384d54",
294
+ "KCL": "#7ABABF",
293
295
  "KDL": "#ffb3b3",
296
+ "KFramework": "#4195c5",
294
297
  "KRL": "#28430A",
295
298
  "Kaitai Struct": "#773b37",
296
299
  "KakouneScript": "#6f8042",
@@ -306,6 +309,7 @@
306
309
  "LOLCODE": "#cc9900",
307
310
  "LSL": "#3d9970",
308
311
  "LabVIEW": "#fede06",
312
+ "Langium": "#2c8c87",
309
313
  "Lark": "#2980B9",
310
314
  "Lasso": "#999999",
311
315
  "Latte": "#f2a542",