@byhealth/data-reporter
Advanced tools
Comparing version 1.0.0-beta.10 to 1.0.0-beta.11
@@ -13,3 +13,3 @@ 'use strict'; | ||
const config = { | ||
SDK_VERSION: "1.0.0-beta.10", | ||
SDK_VERSION: "1.0.0-beta.11", | ||
DEBUG: false, | ||
@@ -155,3 +155,3 @@ API_URL: 'https://trk.by-health.com/trk-api/trk/data', | ||
} | ||
this.nextTick(() => this.flush(), 5000); | ||
this.nextTick(() => this.flush(), 1000); | ||
} | ||
@@ -158,0 +158,0 @@ keepalive() { |
@@ -11,3 +11,3 @@ import { nanoid } from 'nanoid'; | ||
const config = { | ||
SDK_VERSION: "1.0.0-beta.10", | ||
SDK_VERSION: "1.0.0-beta.11", | ||
DEBUG: false, | ||
@@ -153,3 +153,3 @@ API_URL: 'https://trk.by-health.com/trk-api/trk/data', | ||
} | ||
this.nextTick(() => this.flush(), 5000); | ||
this.nextTick(() => this.flush(), 1000); | ||
} | ||
@@ -156,0 +156,0 @@ keepalive() { |
{ | ||
"name": "@byhealth/data-reporter", | ||
"version": "1.0.0-beta.10", | ||
"version": "1.0.0-beta.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js", |