@availity/env-var
Advanced tools
Comparing version 3.1.1 to 4.0.0
@@ -5,2 +5,16 @@ # Changelog | ||
# [4.0.0](https://github.com/Availity/sdk-js/compare/@availity/env-var@3.1.1...@availity/env-var@4.0.0) (2024-07-29) | ||
### chore | ||
* **env-var:** upgrade to node 18 and 20 ([28cb33d](https://github.com/Availity/sdk-js/commit/28cb33da8f0c15922472bbfcf6a1629ee332cfb9)) | ||
### BREAKING CHANGES | ||
* **env-var:** drop support for node 14 and 16 | ||
## [3.1.1](https://github.com/Availity/sdk-js/compare/@availity/env-var@3.1.0...@availity/env-var@3.1.1) (2024-07-29) | ||
@@ -7,0 +21,0 @@ |
{ | ||
"name": "@availity/env-var", | ||
"version": "3.1.1", | ||
"version": "4.0.0", | ||
"description": "Availity-specific way to determine variables based on the current environment the code is running in", | ||
@@ -27,2 +27,5 @@ "keywords": [ | ||
"types": "./dist/index.d.ts", | ||
"engines": { | ||
"node": "^18.0.0 || ^20.0.0" | ||
}, | ||
"scripts": { | ||
@@ -29,0 +32,0 @@ "build": "tsup src/index.js --format esm,cjs --dts", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
27350
0