Skip to content

Commit ce9f567

Browse files
author
Jenkins
committed
Garmin FIT SDK 21.201.0
Change-Id: I98ba9a02bffcf021e8e86d9a2905f30c799dc2a1
1 parent e2e42ef commit ce9f567

16 files changed

Lines changed: 34 additions & 33 deletions

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@garmin/fitsdk",
3-
"version": "21.200.0",
3+
"version": "21.201.0",
44
"description": "FIT JavaScript SDK",
55
"main": "src/index.js",
66
"type": "module",
@@ -12,7 +12,7 @@
1212
"license": "SEE LICENSE IN LICENSE.txt",
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/garmin/fit-javascript-sdk.git"
15+
"url": "https://github.com/garmin/fit-javascript-sdk"
1616
},
1717
"files": [
1818
"src/"

src/accumulator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.200.0Release
9-
// Tag = production/release/21.200.0-0-g28b5705d
8+
// Profile Version = 21.201.0Release
9+
// Tag = production/release/21.201.0-0-g39a0a60c
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/bit-stream.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.200.0Release
9-
// Tag = production/release/21.200.0-0-g28b5705d
8+
// Profile Version = 21.201.0Release
9+
// Tag = production/release/21.201.0-0-g39a0a60c
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/crc-calculator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.200.0Release
9-
// Tag = production/release/21.200.0-0-g28b5705d
8+
// Profile Version = 21.201.0Release
9+
// Tag = production/release/21.201.0-0-g39a0a60c
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/decoder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.200.0Release
9-
// Tag = production/release/21.200.0-0-g28b5705d
8+
// Profile Version = 21.201.0Release
9+
// Tag = production/release/21.201.0-0-g39a0a60c
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/encoder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.200.0Release
9-
// Tag = production/release/21.200.0-0-g28b5705d
8+
// Profile Version = 21.201.0Release
9+
// Tag = production/release/21.201.0-0-g39a0a60c
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/fit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.200.0Release
9-
// Tag = production/release/21.200.0-0-g28b5705d
8+
// Profile Version = 21.201.0Release
9+
// Tag = production/release/21.201.0-0-g39a0a60c
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.200.0Release
9-
// Tag = production/release/21.200.0-0-g28b5705d
8+
// Profile Version = 21.201.0Release
9+
// Tag = production/release/21.201.0-0-g39a0a60c
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/mesg-definition.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.200.0Release
9-
// Tag = production/release/21.200.0-0-g28b5705d
8+
// Profile Version = 21.201.0Release
9+
// Tag = production/release/21.201.0-0-g39a0a60c
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/output-stream.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.200.0Release
9-
// Tag = production/release/21.200.0-0-g28b5705d
8+
// Profile Version = 21.201.0Release
9+
// Tag = production/release/21.201.0-0-g39a0a60c
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

0 commit comments

Comments
 (0)