zwift-data 1.11.0 → 1.11.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 +4 -4
- package/lib/esm/routes.js +4 -4
- package/package.json +1 -1
package/lib/cjs/routes.js
CHANGED
|
@@ -1543,7 +1543,7 @@ exports.routes = [
|
|
|
1543
1543
|
{
|
|
1544
1544
|
"id": 1327147942,
|
|
1545
1545
|
"name": "2022 Gran Fondo",
|
|
1546
|
-
"slug": "
|
|
1546
|
+
"slug": "2022-gran-fondo",
|
|
1547
1547
|
"world": "watopia",
|
|
1548
1548
|
"eventOnly": true,
|
|
1549
1549
|
"distance": 92.467,
|
|
@@ -3097,7 +3097,7 @@ exports.routes = [
|
|
|
3097
3097
|
{
|
|
3098
3098
|
"id": 2436095601,
|
|
3099
3099
|
"name": "2022 Cycling Esports World Championships Route",
|
|
3100
|
-
"slug": "
|
|
3100
|
+
"slug": "2022-cycling-esports-world-championships-route",
|
|
3101
3101
|
"world": "new-york",
|
|
3102
3102
|
"eventOnly": true,
|
|
3103
3103
|
"distance": 54.743,
|
|
@@ -3874,7 +3874,7 @@ exports.routes = [
|
|
|
3874
3874
|
{
|
|
3875
3875
|
"id": 2900074211,
|
|
3876
3876
|
"name": "2022 Medio Fondo",
|
|
3877
|
-
"slug": "
|
|
3877
|
+
"slug": "2022-medio-fondo",
|
|
3878
3878
|
"world": "watopia",
|
|
3879
3879
|
"eventOnly": true,
|
|
3880
3880
|
"distance": 79.023,
|
|
@@ -4715,7 +4715,7 @@ exports.routes = [
|
|
|
4715
4715
|
{
|
|
4716
4716
|
"id": 3368626651,
|
|
4717
4717
|
"name": "2022 Bambino Fondo",
|
|
4718
|
-
"slug": "
|
|
4718
|
+
"slug": "2022-bambino-fondo",
|
|
4719
4719
|
"world": "watopia",
|
|
4720
4720
|
"eventOnly": true,
|
|
4721
4721
|
"distance": 52.956,
|
package/lib/esm/routes.js
CHANGED
|
@@ -1540,7 +1540,7 @@ export const routes = [
|
|
|
1540
1540
|
{
|
|
1541
1541
|
"id": 1327147942,
|
|
1542
1542
|
"name": "2022 Gran Fondo",
|
|
1543
|
-
"slug": "
|
|
1543
|
+
"slug": "2022-gran-fondo",
|
|
1544
1544
|
"world": "watopia",
|
|
1545
1545
|
"eventOnly": true,
|
|
1546
1546
|
"distance": 92.467,
|
|
@@ -3094,7 +3094,7 @@ export const routes = [
|
|
|
3094
3094
|
{
|
|
3095
3095
|
"id": 2436095601,
|
|
3096
3096
|
"name": "2022 Cycling Esports World Championships Route",
|
|
3097
|
-
"slug": "
|
|
3097
|
+
"slug": "2022-cycling-esports-world-championships-route",
|
|
3098
3098
|
"world": "new-york",
|
|
3099
3099
|
"eventOnly": true,
|
|
3100
3100
|
"distance": 54.743,
|
|
@@ -3871,7 +3871,7 @@ export const routes = [
|
|
|
3871
3871
|
{
|
|
3872
3872
|
"id": 2900074211,
|
|
3873
3873
|
"name": "2022 Medio Fondo",
|
|
3874
|
-
"slug": "
|
|
3874
|
+
"slug": "2022-medio-fondo",
|
|
3875
3875
|
"world": "watopia",
|
|
3876
3876
|
"eventOnly": true,
|
|
3877
3877
|
"distance": 79.023,
|
|
@@ -4712,7 +4712,7 @@ export const routes = [
|
|
|
4712
4712
|
{
|
|
4713
4713
|
"id": 3368626651,
|
|
4714
4714
|
"name": "2022 Bambino Fondo",
|
|
4715
|
-
"slug": "
|
|
4715
|
+
"slug": "2022-bambino-fondo",
|
|
4716
4716
|
"world": "watopia",
|
|
4717
4717
|
"eventOnly": true,
|
|
4718
4718
|
"distance": 52.956,
|