@bffless/claude-skills 1.3.0 → 1.4.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/package.json
CHANGED
|
@@ -18,7 +18,7 @@ Pipelines provide backend functionality for static sites without writing server
|
|
|
18
18
|
| **Data Query** | `data_query` | Read/list DB records with filters, sorting, pagination |
|
|
19
19
|
| **Data Update** | `data_update` | Update existing DB records |
|
|
20
20
|
| **Data Delete** | `data_delete` | Delete DB records |
|
|
21
|
-
| **Aggregate** | `db_aggregate` |
|
|
21
|
+
| **Aggregate** | `db_aggregate` | Count/Sum/Avg/Min/Max on data, with optional groupBy for grouped results |
|
|
22
22
|
| **Email** | `email_handler` | Send emails via configured provider |
|
|
23
23
|
| **Response** | `response_handler` | Return custom JSON, status codes, or redirect |
|
|
24
24
|
| **Function** | `function_handler` | Custom JavaScript for transformation/logic |
|