@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 +1 -1
- package/package.json +1 -1
- package/src/habit.ts +1 -1
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
|
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
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
|
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',
|