fleetmap-reports 1.0.999 → 2.0.0

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": "1.0.999",
3
+ "version": "2.0.0",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -14,7 +14,7 @@
14
14
  "@turf/distance": "^6.5.0",
15
15
  "@turf/helpers": "^6.5.0",
16
16
  "@turf/point-to-line-distance": "^6.5.0",
17
- "axios": "^0.22.0",
17
+ "axios": "1.6.7",
18
18
  "axios-cookiejar-support": "^1.0.1",
19
19
  "country-reverse-geocoding": "^0.2.2",
20
20
  "docx": "^7.3.0",
@@ -34,7 +34,7 @@ describe('test positions', function () {
34
34
  console.log(driver.positions)
35
35
  assert.equal(driver.positions.length, 85) // Total Positions
36
36
  }, 20000)
37
- // eslint-disable-next-line no-undef
37
+ // eslint-disable-next-line no-undef
38
38
  it('works with sensores', async () => {
39
39
  const deviceId = 288082
40
40
  const report = await getReports(process.env.USER_ARCESE, process.env.PASS_ARCESE)
@@ -53,5 +53,4 @@ describe('test positions', function () {
53
53
  pdf.save('report.pdf')
54
54
  }, 30000)
55
55
  // eslint-disable-next-line no-undef
56
-
57
56
  })