crumbtrail-node 0.1.0 → 0.2.1
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/{chunk-EASSXKUJ.js → chunk-GHLXGRLJ.js} +454 -127
- package/dist/cli.cjs +453 -127
- package/dist/cli.js +2 -1
- package/dist/index.cjs +456 -125
- package/dist/index.d.cts +79 -4
- package/dist/index.d.ts +79 -4
- package/dist/index.js +5 -1
- package/package.json +7 -3
package/dist/cli.js
CHANGED
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
renderProviderCliOutput,
|
|
22
22
|
resolveLatestIssue,
|
|
23
23
|
resolveSessionDirById
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-GHLXGRLJ.js";
|
|
25
25
|
import {
|
|
26
26
|
__commonJS,
|
|
27
27
|
__require,
|
|
@@ -213062,6 +213062,7 @@ var CliConfigError = class extends Error {
|
|
|
213062
213062
|
this.code = code;
|
|
213063
213063
|
this.name = "CliConfigError";
|
|
213064
213064
|
}
|
|
213065
|
+
code;
|
|
213065
213066
|
};
|
|
213066
213067
|
function defaultCliConfig() {
|
|
213067
213068
|
return {
|