@salespark/route-utils 1.0.4 → 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 +3 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -196,16 +196,6 @@ const { wrapRoute } = makeRouteUtils({
|
|
|
196
196
|
|
|
197
197
|
---
|
|
198
198
|
|
|
199
|
-
## 📦 Installation
|
|
200
|
-
|
|
201
|
-
```bash
|
|
202
|
-
yarn add @salespark/route-utils
|
|
203
|
-
# or
|
|
204
|
-
npm install @salespark/route-utils
|
|
205
|
-
```
|
|
206
|
-
|
|
207
|
-
---
|
|
208
|
-
|
|
209
199
|
## 🛠️ Support
|
|
210
200
|
|
|
211
201
|
Got stuck? Don’t panic — we’ve got you covered.
|
|
@@ -215,7 +205,7 @@ Got stuck? Don’t panic — we’ve got you covered.
|
|
|
215
205
|
We built a custom **AI Assistant** trained _only_ on `@salespark/route-utils`.
|
|
216
206
|
It answers implementation and troubleshooting questions in real time:
|
|
217
207
|
|
|
218
|
-
👉 Ask the Route Utils GPT:
|
|
208
|
+
👉 Ask the Route Utils GPT:
|
|
219
209
|
https://chatgpt.com/g/g-68a9b742f240819197057ba3333230be-salespark-route-utils-v1
|
|
220
210
|
|
|
221
211
|
_(Free to use with a ChatGPT account)_
|
|
@@ -243,5 +233,5 @@ MIT © [SalesPark](https://salespark.io)
|
|
|
243
233
|
|
|
244
234
|
---
|
|
245
235
|
|
|
246
|
-
_Document version:
|
|
247
|
-
_Last update:
|
|
236
|
+
_Document version: 3_
|
|
237
|
+
_Last update: 23-08-2025_
|
package/package.json
CHANGED