@hy-capital/api-habit-tracker-types 1.0.94 → 1.0.96
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/dist/user.d.ts +1 -0
- package/package.json +1 -1
- package/src/habit.ts +1 -1
- package/src/user.ts +1 -0
package/dist/habit.js
CHANGED
@@ -67,7 +67,7 @@ exports.habitTypesByTopicType = {
|
|
67
67
|
Dating: [
|
68
68
|
{
|
69
69
|
id: 1,
|
70
|
-
name: 'Talk with 1 new person
|
70
|
+
name: 'Talk with 1 new person',
|
71
71
|
description: 'At school, work or on the street. No pressure, simple Hi and few exchanges will work. Just don\'t be creepy.',
|
72
72
|
difficulty: 3,
|
73
73
|
topicType: 'Dating',
|
package/dist/user.d.ts
CHANGED
package/package.json
CHANGED
package/src/habit.ts
CHANGED
@@ -164,7 +164,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
164
164
|
Dating: [
|
165
165
|
{
|
166
166
|
id: 1,
|
167
|
-
name: 'Talk with 1 new person
|
167
|
+
name: 'Talk with 1 new person',
|
168
168
|
description: 'At school, work or on the street. No pressure, simple Hi and few exchanges will work. Just don\'t be creepy.',
|
169
169
|
difficulty: 3,
|
170
170
|
topicType: 'Dating',
|
package/src/user.ts
CHANGED