@bffless/claude-skills 1.3.0 → 1.4.0

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.0",
2
+ "version": "1.4.0",
3
3
  "description": "BFFless platform skills for Claude Code — deployments, pipelines, proxy rules, chat, traffic splitting, and more",
4
4
  "skills": ["./skills/"]
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bffless/claude-skills",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Claude Code plugin with BFFless platform skills",
5
5
  "keywords": [
6
6
  "claude-code-plugin",
@@ -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` | Combine/aggregate data from multiple sources |
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 |