feat(iso): add isomorphic path module with cross-platform utilities

This commit is contained in:
Juergen Kunz
2025-07-28 22:26:52 +00:00
parent ae736d5dbb
commit ff1e6242a3
7 changed files with 8822 additions and 3351 deletions

View File

@@ -1,14 +1,16 @@
{
"name": "@push.rocks/smartpath",
"version": "5.0.18",
"version": "5.1.0",
"private": false,
"description": "A library offering smart ways to handle file and directory paths.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"exports": {
".": "./dist_ts/index.js",
"./iso": "./dist_ts_iso/index.js"
},
"type": "module",
"scripts": {
"test": "(tstest test)",
"build": "(tsbuild --allowimplicitany)",
"test": "(tstest test/ --verbose)",
"build": "(tsbuild tsfolders)",
"buildDocs": "tsdoc"
},
"repository": {
@@ -59,5 +61,6 @@
],
"browserslist": [
"last 1 chrome versions"
]
}
],
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}