@moralisweb3/analytics
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -5,5 +5,5 @@ import Axios from 'axios'; | ||
constructor(key, config) { | ||
const baseURL = (config === null || config === void 0 ? void 0 : config.environment) === 'production' | ||
? 'https://api.moralis.io' | ||
: 'http://127.0.0.1:3000'; | ||
const baseURL = (config === null || config === void 0 ? void 0 : config.environment) !== 'production' | ||
? 'http://127.0.0.1:3000' | ||
: 'https://analytics.moralis.io'; | ||
this.axios = Axios.create({ | ||
@@ -10,0 +10,0 @@ baseURL, |
{ | ||
"name": "@moralisweb3/analytics", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
4628