@salespark/route-utils 1.0.3 → 1.0.5

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.
Files changed (2) hide show
  1. package/README.md +14 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -196,13 +196,19 @@ const { wrapRoute } = makeRouteUtils({
196
196
 
197
197
  ---
198
198
 
199
- ## 📦 Installation
199
+ ## 🛠️ Support
200
200
 
201
- ```bash
202
- yarn add @salespark/route-utils
203
- # or
204
- npm install @salespark/route-utils
205
- ```
201
+ Got stuck? Don’t panic — we’ve got you covered.
202
+
203
+ ### 🤖 AI Assistant
204
+
205
+ We built a custom **AI Assistant** trained _only_ on `@salespark/route-utils`.
206
+ It answers implementation and troubleshooting questions in real time:
207
+
208
+ 👉 Ask the Route Utils GPT:
209
+ https://chatgpt.com/g/g-68a9b742f240819197057ba3333230be-salespark-route-utils-v1
210
+
211
+ _(Free to use with a ChatGPT account)_
206
212
 
207
213
  ---
208
214
 
@@ -227,5 +233,5 @@ MIT © [SalesPark](https://salespark.io)
227
233
 
228
234
  ---
229
235
 
230
- _Document version: 2_
231
- _Last update: 21-08-2025_
236
+ _Document version: 3_
237
+ _Last update: 23-08-2025_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salespark/route-utils",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Vendor-agnostic helpers for Express route handlers with normalized responses and optional logging.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",