@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 CHANGED
@@ -373,7 +373,7 @@ exports.habitTypesByTopicType = {
373
373
  'Side Hustle': [
374
374
  {
375
375
  id: 16,
376
- name: 'Dedicate 2h to hustle',
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hy-capital/api-habit-tracker-types",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
6
  "types": "dist/index.d.ts",
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 2h to hustle',
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',