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.
Files changed (2) hide show
  1. package/index.js +7 -7
  2. 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: 'monday',
950
- 1: 'tuesday',
951
- 2: 'wednesday',
952
- 3: 'thursday',
953
- 4: 'friday',
954
- 5: 'saturday',
955
- 6: 'sunday'
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 => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cafe-utility",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "exports": {