functype-os 1.0.1 → 1.2.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.
- package/dist/{ConfigResolver-DZ1820lj.d.ts → ConfigResolver-CovnoBgc.d.ts} +2 -2
- package/dist/{Env-DAqDxz-w.d.ts → Env-CSZ1G2G-.d.ts} +2 -2
- package/dist/{Fs-C6s_6aFz.d.ts → Fs-CAAIRZMK.d.ts} +2 -2
- package/dist/{PathExpander-DTM74lhP.d.ts → PathExpander-DztbeAeQ.d.ts} +2 -2
- package/dist/{Platform-CDBRIHxS.d.ts → Platform-ClVroRSa.d.ts} +1 -1
- package/dist/{Process-CogfDqGc.d.ts → Process-B522T3x3.d.ts} +2 -2
- package/dist/config/ConfigResolver.d.ts +1 -1
- package/dist/config/index.d.ts +1 -1
- package/dist/env/Env.d.ts +1 -1
- package/dist/env/index.d.ts +1 -1
- package/dist/errors/errors.d.ts +1 -1
- package/dist/errors/index.d.ts +1 -1
- package/dist/{errors-BPpbT6Dy.d.ts → errors-CdjTx2HM.d.ts} +1 -1
- package/dist/fs/Fs.d.ts +1 -1
- package/dist/fs/index.d.ts +1 -1
- package/dist/index.d.ts +7 -7
- package/dist/path/PathExpander.d.ts +1 -1
- package/dist/path/index.d.ts +1 -1
- package/dist/platform/Platform.d.ts +1 -1
- package/dist/platform/index.d.ts +1 -1
- package/dist/process/Process.d.ts +1 -1
- package/dist/process/index.d.ts +1 -1
- package/package.json +7 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as ConfigError } from "./errors-
|
|
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-
|
|
27
|
+
//# sourceMappingURL=ConfigResolver-CovnoBgc.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as EnvError } from "./errors-
|
|
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-
|
|
17
|
+
//# sourceMappingURL=Env-CSZ1G2G-.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as FsError } from "./errors-
|
|
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-
|
|
46
|
+
//# sourceMappingURL=Fs-CAAIRZMK.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as PathError } from "./errors-
|
|
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-
|
|
21
|
+
//# sourceMappingURL=PathExpander-DztbeAeQ.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as ProcessError } from "./errors-
|
|
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-
|
|
22
|
+
//# sourceMappingURL=Process-B522T3x3.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as ConfigResolver } from "../ConfigResolver-
|
|
1
|
+
import { t as ConfigResolver } from "../ConfigResolver-CovnoBgc.js";
|
|
2
2
|
export { ConfigResolver };
|
package/dist/config/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as ConfigResolver } from "../ConfigResolver-
|
|
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-
|
|
1
|
+
import { t as Env } from "../Env-CSZ1G2G-.js";
|
|
2
2
|
export { Env };
|
package/dist/env/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as Env } from "../Env-
|
|
1
|
+
import { t as Env } from "../Env-CSZ1G2G-.js";
|
|
2
2
|
export { Env };
|
package/dist/errors/errors.d.ts
CHANGED
|
@@ -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-
|
|
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 };
|
package/dist/errors/index.d.ts
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
1
|
+
import { n as Fs, t as FileInfo } from "../Fs-CAAIRZMK.js";
|
|
2
2
|
export { FileInfo, Fs };
|
package/dist/fs/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as Fs, t as FileInfo } from "../Fs-
|
|
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-
|
|
2
|
-
import { t as ConfigResolver } from "./ConfigResolver-
|
|
3
|
-
import { t as Env } from "./Env-
|
|
4
|
-
import { n as Fs, t as FileInfo } from "./Fs-
|
|
5
|
-
import { i as expandVars, n as expandPath, r as expandTilde, t as Path } from "./PathExpander-
|
|
6
|
-
import { i as UserInfo, n as CloudStorageDir, r as Platform, t as CloudProvider } from "./Platform-
|
|
7
|
-
import { n as Process, t as ExecResult } from "./Process-
|
|
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-
|
|
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 };
|
package/dist/path/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as expandVars, n as expandPath, r as expandTilde, t as Path } from "../PathExpander-
|
|
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-
|
|
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 };
|
package/dist/platform/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as UserInfo, n as CloudStorageDir, r as Platform, t as CloudProvider } from "../Platform-
|
|
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-
|
|
1
|
+
import { n as Process, t as ExecResult } from "../Process-B522T3x3.js";
|
|
2
2
|
export { ExecResult, Process };
|
package/dist/process/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as Process, t as ExecResult } from "../Process-
|
|
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
|
|
3
|
+
"version": "1.2.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",
|
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
"author": "jordan.burke@gmail.com",
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"homepage": "https://github.com/jordanburke/functype/tree/main/packages/functype-os",
|
|
17
|
+
"bugs": {
|
|
18
|
+
"url": "https://github.com/jordanburke/functype/issues"
|
|
19
|
+
},
|
|
17
20
|
"repository": {
|
|
18
21
|
"type": "git",
|
|
19
22
|
"url": "https://github.com/jordanburke/functype",
|
|
@@ -26,9 +29,9 @@
|
|
|
26
29
|
"@types/node": "^24.12.4",
|
|
27
30
|
"eslint-config-prettier": "^10.1.8",
|
|
28
31
|
"ts-builds": "^2.8.1",
|
|
29
|
-
"tsdown": "^0.22.
|
|
30
|
-
"vitest": "^4.1.
|
|
31
|
-
"functype": "^1.0
|
|
32
|
+
"tsdown": "^0.22.1",
|
|
33
|
+
"vitest": "^4.1.8",
|
|
34
|
+
"functype": "^1.2.0"
|
|
32
35
|
},
|
|
33
36
|
"type": "module",
|
|
34
37
|
"main": "./dist/index.js",
|