@availity/env-var
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -5,2 +5,6 @@ # Changelog | ||
## [2.0.2](https://github.com/Availity/sdk-js/compare/@availity/env-var@2.0.1...@availity/env-var@2.0.2) (2022-05-24) | ||
## [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) | ||
@@ -7,0 +11,0 @@ |
@@ -0,13 +1,7 @@ | ||
const global = require('../../jest.config'); | ||
module.exports = { | ||
...global, | ||
displayName: 'env-var', | ||
preset: '../../jest.preset.js', | ||
testEnvironment: 'jest-environment-jsdom-global', | ||
globals: { | ||
'ts-jest': { | ||
tsconfig: '<rootDir>/tsconfig.spec.json', | ||
}, | ||
jsdom: true, | ||
}, | ||
coverageDirectory: '../../coverage/env-var', | ||
coverageReporters: ['json'], | ||
}; |
{ | ||
"name": "@availity/env-var", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Availity-specific way to determine variables based on the current environment the code is running in", | ||
@@ -37,4 +37,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"tsup": "^5.10.1", | ||
"typescript": "^4.5.3" | ||
"tsup": "^5.12.8", | ||
"typescript": "^4.6.4" | ||
}, | ||
@@ -41,0 +41,0 @@ "publishConfig": { |
@@ -21,4 +21,20 @@ { | ||
} | ||
}, | ||
"lint": { | ||
"executor": "@nrwl/linter:eslint", | ||
"options": { | ||
"eslintConfig": ".eslintrc.yaml", | ||
"lintFilePatterns": ["packages/env-var/**/*.{js,ts}"], | ||
"silent": false, | ||
"fix": false, | ||
"cache": true, | ||
"cacheLocation": "./node_modules/.cache/env-var/.eslintcache", | ||
"maxWarnings": -1, | ||
"quiet": false, | ||
"noEslintrc": false, | ||
"hasTypeAwareRules": true, | ||
"cacheStrategy": "metadata" | ||
} | ||
} | ||
} | ||
} |
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
23100
459
12