@availity/env-var
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,2 +5,11 @@ # Changelog | ||
## [2.0.1](https://github.com/Availity/sdk-js/compare/@availity/env-var@2.0.0...@availity/env-var@2.0.1) (2022-04-28) | ||
### Bug Fixes | ||
* add browser field for output ([0ce7170](https://github.com/Availity/sdk-js/commit/0ce717075a82675b8707e4db0cc07cd4af370f3d)) | ||
# [2.0.0](https://github.com/Availity/sdk-js/compare/@availity/env-var@1.11.3...@availity/env-var@2.0.0) (2022-04-28) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "@availity/env-var", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Availity-specific way to determine variables based on the current environment the code is running in", | ||
@@ -23,2 +23,3 @@ "keywords": [ | ||
], | ||
"browser": "./dist/index.js", | ||
"main": "./dist/index.js", | ||
@@ -25,0 +26,0 @@ "module": "./dist/index.mjs", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22747
0