@tryvital/vital-node
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -136,3 +136,3 @@ import { TimeseriesPoint } from './activity'; | ||
*/ | ||
sleep_stream: ClientSleepStreamResponse[]; | ||
sleep_stream: ClientSleepStreamResponse; | ||
} | ||
@@ -139,0 +139,0 @@ |
@@ -55,3 +55,3 @@ import { AxiosInstance } from 'axios'; | ||
const stream = await this.getStream(response.sleep[i].id); | ||
response.sleep[i].sleep_stream = [stream]; | ||
response.sleep[i].sleep_stream = stream; | ||
} | ||
@@ -58,0 +58,0 @@ |
@@ -135,3 +135,3 @@ import { TimeseriesPoint } from './activity'; | ||
*/ | ||
sleep_stream: ClientSleepStreamResponse[]; | ||
sleep_stream: ClientSleepStreamResponse; | ||
} | ||
@@ -138,0 +138,0 @@ export interface ClientSleepResponse { |
@@ -84,3 +84,3 @@ "use strict"; | ||
stream = _a.sent(); | ||
response.sleep[i].sleep_stream = [stream]; | ||
response.sleep[i].sleep_stream = stream; | ||
_a.label = 4; | ||
@@ -87,0 +87,0 @@ case 4: |
{ | ||
"name": "@tryvital/vital-node", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Node client for Vital", | ||
@@ -5,0 +5,0 @@ "author": "maitham", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
212735