hevy-shared 1.0.1022 → 1.0.1023

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