zwift-data 1.22.2 → 1.22.4
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/jerseys.js +5 -2
- package/lib/cjs/routes.js +151 -151
- package/lib/cjs/runShirts.js +1 -0
- package/lib/cjs/runShorts.js +1 -0
- package/lib/cjs/socks.js +1 -0
- package/lib/esm/jerseys.js +5 -2
- package/lib/esm/routes.js +151 -151
- package/lib/esm/runShirts.js +1 -0
- package/lib/esm/runShorts.js +1 -0
- package/lib/esm/socks.js +1 -0
- package/package.json +11 -11
package/lib/esm/runShirts.js
CHANGED
|
@@ -162,6 +162,7 @@ export const runShirts = [
|
|
|
162
162
|
[2921978652, "Fluoro Tank Kit", "FluoroTank01_thumb"],
|
|
163
163
|
[2944680840, "PRRC", "PRRC2019"],
|
|
164
164
|
[2952889628, "ZRS Spring 2021 Shirt", "ZRS012021_thumb"],
|
|
165
|
+
[3049937097, "Pride 2023 Running Shirt", "PrideOn2023_thumb"],
|
|
165
166
|
[3052272503, "Hilltop Hustle", "HilltopHustle2019"],
|
|
166
167
|
[3075910280, "Tour de Zwift 2021 Run Shirt", "TourDeZwiftRun2021_thumb"],
|
|
167
168
|
[3153648945, "Zwift Running Camo Green Shirt", "ShirtCamoGreen"],
|
package/lib/esm/runShorts.js
CHANGED
|
@@ -70,6 +70,7 @@ export const runShorts = [
|
|
|
70
70
|
[2081362761, "Women's Run Series 2022", "ZwiftWomensRun2022_thumb"],
|
|
71
71
|
[2127809752, "2022 adidas RFTO", "RFTO2022_thumb"],
|
|
72
72
|
[2226846384, "Zwift Running Shorts 12", "Shorts12"],
|
|
73
|
+
[2264041042, "Pride 2023 Running Shorts", "PrideOn2023_thumb"],
|
|
73
74
|
[2265184990, "ZRL Helsinki Run Shorts", "ZRLHelsinki2022_thumb"],
|
|
74
75
|
[
|
|
75
76
|
2337665662,
|
package/lib/esm/socks.js
CHANGED
|
@@ -112,6 +112,7 @@ export const socks = [
|
|
|
112
112
|
[3953741983, "Zwift Academy 2020 Tri Run", "SocksZwiftAcademyTriRun2020"],
|
|
113
113
|
[3981007507, "PRL100 Plan Socks", "PRL100"],
|
|
114
114
|
[4011425768, "LeTape", "SocksLeTape2019"],
|
|
115
|
+
[4016392338, "Pride 2023 Socks", "Socks_PrideOn2023"],
|
|
115
116
|
[4034148441, "GranFondo Plan Socks", "GranFondo"],
|
|
116
117
|
[4049893898, "2022 adidas RFTO", "SocksRFTO2022"],
|
|
117
118
|
[4137098634, "Le Col CC", "Socks_LeCol2022"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zwift-data",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.4",
|
|
4
4
|
"description": "Data about Zwift worlds, routes and segments",
|
|
5
5
|
"main": "./lib/cjs/index.js",
|
|
6
6
|
"module": "./lib/esm/index.js",
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
"@semantic-release/git": "10.0.1",
|
|
33
33
|
"@tsconfig/recommended": "1.0.2",
|
|
34
34
|
"@turf/turf": "6.5.0",
|
|
35
|
-
"@types/jest": "29.5.
|
|
36
|
-
"@types/lodash": "4.14.
|
|
37
|
-
"@types/node": "18.
|
|
35
|
+
"@types/jest": "29.5.1",
|
|
36
|
+
"@types/lodash": "4.14.194",
|
|
37
|
+
"@types/node": "18.16.3",
|
|
38
38
|
"jest": "29.5.0",
|
|
39
39
|
"lodash": "4.17.21",
|
|
40
40
|
"node-fetch": "3.3.1",
|
|
41
|
-
"prettier": "2.8.
|
|
42
|
-
"rimraf": "
|
|
43
|
-
"semantic-release": "21.0.
|
|
44
|
-
"simple-git": "3.
|
|
45
|
-
"ts-jest": "29.0
|
|
46
|
-
"typedoc": "0.
|
|
47
|
-
"typescript": "5.0.
|
|
41
|
+
"prettier": "2.8.8",
|
|
42
|
+
"rimraf": "5.0.0",
|
|
43
|
+
"semantic-release": "21.0.2",
|
|
44
|
+
"simple-git": "3.18.0",
|
|
45
|
+
"ts-jest": "29.1.0",
|
|
46
|
+
"typedoc": "0.24.6",
|
|
47
|
+
"typescript": "5.0.4"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"prepublishOnly": "npm run build",
|