@tsed/normalize-path
Advanced tools
Comparing version 8.4.3 to 8.4.4
@@ -0,3 +1,3 @@ | ||
import { join } from "node:path"; | ||
import fixPath from "normalize-path"; | ||
import { join } from "path"; | ||
export function normalizePath(item, ...paths) { | ||
@@ -4,0 +4,0 @@ if (typeof item === "string") { |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "8.4.3", | ||
"version": "8.4.4", | ||
"source": "./src/index.ts", | ||
@@ -31,4 +31,4 @@ "main": "lib/esm/index.js", | ||
"devDependencies": { | ||
"@tsed/barrels": "8.4.3", | ||
"@tsed/typescript": "8.4.3", | ||
"@tsed/barrels": "8.4.4", | ||
"@tsed/typescript": "8.4.4", | ||
"@types/normalize-path": "^3.0.2", | ||
@@ -35,0 +35,0 @@ "eslint": "9.12.0", |
@@ -0,3 +1,4 @@ | ||
import {join} from "node:path"; | ||
import fixPath from "normalize-path"; | ||
import {join} from "path"; | ||
@@ -4,0 +5,0 @@ export function normalizePath(item: string, ...paths: string[]): string; |
Sorry, the diff of this file is not supported yet
7496