@hangtime/climbing-boards 1.0.9 → 1.0.10

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.
@@ -35218,6 +35218,54 @@
35218
35218
  ]
35219
35219
  }
35220
35220
  },
35221
+ {
35222
+ "type": "Feature",
35223
+ "id": "8b02f93b-1feb-4c38-bac7-34fe0352b236",
35224
+ "properties": {
35225
+ "id": "8b02f93b-1feb-4c38-bac7-34fe0352b236",
35226
+ "gym_uuid": "8b02f93b-1feb-4c38-bac7-34fe0352b236",
35227
+ "address": "700 Golden Ridge Rd",
35228
+ "city": "Golden",
35229
+ "country": "US",
35230
+ "countryCode": null,
35231
+ "postal_code": "80401",
35232
+ "latitude": 39.728251047927145,
35233
+ "longitude": -105.20727654232763,
35234
+ "gym_logo": null,
35235
+ "banner_logo": null,
35236
+ "instagram_username": null,
35237
+ "is_listed": null,
35238
+ "walls": [
35239
+ {
35240
+ "id": "e92ccf2b-b604-4bb6-a361-6b279a46202e",
35241
+ "wall_uuid": "e92ccf2b-b604-4bb6-a361-6b279a46202e",
35242
+ "gym_uuid": "8b02f93b-1feb-4c38-bac7-34fe0352b236",
35243
+ "name": "Kilter Board OG 12x12",
35244
+ "product_name": "Kilter Board Original",
35245
+ "product_layout_uuid": "10",
35246
+ "is_adjustable": 1,
35247
+ "min_angle": 0,
35248
+ "max_angle": 70,
35249
+ "angle_increments": 5,
35250
+ "angle": 40,
35251
+ "serial_number": "K000108",
35252
+ "accumulated_hold_set_value": 3,
35253
+ "is_listed": 1,
35254
+ "created_at": "2026-04-10 11:41:20.39867Z"
35255
+ }
35256
+ ],
35257
+ "title": "Movement Golden",
35258
+ "description": "Kilter Board at Movement Golden",
35259
+ "marker-color": "#ED1D24"
35260
+ },
35261
+ "geometry": {
35262
+ "type": "Point",
35263
+ "coordinates": [
35264
+ -105.20727654232763,
35265
+ 39.728251047927145
35266
+ ]
35267
+ }
35268
+ },
35221
35269
  {
35222
35270
  "type": "Feature",
35223
35271
  "id": "158306",
@@ -32548,6 +32548,52 @@
32548
32548
  ]
32549
32549
  }
32550
32550
  },
32551
+ {
32552
+ "type": "Feature",
32553
+ "id": "8b02f93b-1feb-4c38-bac7-34fe0352b236",
32554
+ "properties": {
32555
+ "id": "8b02f93b-1feb-4c38-bac7-34fe0352b236",
32556
+ "gym_uuid": "8b02f93b-1feb-4c38-bac7-34fe0352b236",
32557
+ "name": "Movement Golden",
32558
+ "address": "700 Golden Ridge Rd",
32559
+ "city": "Golden",
32560
+ "country": "US",
32561
+ "countryCode": null,
32562
+ "postal_code": "80401",
32563
+ "latitude": 39.728251047927145,
32564
+ "longitude": -105.20727654232763,
32565
+ "gym_logo": null,
32566
+ "banner_logo": null,
32567
+ "instagram_username": null,
32568
+ "is_listed": null,
32569
+ "walls": [
32570
+ {
32571
+ "id": "e92ccf2b-b604-4bb6-a361-6b279a46202e",
32572
+ "wall_uuid": "e92ccf2b-b604-4bb6-a361-6b279a46202e",
32573
+ "gym_uuid": "8b02f93b-1feb-4c38-bac7-34fe0352b236",
32574
+ "name": "Kilter Board OG 12x12",
32575
+ "product_name": "Kilter Board Original",
32576
+ "product_layout_uuid": "10",
32577
+ "is_adjustable": 1,
32578
+ "min_angle": 0,
32579
+ "max_angle": 70,
32580
+ "angle_increments": 5,
32581
+ "angle": 40,
32582
+ "serial_number": "K000108",
32583
+ "accumulated_hold_set_value": 3,
32584
+ "is_listed": 1,
32585
+ "created_at": "2026-04-10 11:41:20.39867Z"
32586
+ }
32587
+ ]
32588
+ },
32589
+ "geometry": {
32590
+ "type": "Point",
32591
+ "coordinates": [
32592
+ -105.20727654232763,
32593
+ 39.728251047927145
32594
+ ]
32595
+ }
32596
+ },
32551
32597
  {
32552
32598
  "type": "Feature",
32553
32599
  "id": "158306",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
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",