@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.
- package/README.md +16 -0
- 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