hevy-shared 1.0.639 → 1.0.640

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 +0 -1
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -780,7 +780,6 @@ export interface Workout {
780
780
  description?: string;
781
781
  like_count: number;
782
782
  like_images: string[];
783
- liked_by_username: string;
784
783
  comment_count: number;
785
784
  comments: WorkoutComment[];
786
785
  /** @deprecated 1.28.13 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.639",
3
+ "version": "1.0.640",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",