@vlandoss/clibuddy 0.0.4-git-e416853.0 → 0.0.4-git-0c9069c.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/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/services/shell/index.ts +1 -0
package/dist/index.d.cts
CHANGED
|
@@ -53,4 +53,4 @@ declare function isProcessOutput(value: unknown): value is ProcessOutput;
|
|
|
53
53
|
|
|
54
54
|
declare function getVersion(pkg: PkgService): string;
|
|
55
55
|
|
|
56
|
-
export { PkgService, ShellService, colors, createPkgService, createShellService, cwd, getVersion, isProcessOutput, isRaw, quote };
|
|
56
|
+
export { type CreateOptions, PkgService, type Shell, type ShellOptions, ShellService, colors, createPkgService, createShellService, cwd, getVersion, isProcessOutput, isRaw, quote };
|
package/dist/index.d.ts
CHANGED
|
@@ -53,4 +53,4 @@ declare function isProcessOutput(value: unknown): value is ProcessOutput;
|
|
|
53
53
|
|
|
54
54
|
declare function getVersion(pkg: PkgService): string;
|
|
55
55
|
|
|
56
|
-
export { PkgService, ShellService, colors, createPkgService, createShellService, cwd, getVersion, isProcessOutput, isRaw, quote };
|
|
56
|
+
export { type CreateOptions, PkgService, type Shell, type ShellOptions, ShellService, colors, createPkgService, createShellService, cwd, getVersion, isProcessOutput, isRaw, quote };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vlandoss/clibuddy",
|
|
3
|
-
"version": "0.0.4-git-
|
|
3
|
+
"version": "0.0.4-git-0c9069c.0",
|
|
4
4
|
"description": "A helper library to create CLIs in Variable Land",
|
|
5
5
|
"homepage": "https://github.com/variableland/dx/tree/main/packages/clibuddy#readme",
|
|
6
6
|
"bugs": {
|