Skip to content

Commit 260b31b

Browse files
committed
prepare for v2.1.0 release
- Improve getFile docs() - Bump version - Bump deps
1 parent 184f4dd commit 260b31b

File tree

3 files changed

+2060
-2258
lines changed

3 files changed

+2060
-2258
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ use OAuth, they are not available on the `client` object.
311311

312312
#### Routes
313313

314-
* `strava.routes.getFile({ id: routeId, file_type: 'gpx' }, done)`
314+
* `strava.routes.getFile({ id: routeId, file_type: 'gpx' },done)` *file_type may also be 'tcx'*
315315
* `strava.routes.get(args,done)`
316316

317317
#### Segments

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "strava-v3",
3-
"version": "2.0.10",
4-
"description": "Simple wrapper for strava v3 API",
3+
"version": "2.1.0",
4+
"description": "Simple wrapper for Strava v3 API",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"scripts": {
@@ -34,19 +34,19 @@
3434
"devDependencies": {
3535
"env-restorer": "^1.0.0",
3636
"es6-promise": "^3.2.1",
37-
"eslint": "^6.4.0",
37+
"eslint": "^8.3.0",
3838
"eslint-config-standard": "^12.0.0",
3939
"eslint-plugin-import": "^2.17.3",
4040
"eslint-plugin-node": "^9.1.0",
4141
"eslint-plugin-promise": "^4.1.1",
4242
"eslint-plugin-standard": "^4.0.0",
4343
"inquirer": "^7.0.0",
44-
"mocha": "^6.1.4",
44+
"mocha": "^9.1.3",
4545
"mock-fs": "^4.10.1",
4646
"nock": "^11.3.4",
4747
"should": "^13.2.3",
4848
"sinon": "^1.17.4",
49-
"yargs": "^14.0.0"
49+
"yargs": "^17.3.0"
5050
},
5151
"mocha": {
5252
"globals": [

0 commit comments

Comments
 (0)