zwift-data 1.22.0 → 1.22.1

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/lib/cjs/routes.js CHANGED
@@ -2399,9 +2399,9 @@ exports.routes = [
2399
2399
  true,
2400
2400
  ["running", "cycling"],
2401
2401
  undefined,
2402
- 33950833,
2403
- "https://www.strava.com/segments/33950833",
2404
- "https://zwiftinsider.com/route/france-classic-fondo/",
2402
+ 33955609,
2403
+ "https://www.strava.com/segments/33955609",
2404
+ "https://zwiftinsider.com/route/france-classic-fondo",
2405
2405
  undefined,
2406
2406
  ],
2407
2407
  [
package/lib/esm/routes.js CHANGED
@@ -2396,9 +2396,9 @@ export const routes = [
2396
2396
  true,
2397
2397
  ["running", "cycling"],
2398
2398
  undefined,
2399
- 33950833,
2400
- "https://www.strava.com/segments/33950833",
2401
- "https://zwiftinsider.com/route/france-classic-fondo/",
2399
+ 33955609,
2400
+ "https://www.strava.com/segments/33955609",
2401
+ "https://zwiftinsider.com/route/france-classic-fondo",
2402
2402
  undefined,
2403
2403
  ],
2404
2404
  [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwift-data",
3
- "version": "1.22.0",
3
+ "version": "1.22.1",
4
4
  "description": "Data about Zwift worlds, routes and segments",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -32,18 +32,18 @@
32
32
  "@semantic-release/git": "10.0.1",
33
33
  "@tsconfig/recommended": "1.0.2",
34
34
  "@turf/turf": "6.5.0",
35
- "@types/jest": "29.4.0",
35
+ "@types/jest": "29.5.0",
36
36
  "@types/lodash": "4.14.191",
37
- "@types/node": "18.11.18",
38
- "jest": "29.4.1",
37
+ "@types/node": "18.15.3",
38
+ "jest": "29.5.0",
39
39
  "lodash": "4.17.21",
40
- "node-fetch": "3.3.0",
41
- "prettier": "2.8.3",
42
- "rimraf": "4.1.2",
43
- "semantic-release": "20.1.0",
44
- "simple-git": "3.16.0",
40
+ "node-fetch": "3.3.1",
41
+ "prettier": "2.8.4",
42
+ "rimraf": "4.4.0",
43
+ "semantic-release": "20.1.1",
44
+ "simple-git": "3.17.0",
45
45
  "ts-jest": "29.0.5",
46
- "typedoc": "0.23.24",
46
+ "typedoc": "0.23.27",
47
47
  "typescript": "4.9.5"
48
48
  },
49
49
  "scripts": {