@tsed/normalize-path
Advanced tools
Comparing version 7.79.4 to 7.80.0
{ | ||
"name": "@tsed/normalize-path", | ||
"version": "7.79.4", | ||
"description": "Utils to normalize path", | ||
"type": "commonjs", | ||
"version": "7.80.0", | ||
"source": "./src/index.ts", | ||
@@ -10,6 +11,7 @@ "main": "./lib/cjs/index.js", | ||
"exports": { | ||
"types": "./lib/types/index.d.ts", | ||
"import": "./lib/esm/index.js", | ||
"require": "./lib/cjs/index.js", | ||
"default": "./lib/esm/index.js" | ||
".": { | ||
"types": "./lib/types/index.d.ts", | ||
"import": "./lib/esm/index.js", | ||
"default": "./lib/cjs/index.js" | ||
} | ||
}, | ||
@@ -19,4 +21,5 @@ "scripts": { | ||
"barrels": "barrels", | ||
"test": "jest --max-workers=2 && jest-coverage-thresholds-bumper", | ||
"build:ts": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json" | ||
"test": "vitest run", | ||
"build:ts": "tsc --build tsconfig.json", | ||
"test:ci": "vitest run --coverage.thresholds.autoUpdate=true" | ||
}, | ||
@@ -28,7 +31,8 @@ "dependencies": { | ||
"devDependencies": { | ||
"@tsed/barrels": "7.79.4", | ||
"@tsed/typescript": "7.79.4", | ||
"@tsed/barrels": "7.80.0", | ||
"@tsed/typescript": "7.80.0", | ||
"@types/normalize-path": "^3.0.2", | ||
"eslint": "^8.57.0", | ||
"jest": "^29.7.0" | ||
"typescript": "4.9.5", | ||
"vitest": "2.0.4" | ||
}, | ||
@@ -35,0 +39,0 @@ "peerDependencies": {}, |
8400
6
15
52