@rileybathurst/paddle 0.0.113 → 0.0.114

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rileybathurst/paddle",
3
3
  "private": false,
4
- "version": "0.0.113",
4
+ "version": "0.0.114",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -16,6 +16,8 @@ interface SeasonTypes {
16
16
  }
17
17
  function Season({ name, season_start, season_end, opening_time, closing_time, offSeasonDetails }: SeasonTypes) {
18
18
 
19
+ console.log(offSeasonDetails);
20
+
19
21
  // TODO: these need a query but thats not the most important first step
20
22
  if (name === "Free Parking Lot" || name === "Parking" || name === "Delivery") {
21
23
  return null;