@byhealth/data-reporter
Advanced tools
Comparing version 1.0.0-beta.9 to 1.0.0-beta.10
@@ -13,3 +13,3 @@ 'use strict'; | ||
const config = { | ||
SDK_VERSION: "1.0.0-beta.8", | ||
SDK_VERSION: "1.0.0-beta.10", | ||
DEBUG: false, | ||
@@ -16,0 +16,0 @@ API_URL: 'https://trk.by-health.com/trk-api/trk/data', |
@@ -14,2 +14,6 @@ interface ClientOptions { | ||
apiUrl?: string; | ||
/** | ||
* Keepalive timeout | ||
*/ | ||
keepalive?: number; | ||
} | ||
@@ -25,6 +29,2 @@ interface BaseClientOptions { | ||
transport: Transport; | ||
/** | ||
* Keepalive timeout | ||
*/ | ||
keepalive?: number; | ||
} | ||
@@ -31,0 +31,0 @@ interface PersistStorage { |
@@ -11,3 +11,3 @@ import { nanoid } from 'nanoid'; | ||
const config = { | ||
SDK_VERSION: "1.0.0-beta.8", | ||
SDK_VERSION: "1.0.0-beta.10", | ||
DEBUG: false, | ||
@@ -14,0 +14,0 @@ API_URL: 'https://trk.by-health.com/trk-api/trk/data', |
{ | ||
"name": "@byhealth/data-reporter", | ||
"version": "1.0.0-beta.9", | ||
"version": "1.0.0-beta.10", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
55036