Skip to content

Commit

Permalink
prepare for v2.1.0 release
Browse files Browse the repository at this point in the history
 - Improve getFile docs()
 - Bump version
 - Bump deps
  • Loading branch information
markstos committed Dec 3, 2021
1 parent 184f4dd commit 260b31b
Show file tree
Hide file tree
Showing 3 changed files with 2,060 additions and 2,258 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ use OAuth, they are not available on the `client` object.

#### Routes

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

#### Segments
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strava-v3",
"version": "2.0.10",
"description": "Simple wrapper for strava v3 API",
"version": "2.1.0",
"description": "Simple wrapper for Strava v3 API",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
Expand Down Expand Up @@ -34,19 +34,19 @@
"devDependencies": {
"env-restorer": "^1.0.0",
"es6-promise": "^3.2.1",
"eslint": "^6.4.0",
"eslint": "^8.3.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"inquirer": "^7.0.0",
"mocha": "^6.1.4",
"mocha": "^9.1.3",
"mock-fs": "^4.10.1",
"nock": "^11.3.4",
"should": "^13.2.3",
"sinon": "^1.17.4",
"yargs": "^14.0.0"
"yargs": "^17.3.0"
},
"mocha": {
"globals": [
Expand Down
Loading

0 comments on commit 260b31b

Please sign in to comment.