@hangtime/climbing-boards 1.0.30 → 1.0.31

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.
@@ -42747,6 +42747,54 @@
42747
42747
  ]
42748
42748
  }
42749
42749
  },
42750
+ {
42751
+ "type": "Feature",
42752
+ "id": "12cb810d-cac6-4b97-b2b5-1e581bae9dcb",
42753
+ "properties": {
42754
+ "id": "12cb810d-cac6-4b97-b2b5-1e581bae9dcb",
42755
+ "gym_uuid": "12cb810d-cac6-4b97-b2b5-1e581bae9dcb",
42756
+ "address": null,
42757
+ "city": "Superior",
42758
+ "country": "US",
42759
+ "countryCode": null,
42760
+ "postal_code": null,
42761
+ "latitude": 39.95263,
42762
+ "longitude": -105.16759,
42763
+ "gym_logo": null,
42764
+ "banner_logo": null,
42765
+ "instagram_username": null,
42766
+ "is_listed": null,
42767
+ "walls": [
42768
+ {
42769
+ "id": "0f3eed8f-187f-4012-b64a-49a4382dd472",
42770
+ "wall_uuid": "0f3eed8f-187f-4012-b64a-49a4382dd472",
42771
+ "gym_uuid": "12cb810d-cac6-4b97-b2b5-1e581bae9dcb",
42772
+ "name": "8x12 Kilter Board OG",
42773
+ "product_name": "Kilter Board Original",
42774
+ "product_layout_uuid": "8",
42775
+ "is_adjustable": 0,
42776
+ "min_angle": null,
42777
+ "max_angle": null,
42778
+ "angle_increments": 5,
42779
+ "angle": 45,
42780
+ "serial_number": "751686",
42781
+ "accumulated_hold_set_value": 3,
42782
+ "is_listed": 1,
42783
+ "created_at": "2026-05-06 17:22:44.81386Z"
42784
+ }
42785
+ ],
42786
+ "title": "Sesame Street",
42787
+ "description": "Kilter Board at Sesame Street",
42788
+ "marker-color": "#ED1D24"
42789
+ },
42790
+ "geometry": {
42791
+ "type": "Point",
42792
+ "coordinates": [
42793
+ -105.16759,
42794
+ 39.95263
42795
+ ]
42796
+ }
42797
+ },
42750
42798
  {
42751
42799
  "type": "Feature",
42752
42800
  "id": "156310",
@@ -39737,6 +39737,52 @@
39737
39737
  ]
39738
39738
  }
39739
39739
  },
39740
+ {
39741
+ "type": "Feature",
39742
+ "id": "12cb810d-cac6-4b97-b2b5-1e581bae9dcb",
39743
+ "properties": {
39744
+ "id": "12cb810d-cac6-4b97-b2b5-1e581bae9dcb",
39745
+ "gym_uuid": "12cb810d-cac6-4b97-b2b5-1e581bae9dcb",
39746
+ "name": "Sesame Street",
39747
+ "address": null,
39748
+ "city": "Superior",
39749
+ "country": "US",
39750
+ "countryCode": null,
39751
+ "postal_code": null,
39752
+ "latitude": 39.95263,
39753
+ "longitude": -105.16759,
39754
+ "gym_logo": null,
39755
+ "banner_logo": null,
39756
+ "instagram_username": null,
39757
+ "is_listed": null,
39758
+ "walls": [
39759
+ {
39760
+ "id": "0f3eed8f-187f-4012-b64a-49a4382dd472",
39761
+ "wall_uuid": "0f3eed8f-187f-4012-b64a-49a4382dd472",
39762
+ "gym_uuid": "12cb810d-cac6-4b97-b2b5-1e581bae9dcb",
39763
+ "name": "8x12 Kilter Board OG",
39764
+ "product_name": "Kilter Board Original",
39765
+ "product_layout_uuid": "8",
39766
+ "is_adjustable": 0,
39767
+ "min_angle": null,
39768
+ "max_angle": null,
39769
+ "angle_increments": 5,
39770
+ "angle": 45,
39771
+ "serial_number": "751686",
39772
+ "accumulated_hold_set_value": 3,
39773
+ "is_listed": 1,
39774
+ "created_at": "2026-05-06 17:22:44.81386Z"
39775
+ }
39776
+ ]
39777
+ },
39778
+ "geometry": {
39779
+ "type": "Point",
39780
+ "coordinates": [
39781
+ -105.16759,
39782
+ 39.95263
39783
+ ]
39784
+ }
39785
+ },
39740
39786
  {
39741
39787
  "type": "Feature",
39742
39788
  "id": "156310",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "Auto-updating GeoJSON dataset of Aurora Climbing board locations: Kilter, Tension, Grasshopper, Decoy, So iLL, Touchstone and Aurora.",
5
5
  "type": "module",
6
6
  "main": "geojson/combined.geojson",