hevy-shared 1.0.665 → 1.0.666

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 -1
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -1631,7 +1631,7 @@ export interface SuggestedUser {
1631
1631
  label: SuggestedUserLabel;
1632
1632
  }
1633
1633
  export type FollowRate = {
1634
- label: SuggestedUserSource;
1634
+ source: SuggestedUserSource;
1635
1635
  follows: number;
1636
1636
  total: number;
1637
1637
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.665",
3
+ "version": "1.0.666",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",