mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Bump version to 14.0.5 and fix #6050
This commit is contained in:
@@ -61,6 +61,9 @@ function init (profileData) {
|
||||
// preprocess the timestamps to seconds for a couple orders of magnitude faster operation
|
||||
profile.preprocessProfileOnLoad = function preprocessProfileOnLoad (container) {
|
||||
_.each(container, function eachValue (value) {
|
||||
|
||||
if (value === null) return;
|
||||
|
||||
if (Object.prototype.toString.call(value) === '[object Array]') {
|
||||
profile.preprocessProfileOnLoad(value);
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nightscout",
|
||||
"version": "14.0.4",
|
||||
"version": "14.0.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nightscout",
|
||||
"version": "14.0.4",
|
||||
"version": "14.0.5",
|
||||
"description": "Nightscout acts as a web-based CGM (Continuous Glucose Montinor) to allow multiple caregivers to remotely view a patients glucose data in realtime.",
|
||||
"license": "AGPL-3.0",
|
||||
"author": "Nightscout Team",
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
"info": {
|
||||
"title": "Nightscout API",
|
||||
"description": "Own your DData with the Nightscout API",
|
||||
"version": "14.0.4",
|
||||
"version": "14.0.5",
|
||||
"license": {
|
||||
"name": "AGPL 3",
|
||||
"url": "https://www.gnu.org/licenses/agpl.txt"
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ servers:
|
||||
info:
|
||||
title: Nightscout API
|
||||
description: Own your DData with the Nightscout API
|
||||
version: 14.0.4
|
||||
version: 14.0.5
|
||||
license:
|
||||
name: AGPL 3
|
||||
url: 'https://www.gnu.org/licenses/agpl.txt'
|
||||
|
||||
Reference in New Issue
Block a user