hevy-shared 1.0.1056 → 1.0.1057

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.
@@ -135,8 +135,6 @@ export type ExerciseReplacements = {
135
135
  };
136
136
  export interface WorkoutTemplate {
137
137
  exercises: ExercisePrescription[];
138
- /** @deprecated Because this is english-only and not translatable so we are not using it currently */
139
- notes?: string;
140
138
  }
141
139
  export type Templates = {
142
140
  [key in TrainerWorkoutTemplateName]: WorkoutTemplate;
@@ -592,7 +592,6 @@ describe('generateProgram', () => {
592
592
  exercises: [
593
593
  { muscle_group: 'chest', category: 'compound', warmup_set_count: 2 },
594
594
  ],
595
- notes: 'Hit the chest hard.',
596
595
  };
597
596
  return settings;
598
597
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.1056",
3
+ "version": "1.0.1057",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",