stars-profile 1.0.3 → 1.0.4

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  <br>
3
3
  <img src="logo.svg" alt="GitHub Stars" width="300">
4
4
  <br>
5
- `npx stars-profile`
5
+ <code>npx stars-profile</code>
6
6
  <br>
7
7
  </h1>
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stars-profile",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Manage GitHub Stars profile contributions using Copilot CLI deep research",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/src/research.js CHANGED
@@ -31,7 +31,7 @@ function detectLanguage(contributions) {
31
31
  .toLowerCase();
32
32
 
33
33
  const langSignals = {
34
- Turkish: ['hakkında', 'konuştum', 'etkinlik', 'üniversitesi', 'çağında', 'hala', 'gerekli', 'topluluk', 'ile', 'için', 'olarak', 'bir'],
34
+ Turkish: ['hakkında', 'konuştum', 'etkinlik', 'üniversitesi', 'topluluk'],
35
35
  Portuguese: ['sobre', 'como', 'para', 'uma', 'comunidade', 'desenvolvimento'],
36
36
  Spanish: ['sobre', 'cómo', 'para', 'una', 'comunidad', 'desarrollo', 'habló'],
37
37
  Japanese: ['について', 'です', 'した', 'ます'],