zwift-data 1.45.0 → 1.46.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
@@ -1074,7 +1074,7 @@ exports.routes = [
1074
1074
  0,
1075
1075
  0.143,
1076
1076
  0,
1077
- ["new-york-kom"],
1077
+ ["new-york-sprint"],
1078
1078
  [],
1079
1079
  false,
1080
1080
  true,
package/lib/cjs/worlds.js CHANGED
@@ -37,10 +37,10 @@ exports.worlds = [
37
37
  name: "New York",
38
38
  slug: "new-york",
39
39
  bounds: [
40
- [40.81725, -74.0227],
41
- [40.74085, -73.9222],
40
+ [40.817257, -74.022655],
41
+ [40.587913, -73.922165],
42
42
  ],
43
- imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_NewYork.png",
43
+ imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_NewYork_2.png",
44
44
  },
45
45
  {
46
46
  id: 5,
package/lib/esm/routes.js CHANGED
@@ -1071,7 +1071,7 @@ export const routes = [
1071
1071
  0,
1072
1072
  0.143,
1073
1073
  0,
1074
- ["new-york-kom"],
1074
+ ["new-york-sprint"],
1075
1075
  [],
1076
1076
  false,
1077
1077
  true,
package/lib/esm/worlds.js CHANGED
@@ -34,10 +34,10 @@ export const worlds = [
34
34
  name: "New York",
35
35
  slug: "new-york",
36
36
  bounds: [
37
- [40.81725, -74.0227],
38
- [40.74085, -73.9222],
37
+ [40.817257, -74.022655],
38
+ [40.587913, -73.922165],
39
39
  ],
40
- imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_NewYork.png",
40
+ imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_NewYork_2.png",
41
41
  },
42
42
  {
43
43
  id: 5,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwift-data",
3
- "version": "1.45.0",
3
+ "version": "1.46.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",
@@ -27,23 +27,23 @@
27
27
  },
28
28
  "homepage": "https://github.com/andipaetzold/zwift-data#readme",
29
29
  "devDependencies": {
30
- "@octokit/rest": "22.0.0",
30
+ "@octokit/rest": "22.0.1",
31
31
  "@semantic-release/changelog": "6.0.3",
32
32
  "@semantic-release/git": "10.0.1",
33
- "@tsconfig/recommended": "1.0.10",
33
+ "@tsconfig/recommended": "1.0.12",
34
34
  "@turf/turf": "7.2.0",
35
35
  "@types/jest": "30.0.0",
36
36
  "@types/lodash": "4.17.20",
37
- "@types/node": "22.18.9",
37
+ "@types/node": "24.10.1",
38
38
  "jest": "30.2.0",
39
39
  "lodash": "4.17.21",
40
40
  "node-fetch": "3.3.2",
41
41
  "prettier": "3.6.2",
42
- "rimraf": "6.0.1",
43
- "semantic-release": "24.2.9",
44
- "simple-git": "3.28.0",
42
+ "rimraf": "6.1.0",
43
+ "semantic-release": "25.0.2",
44
+ "simple-git": "3.30.0",
45
45
  "ts-jest": "29.4.5",
46
- "typedoc": "0.28.13",
46
+ "typedoc": "0.28.14",
47
47
  "typescript": "5.9.3"
48
48
  },
49
49
  "scripts": {