wile 0.4.21 → 0.4.22

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.
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
12
12
  unzip \
13
13
  build-essential \
14
14
  software-properties-common \
15
+ postgresql-client \
15
16
  && rm -rf /var/lib/apt/lists/*
16
17
 
17
18
  # Install Node.js 20 LTS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wile",
3
- "version": "0.4.21",
3
+ "version": "0.4.22",
4
4
  "description": "Autonomous AI coding agent that ships features while you sleep",
5
5
  "type": "module",
6
6
  "bin": {