zwift-data 1.11.2 → 1.12.2

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/esm/socks.js CHANGED
@@ -130,6 +130,11 @@ export const socks = [
130
130
  "name": "Generic White",
131
131
  "imageName": "ZwiftWhite"
132
132
  },
133
+ {
134
+ "id": 1214718478,
135
+ "name": "INEOS Grenadiers",
136
+ "imageName": "Socks_INEOSGrenadiers2021_blue"
137
+ },
133
138
  {
134
139
  "id": 1225125243,
135
140
  "name": "None",
@@ -185,6 +190,11 @@ export const socks = [
185
190
  "name": "ZA Road 2021 Socks",
186
191
  "imageName": "Socks_ZARoad2021"
187
192
  },
193
+ {
194
+ "id": 1731120091,
195
+ "name": "Rapha Rising 2022",
196
+ "imageName": "Socks_RaphaRising2022"
197
+ },
188
198
  {
189
199
  "id": 1856298600,
190
200
  "name": "5K Record Breaker Plan Socks",
@@ -390,6 +400,11 @@ export const socks = [
390
400
  "name": "Ultralight Crew Performance Socks",
391
401
  "imageName": "SocksRFTO2021"
392
402
  },
403
+ {
404
+ "id": 3811667861,
405
+ "name": "INEOS Grenadiers",
406
+ "imageName": "Socks_INEOSGrenadiers2021_white"
407
+ },
393
408
  {
394
409
  "id": 3814348865,
395
410
  "name": "Striped Orange Blue",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwift-data",
3
- "version": "1.11.2",
3
+ "version": "1.12.2",
4
4
  "description": "Data about Zwift worlds, routes and segments",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",