kvalita 1.17.1 → 1.17.2

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.
@@ -5,6 +5,7 @@
5
5
  # Editors
6
6
  **/.idea
7
7
  **/.vscode
8
+ **/.zed
8
9
 
9
10
  # Agents
10
11
  **/.aider*
@@ -57,6 +58,7 @@
57
58
 
58
59
  # Git
59
60
  **/.git
61
+ **/.github
60
62
  **/.gitignore
61
63
 
62
64
  # Docker
package/configs/gitignore CHANGED
@@ -5,6 +5,7 @@ Thumbs.db
5
5
  # Editors
6
6
  .idea
7
7
  .vscode
8
+ .zed
8
9
 
9
10
  # Agents
10
11
  .aider*
package/package.json CHANGED
@@ -41,5 +41,5 @@
41
41
  "semantic-release": "^25.0.9",
42
42
  "typescript": "^7.0.2"
43
43
  },
44
- "version": "1.17.1"
44
+ "version": "1.17.2"
45
45
  }