@hy-capital/api-habit-tracker-types 1.0.92 → 1.0.93

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.
package/dist/habit.js CHANGED
@@ -210,7 +210,7 @@ exports.habitTypesByTopicType = {
210
210
  {
211
211
  id: 8,
212
212
  name: 'Stretch yourself',
213
- description: 'Start from top (neck muscles), finish at bottom (calf muscles). 30 sec each stretch.',
213
+ description: 'Entire body. Start from neck (top) to calves (bottom), 30 sec each.',
214
214
  difficulty: 3,
215
215
  topicType: 'Sleep',
216
216
  habitTime: 'Evening',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hy-capital/api-habit-tracker-types",
3
- "version": "1.0.92",
3
+ "version": "1.0.93",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
6
  "types": "dist/index.d.ts",
package/src/habit.ts CHANGED
@@ -307,7 +307,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
307
307
  {
308
308
  id: 8,
309
309
  name: 'Stretch yourself',
310
- description: 'Start from top (neck muscles), finish at bottom (calf muscles). 30 sec each stretch.',
310
+ description: 'Entire body. Start from neck (top) to calves (bottom), 30 sec each.',
311
311
  difficulty: 3,
312
312
  topicType: 'Sleep',
313
313
  habitTime: 'Evening',