@uge/payo 0.3.3 → 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 +4 -2
- package/dist/index.js +133 -132
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -161,9 +161,11 @@ questions to whatever you pick. Dimensions covered:
|
|
|
161
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
|