@availity/env-var
Advanced tools
Comparing version 1.11.3 to 1.11.4-alpha.0
@@ -1,6 +0,17 @@ | ||
# Change Log | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). | ||
## [1.11.4-alpha.0](https://github.com/Availity/sdk-js/compare/@availity/env-var@1.11.3...@availity/env-var@1.11.4-alpha.0) (2022-04-18) | ||
* build!: switch from lerna to nx and compile to esm with tsup ([c586085](https://github.com/Availity/sdk-js/commit/c5860856ca96b743a0653d335ea00f0889132f7f)) | ||
### BREAKING CHANGES | ||
* Drop Internet Explorer support | ||
## 1.11.3 (2021-12-21) | ||
@@ -7,0 +18,0 @@ |
{ | ||
"name": "@availity/env-var", | ||
"version": "1.11.3", | ||
"version": "1.11.4-alpha.0", | ||
"description": "Availity-specific way to determine variables based on the current environment the code is running in", | ||
@@ -23,17 +23,21 @@ "keywords": [ | ||
], | ||
"main": "lib/index.js", | ||
"module": "src/index.js", | ||
"types": "src/index.d.ts", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "yarn clean && yarn transpile", | ||
"clean": "rimraf ./lib", | ||
"transpile": "babel --root-mode upward src -d lib --ignore **/*.test.js" | ||
"build": "tsup src/index.js --format esm,cjs --dts", | ||
"dev": "tsup src/index.js --format esm,cjs --watch --dts", | ||
"lint": "eslint src", | ||
"lint:fix": "eslint src --fix", | ||
"clean": "rm -rf node_modules && rm -rf dist", | ||
"bundlesize": "bundlesize", | ||
"publish": "yarn npm publish --tolerate-republish --tag canary --access public" | ||
}, | ||
"dependencies": { | ||
"core-js": "^3.12.1" | ||
"devDependencies": { | ||
"tsup": "^5.10.1", | ||
"typescript": "^4.5.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "1c3e8c8045b16fc5111f941d863600f0a97cdbff" | ||
} | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
21165
0
13
440
2
1
2
- Removedcore-js@^3.12.1
- Removedcore-js@3.39.0(transitive)