hevy-shared 1.0.635 → 1.0.636

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
@@ -755,7 +755,6 @@ export type WorkoutLike = {
755
755
  user_id: string;
756
756
  profile_pic?: string;
757
757
  username: string;
758
- priority: number;
759
758
  };
760
759
  export interface WorkoutComment {
761
760
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.635",
3
+ "version": "1.0.636",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",