@tsed/normalize-path
Advanced tools
Comparing version 7.18.3-rc.1 to 7.18.3
@@ -5,6 +5,11 @@ // For a detailed explanation regarding each configuration property, visit: | ||
module.exports = { | ||
...require("@tsed/jest-config")(__dirname, "core"), | ||
...require("@tsed/jest-config"), | ||
coverageThreshold: { | ||
global: require("./coverage.json") | ||
global: { | ||
statements: 100, | ||
branches: 100, | ||
functions: 100, | ||
lines: 100 | ||
} | ||
} | ||
}; |
{ | ||
"name": "@tsed/normalize-path", | ||
"version": "7.18.3-rc.1", | ||
"version": "7.18.3", | ||
"description": "Utils to normalize path", | ||
@@ -17,14 +17,18 @@ "private": false, | ||
"scripts": { | ||
"build": "yarn barrels && yarn run build:esm && yarn run build:cjs", | ||
"build": "yarn barrels && yarn build:ts", | ||
"barrels": "yarn barrelsby --delete -d src -e \"\\.spec\\.ts\"", | ||
"build:cjs": "tsc --build tsconfig.compile.json", | ||
"build:esm": "tsc --build tsconfig.compile.esm.json", | ||
"test": "cross-env NODE_ENV=test yarn jest --max-workers=2" | ||
"test": "cross-env NODE_ENV=test yarn jest --max-workers=2 && jest-coverage-thresholds-bumper", | ||
"build:ts": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json", | ||
"lint": "eslint '**/*.{ts,js}'", | ||
"lint:fix": "eslint '**/*.{ts,js}' --fix" | ||
}, | ||
"dependencies": { | ||
"normalize-path": "3.0.0", | ||
"tslib": "2.4.0" | ||
"tslib": "2.5.0" | ||
}, | ||
"devDependencies": { | ||
"@types/normalize-path": "^3.0.0" | ||
"@tsed/eslint": "7.18.3", | ||
"@tsed/typescript": "7.18.3", | ||
"@types/normalize-path": "^3.0.0", | ||
"eslint": "^8.12.0" | ||
}, | ||
@@ -38,6 +42,3 @@ "peerDependencies": {}, | ||
"author": "Romain Lenzotti", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"tag": "rc" | ||
} | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
143224
21
89
1
4
+ Addedtslib@2.5.0(transitive)
- Removedtslib@2.4.0(transitive)
Updatedtslib@2.5.0