@holaluz/pomada
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -6,7 +6,7 @@ "use strict"; | ||
const coreUrls = { | ||
production: 'https://core.holaluz.com/api/', | ||
staging: 'https://core-staging.holaluz.com/api/', | ||
qa: 'https://core-staging.holaluz.com/api/', | ||
production: process.env.API_URI || 'https://core.holaluz.com/api/', | ||
staging: process.env.API_URI || 'https://core-staging.holaluz.com/api/', | ||
qa: process.env.API_URI || 'https://core-staging.holaluz.com/api/', | ||
// FIXME: development should be MSW mocks | ||
development: 'https://core-staging.holaluz.com/api/', | ||
development: process.env.API_URI || 'https://core-staging.holaluz.com/api/', | ||
}; | ||
@@ -13,0 +13,0 @@ exports.baseUrl = coreUrls[process.env.ENV || 'development']; |
{ | ||
"name": "@holaluz/pomada", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Holaluz shared FE business logic repository", | ||
@@ -5,0 +5,0 @@ "author": "Holaluz", |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
42630
5