@byhealth/data-reporter
Advanced tools
Comparing version 1.0.0-beta.11 to 1.0.0-beta.12
@@ -13,3 +13,3 @@ 'use strict'; | ||
const config = { | ||
SDK_VERSION: "1.0.0-beta.11", | ||
SDK_VERSION: "1.0.0-beta.12", | ||
DEBUG: false, | ||
@@ -16,0 +16,0 @@ API_URL: 'https://trk.by-health.com/trk-api/trk/data', |
@@ -55,3 +55,3 @@ interface ClientOptions { | ||
*/ | ||
app_env?: 'prod' | 'test' | 'dev'; | ||
app_env?: string; | ||
/** | ||
@@ -58,0 +58,0 @@ * Application version |
@@ -11,3 +11,3 @@ import { nanoid } from 'nanoid'; | ||
const config = { | ||
SDK_VERSION: "1.0.0-beta.11", | ||
SDK_VERSION: "1.0.0-beta.12", | ||
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.11", | ||
"version": "1.0.0-beta.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js", |
55019