functype-os 1.0.1 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { t as ConfigError } from "./errors-BPpbT6Dy.js";
1
+ import { t as ConfigError } from "./errors-CdjTx2HM.js";
2
2
  import { Either, List, Option, TaskResult } from "functype";
3
3
 
4
4
  //#region src/config/ConfigResolver.d.ts
@@ -24,4 +24,4 @@ declare const ConfigResolver: {
24
24
  };
25
25
  //#endregion
26
26
  export { ConfigResolver as t };
27
- //# sourceMappingURL=ConfigResolver-DZ1820lj.d.ts.map
27
+ //# sourceMappingURL=ConfigResolver-CovnoBgc.d.ts.map
@@ -1,4 +1,4 @@
1
- import { n as EnvError } from "./errors-BPpbT6Dy.js";
1
+ import { n as EnvError } from "./errors-CdjTx2HM.js";
2
2
  import { Either, List, Option } from "functype";
3
3
 
4
4
  //#region src/env/Env.d.ts
@@ -14,4 +14,4 @@ declare const EnvCompanion: {
14
14
  declare const Env: typeof EnvConstructor & typeof EnvCompanion;
15
15
  //#endregion
16
16
  export { Env as t };
17
- //# sourceMappingURL=Env-DAqDxz-w.d.ts.map
17
+ //# sourceMappingURL=Env-CSZ1G2G-.d.ts.map
@@ -1,4 +1,4 @@
1
- import { r as FsError } from "./errors-BPpbT6Dy.js";
1
+ import { r as FsError } from "./errors-CdjTx2HM.js";
2
2
  import { Either, List, Option, TaskResult } from "functype";
3
3
 
4
4
  //#region src/fs/Fs.d.ts
@@ -43,4 +43,4 @@ declare const Fs: {
43
43
  };
44
44
  //#endregion
45
45
  export { Fs as n, FileInfo as t };
46
- //# sourceMappingURL=Fs-C6s_6aFz.d.ts.map
46
+ //# sourceMappingURL=Fs-CAAIRZMK.d.ts.map
@@ -1,4 +1,4 @@
1
- import { a as PathError } from "./errors-BPpbT6Dy.js";
1
+ import { a as PathError } from "./errors-CdjTx2HM.js";
2
2
  import { Either } from "functype";
3
3
 
4
4
  //#region src/path/PathExpander.d.ts
@@ -18,4 +18,4 @@ declare const Path: {
18
18
  };
19
19
  //#endregion
20
20
  export { expandVars as i, expandPath as n, expandTilde as r, Path as t };
21
- //# sourceMappingURL=PathExpander-DTM74lhP.d.ts.map
21
+ //# sourceMappingURL=PathExpander-DztbeAeQ.d.ts.map
@@ -37,4 +37,4 @@ declare const Platform: {
37
37
  };
38
38
  //#endregion
39
39
  export { UserInfo as i, CloudStorageDir as n, Platform as r, CloudProvider as t };
40
- //# sourceMappingURL=Platform-CDBRIHxS.d.ts.map
40
+ //# sourceMappingURL=Platform-ClVroRSa.d.ts.map
@@ -1,4 +1,4 @@
1
- import { o as ProcessError } from "./errors-BPpbT6Dy.js";
1
+ import { o as ProcessError } from "./errors-CdjTx2HM.js";
2
2
  import { Either, TaskResult } from "functype";
3
3
 
4
4
  //#region src/process/Process.d.ts
@@ -19,4 +19,4 @@ declare const Process: {
19
19
  };
20
20
  //#endregion
21
21
  export { Process as n, ExecResult as t };
22
- //# sourceMappingURL=Process-CogfDqGc.d.ts.map
22
+ //# sourceMappingURL=Process-B522T3x3.d.ts.map
@@ -1,2 +1,2 @@
1
- import { t as ConfigResolver } from "../ConfigResolver-DZ1820lj.js";
1
+ import { t as ConfigResolver } from "../ConfigResolver-CovnoBgc.js";
2
2
  export { ConfigResolver };
@@ -1,2 +1,2 @@
1
- import { t as ConfigResolver } from "../ConfigResolver-DZ1820lj.js";
1
+ import { t as ConfigResolver } from "../ConfigResolver-CovnoBgc.js";
2
2
  export { ConfigResolver };
package/dist/env/Env.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { t as Env } from "../Env-DAqDxz-w.js";
1
+ import { t as Env } from "../Env-CSZ1G2G-.js";
2
2
  export { Env };
@@ -1,2 +1,2 @@
1
- import { t as Env } from "../Env-DAqDxz-w.js";
1
+ import { t as Env } from "../Env-CSZ1G2G-.js";
2
2
  export { Env };
@@ -1,2 +1,2 @@
1
- import { a as PathError, i as OsError, n as EnvError, o as ProcessError, r as FsError, t as ConfigError } from "../errors-BPpbT6Dy.js";
1
+ import { a as PathError, i as OsError, n as EnvError, o as ProcessError, r as FsError, t as ConfigError } from "../errors-CdjTx2HM.js";
2
2
  export { ConfigError, EnvError, FsError, OsError, PathError, ProcessError };
@@ -1,2 +1,2 @@
1
- import { a as PathError, i as OsError, n as EnvError, o as ProcessError, r as FsError, t as ConfigError } from "../errors-BPpbT6Dy.js";
1
+ import { a as PathError, i as OsError, n as EnvError, o as ProcessError, r as FsError, t as ConfigError } from "../errors-CdjTx2HM.js";
2
2
  export { ConfigError, EnvError, FsError, type OsError, PathError, ProcessError };
@@ -37,4 +37,4 @@ declare const ConfigError: (candidates: readonly string[], message?: string) =>
37
37
  declare const ProcessError: (command: string, exitCode: number | null, stderr: string, message?: string) => ProcessError;
38
38
  //#endregion
39
39
  export { PathError as a, OsError as i, EnvError as n, ProcessError as o, FsError as r, ConfigError as t };
40
- //# sourceMappingURL=errors-BPpbT6Dy.d.ts.map
40
+ //# sourceMappingURL=errors-CdjTx2HM.d.ts.map
package/dist/fs/Fs.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { n as Fs, t as FileInfo } from "../Fs-C6s_6aFz.js";
1
+ import { n as Fs, t as FileInfo } from "../Fs-CAAIRZMK.js";
2
2
  export { FileInfo, Fs };
@@ -1,2 +1,2 @@
1
- import { n as Fs, t as FileInfo } from "../Fs-C6s_6aFz.js";
1
+ import { n as Fs, t as FileInfo } from "../Fs-CAAIRZMK.js";
2
2
  export { type FileInfo, Fs };
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import { a as PathError, i as OsError, n as EnvError, o as ProcessError, r as FsError, t as ConfigError } from "./errors-BPpbT6Dy.js";
2
- import { t as ConfigResolver } from "./ConfigResolver-DZ1820lj.js";
3
- import { t as Env } from "./Env-DAqDxz-w.js";
4
- import { n as Fs, t as FileInfo } from "./Fs-C6s_6aFz.js";
5
- import { i as expandVars, n as expandPath, r as expandTilde, t as Path } from "./PathExpander-DTM74lhP.js";
6
- import { i as UserInfo, n as CloudStorageDir, r as Platform, t as CloudProvider } from "./Platform-CDBRIHxS.js";
7
- import { n as Process, t as ExecResult } from "./Process-CogfDqGc.js";
1
+ import { a as PathError, i as OsError, n as EnvError, o as ProcessError, r as FsError, t as ConfigError } from "./errors-CdjTx2HM.js";
2
+ import { t as ConfigResolver } from "./ConfigResolver-CovnoBgc.js";
3
+ import { t as Env } from "./Env-CSZ1G2G-.js";
4
+ import { n as Fs, t as FileInfo } from "./Fs-CAAIRZMK.js";
5
+ import { i as expandVars, n as expandPath, r as expandTilde, t as Path } from "./PathExpander-DztbeAeQ.js";
6
+ import { i as UserInfo, n as CloudStorageDir, r as Platform, t as CloudProvider } from "./Platform-ClVroRSa.js";
7
+ import { n as Process, t as ExecResult } from "./Process-B522T3x3.js";
8
8
  export { type CloudProvider, type CloudStorageDir, ConfigError, ConfigResolver, Env, EnvError, type ExecResult, type FileInfo, Fs, FsError, type OsError, Path, PathError, Platform, Process, ProcessError, type UserInfo, expandPath, expandTilde, expandVars };
@@ -1,2 +1,2 @@
1
- import { i as expandVars, n as expandPath, r as expandTilde, t as Path } from "../PathExpander-DTM74lhP.js";
1
+ import { i as expandVars, n as expandPath, r as expandTilde, t as Path } from "../PathExpander-DztbeAeQ.js";
2
2
  export { Path, expandPath, expandTilde, expandVars };
@@ -1,2 +1,2 @@
1
- import { i as expandVars, n as expandPath, r as expandTilde, t as Path } from "../PathExpander-DTM74lhP.js";
1
+ import { i as expandVars, n as expandPath, r as expandTilde, t as Path } from "../PathExpander-DztbeAeQ.js";
2
2
  export { Path, expandPath, expandTilde, expandVars };
@@ -1,2 +1,2 @@
1
- import { i as UserInfo, n as CloudStorageDir, r as Platform, t as CloudProvider } from "../Platform-CDBRIHxS.js";
1
+ import { i as UserInfo, n as CloudStorageDir, r as Platform, t as CloudProvider } from "../Platform-ClVroRSa.js";
2
2
  export { CloudProvider, CloudStorageDir, Platform, UserInfo };
@@ -1,2 +1,2 @@
1
- import { i as UserInfo, n as CloudStorageDir, r as Platform, t as CloudProvider } from "../Platform-CDBRIHxS.js";
1
+ import { i as UserInfo, n as CloudStorageDir, r as Platform, t as CloudProvider } from "../Platform-ClVroRSa.js";
2
2
  export { type CloudProvider, type CloudStorageDir, Platform, type UserInfo };
@@ -1,2 +1,2 @@
1
- import { n as Process, t as ExecResult } from "../Process-CogfDqGc.js";
1
+ import { n as Process, t as ExecResult } from "../Process-B522T3x3.js";
2
2
  export { ExecResult, Process };
@@ -1,2 +1,2 @@
1
- import { n as Process, t as ExecResult } from "../Process-CogfDqGc.js";
1
+ import { n as Process, t as ExecResult } from "../Process-B522T3x3.js";
2
2
  export { type ExecResult, Process };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functype-os",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "Functional OS utilities using functype data structures — env vars, path expansion, file ops, platform detection",
5
5
  "keywords": [
6
6
  "functype",
@@ -26,9 +26,9 @@
26
26
  "@types/node": "^24.12.4",
27
27
  "eslint-config-prettier": "^10.1.8",
28
28
  "ts-builds": "^2.8.1",
29
- "tsdown": "^0.22.0",
29
+ "tsdown": "^0.22.1",
30
30
  "vitest": "^4.1.7",
31
- "functype": "^1.0.1"
31
+ "functype": "^1.1.0"
32
32
  },
33
33
  "type": "module",
34
34
  "main": "./dist/index.js",