@uge/payo 0.3.2 → 0.3.4
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/README.md +6 -4
- package/dist/index.js +135 -134
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -154,16 +154,18 @@ Each tool gets files in its own native format and location:
|
|
|
154
154
|
|
|
155
155
|
## What it asks about
|
|
156
156
|
|
|
157
|
-
Payo understands **25 frameworks, 24 ORMs, and
|
|
157
|
+
Payo understands **25 frameworks, 24 ORMs, and 16 databases** across
|
|
158
158
|
**TypeScript/JavaScript, Python, Go, and Rust** — and tailors its follow-up
|
|
159
159
|
questions to whatever you pick. Dimensions covered:
|
|
160
160
|
|
|
161
|
-
- **Project** — type (frontend / backend / full-stack) and a short description
|
|
161
|
+
- **Project** — type (frontend / backend / full-stack / CLI / script) and a short description
|
|
162
162
|
- **Language & framework** — plus framework-specific conventions
|
|
163
163
|
- **API** — REST, GraphQL, gRPC, tRPC
|
|
164
|
-
- **Frontend** — styling and state management
|
|
164
|
+
- **Frontend** — styling and state management, with provider-specific
|
|
165
|
+
conventions for Tailwind, shadcn/ui, and CSS Modules
|
|
165
166
|
- **Data** — database and ORM/data-layer, with naming & migration conventions
|
|
166
|
-
- **Auth** — approach, session strategy, RBAC
|
|
167
|
+
- **Auth** — approach, session strategy, RBAC, plus provider-specific
|
|
168
|
+
conventions for Clerk, Auth.js, Better Auth, and Supabase Auth
|
|
167
169
|
- **Validation & logging** — stack-appropriate libraries
|
|
168
170
|
- **Testing** — unit / integration / component / E2E and runners
|
|
169
171
|
- **Tooling** — package manager, runtime, formatter, linter
|