@availity/resolve-url
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/resolve-url@2.0.1...@availity/resolve-url@2.0.2) (2022-05-24) | ||
## [2.0.1](https://github.com/Availity/sdk-js/compare/@availity/resolve-url@2.0.0...@availity/resolve-url@2.0.1) (2022-04-28) | ||
@@ -7,0 +11,0 @@ |
@@ -0,14 +1,7 @@ | ||
const global = require('../../jest.config'); | ||
module.exports = { | ||
...global, | ||
displayName: 'resolve-url', | ||
preset: '../../jest.preset.js', | ||
testEnvironment: 'jest-environment-jsdom-global', | ||
testURL: 'https://dev.local/', | ||
globals: { | ||
'ts-jest': { | ||
tsconfig: '<rootDir>/tsconfig.spec.json', | ||
}, | ||
jsdom: true, | ||
}, | ||
coverageDirectory: '../../coverage/resolve-url', | ||
coverageReporters: ['json'], | ||
}; |
{ | ||
"name": "@availity/resolve-url", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Resolve absolute url from relative urls", | ||
@@ -35,4 +35,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"tsup": "^5.10.1", | ||
"typescript": "^4.5.3" | ||
"tsup": "^5.12.8", | ||
"typescript": "^4.6.4" | ||
}, | ||
@@ -39,0 +39,0 @@ "publishConfig": { |
@@ -21,4 +21,20 @@ { | ||
} | ||
}, | ||
"lint": { | ||
"executor": "@nrwl/linter:eslint", | ||
"options": { | ||
"eslintConfig": ".eslintrc.yaml", | ||
"lintFilePatterns": ["packages/resolve-url/**/*.{js,ts}"], | ||
"silent": false, | ||
"fix": false, | ||
"cache": true, | ||
"cacheLocation": "./node_modules/.cache/resolve-url/.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
32749
667
18