@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.
- package/README.md +14 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -196,13 +196,19 @@ const { wrapRoute } = makeRouteUtils({
|
|
|
196
196
|
|
|
197
197
|
---
|
|
198
198
|
|
|
199
|
-
##
|
|
199
|
+
## 🛠️ Support
|
|
200
200
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
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:
|
|
231
|
-
_Last update:
|
|
236
|
+
_Document version: 3_
|
|
237
|
+
_Last update: 23-08-2025_
|
package/package.json
CHANGED