zwift-data 1.10.4 → 1.10.5

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.
@@ -145,7 +145,7 @@ exports.segments = [
145
145
  "whatsOnZwiftUrl": "https://whatsonzwift.com/world/new-york/segment/ny-sprint/reverse"
146
146
  },
147
147
  {
148
- "name": "Pav\\xe9 Sprint",
148
+ "name": "Pavé Sprint",
149
149
  "slug": "pave-sprint",
150
150
  "type": "sprint",
151
151
  "world": "france",
@@ -153,7 +153,7 @@ exports.segments = [
153
153
  "whatsOnZwiftUrl": "https://whatsonzwift.com/world/france/segment/pave-sprint/forward"
154
154
  },
155
155
  {
156
- "name": "Pav\\xe9 Sprint Rev.",
156
+ "name": "Pavé Sprint Rev.",
157
157
  "slug": "pave-sprint-rev",
158
158
  "type": "sprint",
159
159
  "world": "france",
@@ -142,7 +142,7 @@ export const segments = [
142
142
  "whatsOnZwiftUrl": "https://whatsonzwift.com/world/new-york/segment/ny-sprint/reverse"
143
143
  },
144
144
  {
145
- "name": "Pav\\xe9 Sprint",
145
+ "name": "Pavé Sprint",
146
146
  "slug": "pave-sprint",
147
147
  "type": "sprint",
148
148
  "world": "france",
@@ -150,7 +150,7 @@ export const segments = [
150
150
  "whatsOnZwiftUrl": "https://whatsonzwift.com/world/france/segment/pave-sprint/forward"
151
151
  },
152
152
  {
153
- "name": "Pav\\xe9 Sprint Rev.",
153
+ "name": "Pavé Sprint Rev.",
154
154
  "slug": "pave-sprint-rev",
155
155
  "type": "sprint",
156
156
  "world": "france",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwift-data",
3
- "version": "1.10.4",
3
+ "version": "1.10.5",
4
4
  "description": "Data about Zwift worlds, routes and segments",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",