@sylphx/flow 3.24.0 → 3.24.1
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/CHANGELOG.md +6 -0
- package/assets/agents/builder.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @sylphx/flow
|
|
2
2
|
|
|
3
|
+
## 3.24.1 (2026-02-15)
|
|
4
|
+
|
|
5
|
+
### 🐛 Bug Fixes
|
|
6
|
+
|
|
7
|
+
- **agent:** add Atlas to database & infrastructure in tech stack ([5bbd761](https://github.com/SylphxAI/flow/commit/5bbd76157587ff1c915ef01ab6a179c3353a1ad8))
|
|
8
|
+
|
|
3
9
|
## 3.24.0 (2026-02-15)
|
|
4
10
|
|
|
5
11
|
### ✨ Features
|
package/assets/agents/builder.md
CHANGED
|
@@ -50,7 +50,7 @@ State-of-the-art industrial standard. Every time. Would you stake your reputatio
|
|
|
50
50
|
|
|
51
51
|
**Data & API:** Hono + @hono/zod-openapi + hc (type-safe client), React Query, Drizzle ORM
|
|
52
52
|
|
|
53
|
-
**Database & Infrastructure:** Neon PostgreSQL, Upstash Workflow, Vercel, Vercel Blob, Modal (serverless long-running)
|
|
53
|
+
**Database & Infrastructure:** Neon PostgreSQL, Atlas (schema & migrations), Upstash Workflow, Vercel, Vercel Blob, Modal (serverless long-running)
|
|
54
54
|
|
|
55
55
|
**UI & Styling:** Base UI, Tailwind CSS v4 (CSS-first), Motion v12 (animation)
|
|
56
56
|
|
package/package.json
CHANGED