@byhealth/data-reporter
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
@@ -12,3 +12,3 @@ 'use strict'; | ||
const config = { | ||
SDK_VERSION: "1.0.0-beta.2", | ||
SDK_VERSION: "1.0.0-beta.3", | ||
DEBUG: false, | ||
@@ -15,0 +15,0 @@ API_URL: 'https://trk.by-health.com/trk-api/trk/data', |
@@ -10,3 +10,3 @@ import { nanoid } from 'nanoid'; | ||
const config = { | ||
SDK_VERSION: "1.0.0-beta.2", | ||
SDK_VERSION: "1.0.0-beta.3", | ||
DEBUG: false, | ||
@@ -13,0 +13,0 @@ API_URL: 'https://trk.by-health.com/trk-api/trk/data', |
{ | ||
"name": "@byhealth/data-reporter", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"description": "", | ||
"main": "./dist/index.cjs.js", | ||
"module": "./dist/index.es.js", | ||
"browser": "./dist/index.min.js", | ||
"types": "./dist/index.d.ts", | ||
@@ -18,2 +17,6 @@ "files": [ | ||
}, | ||
"scripts": { | ||
"start": "rollup -c rollup.config.mjs -w", | ||
"build": "rollup -c rollup.config.mjs" | ||
}, | ||
"dependencies": { | ||
@@ -28,7 +31,3 @@ "flatted": "^3.3.1", | ||
"author": "pengxp <pengxp@by-health.com>", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "rollup -c rollup.config.mjs -w", | ||
"build": "rollup -c rollup.config.mjs" | ||
} | ||
} | ||
"license": "MIT" | ||
} |
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
2
50134
8
943