gent-cli 1.1.0 → 1.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gent-cli",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "A Git-like version control CLI tool with cloud authentication",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -13,7 +13,7 @@ const apiClient = axios.create({
13
13
  headers: {
14
14
  'Content-Type': 'application/json'
15
15
  },
16
- timeout: 30000 // 30 seconds
16
+ timeout: 60000 // 60 seconds
17
17
  });
18
18
 
19
19
  // Track if we're currently refreshing token to avoid multiple refresh requests