Skip to content

Commit 8c3c16b

Browse files
authored
Merge pull request #41 from garmin/production/21.208.0_81
Garmin FIT SDK 21.208.0
2 parents 98a5ae0 + e16739d commit 8c3c16b

28 files changed

Lines changed: 172 additions & 54 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@garmin/fitsdk",
3-
"version": "21.205.0",
3+
"version": "21.208.0",
44
"description": "FIT JavaScript SDK",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

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.205.0Release
9-
// Tag = production/release/21.205.0-0-gb3c261eb
8+
// Profile Version = 21.208.0Release
9+
// Tag = production/release/21.208.0-0-g5209d509
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.205.0Release
9-
// Tag = production/release/21.205.0-0-gb3c261eb
8+
// Profile Version = 21.208.0Release
9+
// Tag = production/release/21.208.0-0-g5209d509
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.205.0Release
9-
// Tag = production/release/21.205.0-0-gb3c261eb
8+
// Profile Version = 21.208.0Release
9+
// Tag = production/release/21.208.0-0-g5209d509
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/decoder.js

Lines changed: 2 additions & 3 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.205.0Release
9-
// Tag = production/release/21.205.0-0-gb3c261eb
8+
// Profile Version = 21.208.0Release
9+
// Tag = production/release/21.208.0-0-g5209d509
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

@@ -433,7 +433,6 @@ class Decoder {
433433
fieldDefinition.size,
434434
{
435435
littleEndian: messageDefinition["endianness"],
436-
convertInvalidToNull: !field?.hasComponents ?? false,
437436
isArray: field?.array ?? fieldDefinition.size > fieldDefinition.baseTypeSize,
438437
},
439438
);

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.205.0Release
9-
// Tag = production/release/21.205.0-0-gb3c261eb
8+
// Profile Version = 21.208.0Release
9+
// Tag = production/release/21.208.0-0-g5209d509
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.205.0Release
9-
// Tag = production/release/21.205.0-0-gb3c261eb
8+
// Profile Version = 21.208.0Release
9+
// Tag = production/release/21.208.0-0-g5209d509
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/index.d.ts

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.205.0Release
9-
// Tag = production/release/21.205.0-0-gb3c261eb
8+
// Profile Version = 21.208.0Release
9+
// Tag = production/release/21.208.0-0-g5209d509
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.205.0Release
9-
// Tag = production/release/21.205.0-0-gb3c261eb
8+
// Profile Version = 21.208.0Release
9+
// Tag = production/release/21.208.0-0-g5209d509
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.205.0Release
9-
// Tag = production/release/21.205.0-0-gb3c261eb
8+
// Profile Version = 21.208.0Release
9+
// Tag = production/release/21.208.0-0-g5209d509
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

0 commit comments

Comments
 (0)