Comparing version 1.0.1 to 1.0.2
module.exports = { | ||
roots: ['src'], | ||
roots: ['./'], | ||
transform: { '\\.ts$': ['ts-jest'] }, | ||
collectCoverage: true, | ||
collectCoverageFrom: ['src/**/*.{ts,js}'], | ||
collectCoverageFrom: ['**/*.{ts,js}'], | ||
coverageThreshold: { | ||
@@ -7,0 +7,0 @@ global: { |
@@ -8,4 +8,4 @@ { | ||
"build": "tsc", | ||
"lint": "eslint src/**/*.ts", | ||
"format": "eslint src/**/*.ts --fix", | ||
"lint": "eslint **/*.ts", | ||
"format": "eslint **/*.ts --fix", | ||
"test": "jest", | ||
@@ -45,3 +45,3 @@ "codecov": "codecov", | ||
}, | ||
"version": "1.0.1" | ||
"version": "1.0.2" | ||
} |
@@ -9,5 +9,4 @@ { | ||
}, | ||
"include": ["src/**/*.ts"], | ||
"exclude": ["node_modules"], | ||
"files": ["src"] | ||
"include": ["**/*.ts", "index.ts"], | ||
"exclude": ["node_modules"] | ||
} |
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
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
400961
205
2