lokuma-cli 1.4.10 → 1.4.11

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.
Files changed (2) hide show
  1. package/assets/design.py +1 -1
  2. package/package.json +1 -1
package/assets/design.py CHANGED
@@ -95,7 +95,7 @@ def _post(endpoint: str, payload: dict) -> dict:
95
95
  )
96
96
 
97
97
  try:
98
- with urllib.request.urlopen(req, timeout=60) as resp:
98
+ with urllib.request.urlopen(req, timeout=120) as resp:
99
99
  body = resp.read().decode("utf-8")
100
100
  return json.loads(body)
101
101
  except urllib.error.HTTPError as e:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lokuma-cli",
3
- "version": "1.4.10",
3
+ "version": "1.4.11",
4
4
  "description": "CLI to install Lokuma design intelligence skill for AI coding assistants",
5
5
  "type": "module",
6
6
  "bin": {