@salespark/route-utils 1.0.3 β†’ 1.0.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.
Files changed (2) hide show
  1. package/README.md +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -206,6 +206,22 @@ npm install @salespark/route-utils
206
206
 
207
207
  ---
208
208
 
209
+ ## πŸ› οΈ Support
210
+
211
+ Got stuck? Don’t panic β€” we’ve got you covered.
212
+
213
+ ### πŸ€– AI Assistant
214
+
215
+ We built a custom **AI Assistant** trained _only_ on `@salespark/route-utils`.
216
+ It answers implementation and troubleshooting questions in real time:
217
+
218
+ πŸ‘‰ Ask the Route Utils GPT:
219
+ https://chatgpt.com/g/g-68a9b742f240819197057ba3333230be-salespark-route-utils-v1
220
+
221
+ _(Free to use with a ChatGPT account)_
222
+
223
+ ---
224
+
209
225
  ### πŸ”’ Internal Usage Notice
210
226
 
211
227
  This package is primarily designed and maintained for internal use within the SalesPark ecosystem.
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.4",
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",