fit-file-parser 1.10.0 → 1.20.0

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/dist/fit.js +4 -1
  2. package/package.json +1 -1
package/dist/fit.js CHANGED
@@ -1498,7 +1498,10 @@ var FIT = exports.FIT = {
1498
1498
  0: 'active',
1499
1499
  1: 'rest',
1500
1500
  2: 'warmup',
1501
- 3: 'cooldown'
1501
+ 3: 'cooldown',
1502
+ 4: 'recovery',
1503
+ 5: 'interval',
1504
+ 6: 'other'
1502
1505
  },
1503
1506
  session_trigger: {
1504
1507
  0: 'activity_end',
package/package.json CHANGED
@@ -72,7 +72,7 @@
72
72
  "test": "node_modules/gulp/bin/gulp.js;",
73
73
  "build": "node_modules/gulp/bin/gulp.js babel"
74
74
  },
75
- "version": "1.10.0",
75
+ "version": "1.20.0",
76
76
  "dependencies": {
77
77
  "buffer": "^5.1.0"
78
78
  }