@hy-capital/api-habit-tracker-types 1.0.69 → 1.0.70
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
@@ -373,7 +373,7 @@ exports.habitTypesByTopicType = {
|
|
373
373
|
'Side Hustle': [
|
374
374
|
{
|
375
375
|
id: 16,
|
376
|
-
name: 'Dedicate
|
376
|
+
name: 'Dedicate 2 h to hustle',
|
377
377
|
description: '2 focused hours on your hustle. No distractions, no excuses.',
|
378
378
|
difficulty: 3,
|
379
379
|
topicType: 'Side Hustle',
|
package/package.json
CHANGED
package/src/habit.ts
CHANGED
@@ -476,7 +476,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
476
476
|
'Side Hustle': [
|
477
477
|
{
|
478
478
|
id: 16,
|
479
|
-
name: 'Dedicate
|
479
|
+
name: 'Dedicate 2 h to hustle',
|
480
480
|
description: '2 focused hours on your hustle. No distractions, no excuses.',
|
481
481
|
difficulty: 3,
|
482
482
|
topicType: 'Side Hustle',
|