fleetmap-reports 2.0.192 → 2.0.193

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetmap-reports",
3
- "version": "2.0.192",
3
+ "version": "2.0.193",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -96,6 +96,7 @@ async function getAllInOne (
96
96
  console.log(u)
97
97
  requests.push(
98
98
  traccar.axios.get(u, {
99
+ jar: traccar.cookieJar,
99
100
  withCredentials: true,
100
101
  timeout: 900000
101
102
  }).catch(e => {