hevy-shared 1.0.601 → 1.0.602

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
@@ -581,7 +581,7 @@ export declare const customExericseTypes: CustomExerciseType[];
581
581
  export declare const isCustomExerciseType: (x: any) => x is CustomExerciseType;
582
582
  export type TrainingGoal = 'strength' | 'build_muscle' | 'fat_loss';
583
583
  export type TrainingLevel = 'beginner' | 'intermediate' | 'advanced';
584
- export type ExerciseCategory = 'isolation' | 'compound' | 'compound-assistance';
584
+ export type ExerciseCategory = 'isolation' | 'compound' | 'assistance-compound';
585
585
  /**
586
586
  * Base properties that all exercise templates must have
587
587
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.601",
3
+ "version": "1.0.602",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",