cafe-utility 2.0.0 → 2.0.1
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/index.js +7 -7
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -946,13 +946,13 @@ const getProgress = (startedAt, current, total) => {
|
|
|
946
946
|
}
|
|
947
947
|
|
|
948
948
|
const dayNumberIndex = {
|
|
949
|
-
0: '
|
|
950
|
-
1: '
|
|
951
|
-
2: '
|
|
952
|
-
3: '
|
|
953
|
-
4: '
|
|
954
|
-
5: '
|
|
955
|
-
6: '
|
|
949
|
+
0: 'sunday',
|
|
950
|
+
1: 'monday',
|
|
951
|
+
2: 'tuesday',
|
|
952
|
+
3: 'wednesday',
|
|
953
|
+
4: 'thursday',
|
|
954
|
+
5: 'friday',
|
|
955
|
+
6: 'saturday'
|
|
956
956
|
}
|
|
957
957
|
|
|
958
958
|
const mapDayNumber = zeroBasedIndex => ({
|