hevy-shared 1.0.1036 → 1.0.1037

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.
Files changed (2) hide show
  1. package/built/index.d.ts +1 -2
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -1406,8 +1406,7 @@ export type CommercialGym = {
1406
1406
  name: string;
1407
1407
  fullAddress: string;
1408
1408
  city: string;
1409
- latitude: number;
1410
- longitude: number;
1409
+ distanceM: number;
1411
1410
  };
1412
1411
  export type HomeGym = {
1413
1412
  type: 'home';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.1036",
3
+ "version": "1.0.1037",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",