From e08406572ff62b7eaba6234d616d693a844bf8c2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Feb 2026 13:51:11 -0600 Subject: [PATCH] Garmin FIT SDK 21.195.0 Change-Id: I0c81cad62c69f884d04713cd911cdfa2cc34f5cb --- package.json | 2 +- src/accumulator.js | 4 ++-- src/bit-stream.js | 4 ++-- src/crc-calculator.js | 4 ++-- src/decoder.js | 4 ++-- src/encoder.js | 4 ++-- src/fit.js | 4 ++-- src/index.js | 4 ++-- src/mesg-definition.js | 4 ++-- src/output-stream.js | 4 ++-- src/profile.js | 7 ++++--- src/stream.js | 4 ++-- src/utils-hr-mesg.js | 4 ++-- src/utils-internal.js | 4 ++-- src/utils-memo-glob.js | 4 ++-- src/utils.js | 4 ++-- 16 files changed, 33 insertions(+), 32 deletions(-) diff --git a/package.json b/package.json index 0386707..05d9a72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@garmin/fitsdk", - "version": "21.194.0", + "version": "21.195.0", "description": "FIT JavaScript SDK", "main": "src/index.js", "type": "module", diff --git a/src/accumulator.js b/src/accumulator.js index 6f3bd7c..4a56227 100644 --- a/src/accumulator.js +++ b/src/accumulator.js @@ -5,8 +5,8 @@ // Transfer (FIT) Protocol License. ///////////////////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. -// Profile Version = 21.194.0Release -// Tag = production/release/21.194.0-0-g65135fc +// Profile Version = 21.195.0Release +// Tag = production/release/21.195.0-0-g569e7e5 ///////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/bit-stream.js b/src/bit-stream.js index 3fde10d..e06bc72 100644 --- a/src/bit-stream.js +++ b/src/bit-stream.js @@ -5,8 +5,8 @@ // Transfer (FIT) Protocol License. ///////////////////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. -// Profile Version = 21.194.0Release -// Tag = production/release/21.194.0-0-g65135fc +// Profile Version = 21.195.0Release +// Tag = production/release/21.195.0-0-g569e7e5 ///////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/crc-calculator.js b/src/crc-calculator.js index ed604fd..324ab1a 100644 --- a/src/crc-calculator.js +++ b/src/crc-calculator.js @@ -5,8 +5,8 @@ // Transfer (FIT) Protocol License. ///////////////////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. -// Profile Version = 21.194.0Release -// Tag = production/release/21.194.0-0-g65135fc +// Profile Version = 21.195.0Release +// Tag = production/release/21.195.0-0-g569e7e5 ///////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/decoder.js b/src/decoder.js index 5ee0c7c..805e084 100644 --- a/src/decoder.js +++ b/src/decoder.js @@ -5,8 +5,8 @@ // Transfer (FIT) Protocol License. ///////////////////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. -// Profile Version = 21.194.0Release -// Tag = production/release/21.194.0-0-g65135fc +// Profile Version = 21.195.0Release +// Tag = production/release/21.195.0-0-g569e7e5 ///////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/encoder.js b/src/encoder.js index 8dcba8b..07a0c8c 100644 --- a/src/encoder.js +++ b/src/encoder.js @@ -5,8 +5,8 @@ // Transfer (FIT) Protocol License. ///////////////////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. -// Profile Version = 21.194.0Release -// Tag = production/release/21.194.0-0-g65135fc +// Profile Version = 21.195.0Release +// Tag = production/release/21.195.0-0-g569e7e5 ///////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/fit.js b/src/fit.js index 288746a..fc3dad7 100644 --- a/src/fit.js +++ b/src/fit.js @@ -5,8 +5,8 @@ // Transfer (FIT) Protocol License. ///////////////////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. -// Profile Version = 21.194.0Release -// Tag = production/release/21.194.0-0-g65135fc +// Profile Version = 21.195.0Release +// Tag = production/release/21.195.0-0-g569e7e5 ///////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/index.js b/src/index.js index 4c395b7..020f6ff 100644 --- a/src/index.js +++ b/src/index.js @@ -5,8 +5,8 @@ // Transfer (FIT) Protocol License. ///////////////////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. -// Profile Version = 21.194.0Release -// Tag = production/release/21.194.0-0-g65135fc +// Profile Version = 21.195.0Release +// Tag = production/release/21.195.0-0-g569e7e5 ///////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/mesg-definition.js b/src/mesg-definition.js index ff8b390..73a51f1 100644 --- a/src/mesg-definition.js +++ b/src/mesg-definition.js @@ -5,8 +5,8 @@ // Transfer (FIT) Protocol License. ///////////////////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. -// Profile Version = 21.194.0Release -// Tag = production/release/21.194.0-0-g65135fc +// Profile Version = 21.195.0Release +// Tag = production/release/21.195.0-0-g569e7e5 ///////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/output-stream.js b/src/output-stream.js index bf288c7..7d8b5e5 100644 --- a/src/output-stream.js +++ b/src/output-stream.js @@ -5,8 +5,8 @@ // Transfer (FIT) Protocol License. ///////////////////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. -// Profile Version = 21.194.0Release -// Tag = production/release/21.194.0-0-g65135fc +// Profile Version = 21.195.0Release +// Tag = production/release/21.195.0-0-g569e7e5 ///////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/profile.js b/src/profile.js index 4fc4d6f..e924142 100644 --- a/src/profile.js +++ b/src/profile.js @@ -5,15 +5,15 @@ // Transfer (FIT) Protocol License. ///////////////////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. -// Profile Version = 21.194.0Release -// Tag = production/release/21.194.0-0-g65135fc +// Profile Version = 21.195.0Release +// Tag = production/release/21.195.0-0-g569e7e5 ///////////////////////////////////////////////////////////////////////////////////////////// const Profile = { version: { major: 21, - minor: 194, + minor: 195, patch: 0, type: "Release" }, @@ -24382,6 +24382,7 @@ types: { 340: "peloton", 341: "carv", 342: "tissot", + 345: "realVelo", 5759: "actigraphcorp", }, garminProduct: { diff --git a/src/stream.js b/src/stream.js index f591c7b..37b82ae 100644 --- a/src/stream.js +++ b/src/stream.js @@ -5,8 +5,8 @@ // Transfer (FIT) Protocol License. ///////////////////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. -// Profile Version = 21.194.0Release -// Tag = production/release/21.194.0-0-g65135fc +// Profile Version = 21.195.0Release +// Tag = production/release/21.195.0-0-g569e7e5 ///////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/utils-hr-mesg.js b/src/utils-hr-mesg.js index cab0b5d..c65c510 100644 --- a/src/utils-hr-mesg.js +++ b/src/utils-hr-mesg.js @@ -5,8 +5,8 @@ // Transfer (FIT) Protocol License. ///////////////////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. -// Profile Version = 21.194.0Release -// Tag = production/release/21.194.0-0-g65135fc +// Profile Version = 21.195.0Release +// Tag = production/release/21.195.0-0-g569e7e5 ///////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/utils-internal.js b/src/utils-internal.js index 97407fd..ceb10f7 100644 --- a/src/utils-internal.js +++ b/src/utils-internal.js @@ -5,8 +5,8 @@ // Transfer (FIT) Protocol License. ///////////////////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. -// Profile Version = 21.194.0Release -// Tag = production/release/21.194.0-0-g65135fc +// Profile Version = 21.195.0Release +// Tag = production/release/21.195.0-0-g569e7e5 ///////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/utils-memo-glob.js b/src/utils-memo-glob.js index 5ba3b35..0075d8d 100644 --- a/src/utils-memo-glob.js +++ b/src/utils-memo-glob.js @@ -5,8 +5,8 @@ // Transfer (FIT) Protocol License. ///////////////////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. -// Profile Version = 21.194.0Release -// Tag = production/release/21.194.0-0-g65135fc +// Profile Version = 21.195.0Release +// Tag = production/release/21.195.0-0-g569e7e5 ///////////////////////////////////////////////////////////////////////////////////////////// import Profile from "./profile.js"; diff --git a/src/utils.js b/src/utils.js index e52fa10..369cd7e 100644 --- a/src/utils.js +++ b/src/utils.js @@ -5,8 +5,8 @@ // Transfer (FIT) Protocol License. ///////////////////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. -// Profile Version = 21.194.0Release -// Tag = production/release/21.194.0-0-g65135fc +// Profile Version = 21.195.0Release +// Tag = production/release/21.195.0-0-g569e7e5 /////////////////////////////////////////////////////////////////////////////////////////////