@hy-capital/api-habit-tracker-types 1.0.89 → 1.0.91
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/article.d.ts +1 -0
- package/dist/habit.js +1 -1
- package/package.json +1 -1
- package/src/article.ts +1 -0
- package/src/habit.ts +1 -1
package/dist/article.d.ts
CHANGED
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. In real life
|
70
|
+
name: 'Talk with 1 new person. In real life',
|
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/package.json
CHANGED
package/src/article.ts
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. In real life
|
167
|
+
name: 'Talk with 1 new person. In real life',
|
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',
|