zwift-data 1.22.2 → 1.22.3

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
@@ -1418,7 +1418,7 @@ exports.routes = [
1418
1418
  ],
1419
1419
  [
1420
1420
  1327147942,
1421
- "2022 Gran Fondo",
1421
+ "Zwift Gran Fondo 2022",
1422
1422
  "2022-gran-fondo",
1423
1423
  "watopia",
1424
1424
  true,
@@ -3511,7 +3511,7 @@ exports.routes = [
3511
3511
  ],
3512
3512
  [
3513
3513
  2900074211,
3514
- "2022 Medio Fondo",
3514
+ "Zwift Medio Fondo 2022",
3515
3515
  "2022-medio-fondo",
3516
3516
  "watopia",
3517
3517
  true,
@@ -4203,7 +4203,7 @@ exports.routes = [
4203
4203
  ],
4204
4204
  [
4205
4205
  3368626651,
4206
- "2022 Bambino Fondo",
4206
+ "Zwift Bambino Fondo 2022",
4207
4207
  "2022-bambino-fondo",
4208
4208
  "watopia",
4209
4209
  true,
package/lib/esm/routes.js CHANGED
@@ -1415,7 +1415,7 @@ export const routes = [
1415
1415
  ],
1416
1416
  [
1417
1417
  1327147942,
1418
- "2022 Gran Fondo",
1418
+ "Zwift Gran Fondo 2022",
1419
1419
  "2022-gran-fondo",
1420
1420
  "watopia",
1421
1421
  true,
@@ -3508,7 +3508,7 @@ export const routes = [
3508
3508
  ],
3509
3509
  [
3510
3510
  2900074211,
3511
- "2022 Medio Fondo",
3511
+ "Zwift Medio Fondo 2022",
3512
3512
  "2022-medio-fondo",
3513
3513
  "watopia",
3514
3514
  true,
@@ -4200,7 +4200,7 @@ export const routes = [
4200
4200
  ],
4201
4201
  [
4202
4202
  3368626651,
4203
- "2022 Bambino Fondo",
4203
+ "Zwift Bambino Fondo 2022",
4204
4204
  "2022-bambino-fondo",
4205
4205
  "watopia",
4206
4206
  true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwift-data",
3
- "version": "1.22.2",
3
+ "version": "1.22.3",
4
4
  "description": "Data about Zwift worlds, routes and segments",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",