@dytsou/github-readme-stats 1.1.0 → 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,21 +1,20 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 Anurag Hazra
3
+ Copyright (c) 2020 Anurag Hazra Copyright (c) 2026 dytsou
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
11
 
12
12
  The above copyright notice and this permission notice shall be included in all
13
13
  copies or substantial portions of the Software.
14
14
 
15
15
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dytsou/github-readme-stats",
3
- "version": "1.1.0",
3
+ "version": "1.1.5",
4
4
  "description": "Dynamically generate stats for your GitHub readme",
5
5
  "keywords": [
6
6
  "github-readme-stats",
@@ -37,7 +37,7 @@
37
37
  "author": "dytsou",
38
38
  "license": "MIT",
39
39
  "devDependencies": {
40
- "@actions/core": "^1.11.1",
40
+ "@actions/core": "^2.0.1",
41
41
  "@actions/github": "^6.0.1",
42
42
  "@eslint/eslintrc": "^3.3.1",
43
43
  "@eslint/js": "^9.39.0",
@@ -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",