@hangtime/climbing-boards 1.0.57 → 1.0.58

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/README.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # Climbing Boards
2
2
 
3
3
  A GeoJSON dataset tracking all climbing training/system boards worldwide,
4
- including MoonBoard, Kilter Board, Tension Board, Grasshopper Board, Decoy
4
+ including ~~MoonBoard~~, Kilter Board, Tension Board, Grasshopper Board, Decoy
5
5
  Board, So iLL Board, Touchstone Board, Aurora Board, and 12Climb Board. This
6
6
  dataset is automatically updated daily through GitHub Actions.
7
7
 
8
+ **Update 05-2026**: MoonBoard stopped updating since [GetMapMarkers](https://moonboard.com/MoonBoard/GetMapMarkers) got removed.
9
+
8
10
  [Explore all system boards on GeoJSON.io](https://geojson.io/#id=github:Stevie-Ray/hangtime-climbing-boards/blob/main/geojson/combined.geojson)
9
11
 
10
12
  [![Climbing Boards](https://repository-images.githubusercontent.com/941517323/94c21be3-b32e-4ce3-a2d0-4284ec1e7781)](https://geojson.io/#id=github:Stevie-Ray/hangtime-climbing-boards/blob/main/geojson/combined.geojson)
@@ -98,7 +100,7 @@ npm run dev
98
100
 
99
101
  ### Authentication
100
102
 
101
- Required to get MoonBoard and Kilter Board locations. To get detailed
103
+ Required to get ~~MoonBoard~~ and Kilter Board locations. To get detailed
102
104
  information about Aurora Boards such as (Tension, Grasshoper etc.) including the
103
105
  gym's address, board angle, or rotatability status, you need to provide your
104
106
  credentials through environment variables. Each climbing board app requires its
@@ -31022,8 +31022,8 @@
31022
31022
  "country": "US",
31023
31023
  "countryCode": null,
31024
31024
  "postal_code": "80503",
31025
- "latitude": 40.192383900269895,
31026
- "longitude": -105.13883549813411,
31025
+ "latitude": 40.193695,
31026
+ "longitude": -105.151989,
31027
31027
  "gym_logo": null,
31028
31028
  "banner_logo": null,
31029
31029
  "instagram_username": null,
@@ -31190,8 +31190,8 @@
31190
31190
  "geometry": {
31191
31191
  "type": "Point",
31192
31192
  "coordinates": [
31193
- -105.13883549813411,
31194
- 40.192383900269895
31193
+ -105.151989,
31194
+ 40.193695
31195
31195
  ]
31196
31196
  }
31197
31197
  },
@@ -28463,8 +28463,8 @@
28463
28463
  "country": "US",
28464
28464
  "countryCode": null,
28465
28465
  "postal_code": "80503",
28466
- "latitude": 40.192383900269895,
28467
- "longitude": -105.13883549813411,
28466
+ "latitude": 40.193695,
28467
+ "longitude": -105.151989,
28468
28468
  "gym_logo": null,
28469
28469
  "banner_logo": null,
28470
28470
  "instagram_username": null,
@@ -28628,8 +28628,8 @@
28628
28628
  "geometry": {
28629
28629
  "type": "Point",
28630
28630
  "coordinates": [
28631
- -105.13883549813411,
28632
- 40.192383900269895
28631
+ -105.151989,
28632
+ 40.193695
28633
28633
  ]
28634
28634
  }
28635
28635
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.57",
3
+ "version": "1.0.58",
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",
@@ -53,11 +53,11 @@
53
53
  "dependencies": {
54
54
  "@powersync/node": "^0.18.8",
55
55
  "dotenv": "^17.4.2",
56
- "user-agents": "^2.1.92"
56
+ "user-agents": "^2.1.99"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/geojson": "^7946.0.16",
60
- "@types/node": "^22.19.21",
60
+ "@types/node": "^22.20.0",
61
61
  "@types/user-agents": "^1.0.4",
62
62
  "typescript": "^6.0.3"
63
63
  }